Re: Permissions Through VB6 Program



Programs run in a security context (i.e. account) and accesses are
checked relative to that context. Both com and .net provide for
a way that a component can be instanced that will run with a
different context provided that the context of the application
has the needed permissions to launch/use the component.

"Kim" <kmarinelli@xxxxxxxxxxxxxxxxxxx(don'tspam)> wrote in message
news:BB6B4F7F-AE1E-4543-81D1-24F266CEB44D@xxxxxxxxxxxxxxxx
Is there anyway to allow a vb 6 program to read, write, and delete folders
and files on a Windows File Server 2003 without giving the user running
the
program permissions to that folder/file? I do not want to share these
folders and give permissions to the user because I don't want them to have
the ability to change, delete or write files accept through my program.


.



Relevant Pages

  • RE: [PHP] (SOLVED) /etc/php.init changes not honored
    ... The problem turned out to be selinux. ... Access Control (MAC, enhanced permissions using contexts). ... Create a file with the right permissions / context. ... In phpinfo() output, PHP tells you where it is looking for its php.ini ...
    (php.general)
  • Re: Security Issue (somewhat long, but would really appreciate opinions)
    ... > context in which the object is being used. ... additional permissions restrictions (but never "loosen" a permission set ... but I rarely allow downstream components to ... not data for any other user's account. ...
    (microsoft.public.dotnet.security)
  • Re: Desktop (read-only)
    ... You can also disable the context menu completely through Group Policy. ... Microsoft MVP - Terminal Services ... Termianl Server is a member server, using GP Loopback with replace to keep their settings unique for desktop/TS. ... I have tried to implement a login script at the GPO level for this group that revokes the permissions and sets it to read-only. ...
    (microsoft.public.windows.terminal_services)
  • Re: design question: no new attributes
    ... Considering that a role is a set of permissions in a context. ... "late" addition of attributes to class instances is useful, ... My experience with Python is that typos, type errors and all this class of programmer error are usually *very* quickly noticed ...
    (comp.lang.python)
  • Re: Running an assembly in different User
    ... run as a different context. ... permissions. ... > The other ways to do it would be to do some sort of out of process ...
    (microsoft.public.dotnet.framework.aspnet.security)