W
Will
What ACL on NTFS will give a group Read-Only access to files currently in
the folder, but the ability to create and modify and delete new files in the
folder?
I have a badly behaved program that wants to write its TEMP files into its
program installation folder. I would like to avoid the more permission
Modify permission to the users of the application on all files in the folder
including the application's binaries.
One solution appears to be to give files currently in the folder the desired
ACL and then break inheritance. Then give Modify access to the folder and
all children. That isn't my first choice since later updates to the
application will probably install new binaries, and this approach leaves
those installed with Modify access inherited from the folder.
--
Will
the folder, but the ability to create and modify and delete new files in the
folder?
I have a badly behaved program that wants to write its TEMP files into its
program installation folder. I would like to avoid the more permission
Modify permission to the users of the application on all files in the folder
including the application's binaries.
One solution appears to be to give files currently in the folder the desired
ACL and then break inheritance. Then give Modify access to the folder and
all children. That isn't my first choice since later updates to the
application will probably install new binaries, and this approach leaves
those installed with Modify access inherited from the folder.
--
Will