Re: Problems with AppData on Vista.
- From: "Chris Becke" <chris.becke@xxxxxxxxx>
- Date: Mon, 9 Jul 2007 18:09:45 +0200
Thanks.
Its actually the ACL stuff im most unsure about. As my companies product
traditionally has had to run on Windows 9X where the security APIs simply
didnt exist, and passing NULL was appropriate I've never, until now,
bothered.
It also looks like easy stuff to get wrong. I mean, its failry glib to say
"You can give those directories whatever ACLs you deem appropriate for the
type of sharing you want to do."
I mean, when I look at the results of using NULL on functions like
CreateDirectory - specifically in the Common_AppData folder, a list of allow
rules get added for things including SYSTEM, Administrators,The
Owner/creator as well as Users.
Its important to me to follow best practices when doing stuff like this, esp
when I dont quite understand what I am doing. I *know* that I need to supply
an ACL allowing users full control over the folder, subfolders and files.
Well, I think I do. If I supply such an ACL when creating my cache folder,
am I then absolved from providing security info for each file created?
Is the default ACL extremely redundant? What do I potentially effect by
creating a simple ACL that has just a single entry granting full control to
the built in users group? i.e. omitting the traditional SYSTEM etc entries?
How hard do I need to work to ensure that guest users can access my software
but not effect actual users etc. Windows 2000 logo guidelines are a good
start but they dont really delve deep into the intracacies of implementing
"correct" ACL's (i.e. supporting Administrator/Standard User/Guest
scenarioes in an expected way).
Thanks.
.
- Follow-Ups:
- Re: Problems with AppData on Vista.
- From: Chris Becke
- Re: Problems with AppData on Vista.
- References:
- Problems with AppData on Vista.
- From: Chris Becke
- Re: Problems with AppData on Vista.
- From: Larry Futrell
- Problems with AppData on Vista.
- Prev by Date: Re: Problems with AppData on Vista.
- Next by Date: Vista vs Monster Legacy App - [Desparately] Seeking Suggestions
- Previous by thread: Re: Problems with AppData on Vista.
- Next by thread: Re: Problems with AppData on Vista.
- Index(es):
Relevant Pages
|