NTFS file permission

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
Need some help over here, i'm try to set NTFS permission on the image i
have created. Question is (set ntfs permission to Windows, Program Files ...
so that other user can not modify the system file / program files )
1) Do i set the NTFS permission after i copy the images to the target hard
disk
2) Or Is there a component setting that will auto set it during the FBA ....

I've try set the NTFS permission (After the target finish setup) using file
explorer with the Security Shell Extension component but i can set the
permission on Windows.

thanks
 
Hi,

You can make your custom component that will set permisions during the FBA phase to permisions that you like. If you do not want to
use api then you can use cacls.exe tool.

Regards,
Slobodan
 
Netpwm,

As Slobodan has already pointed out, you can use CACLS utility to set up all required permissions.

However, you unlikely want to restrict access to \Windows dir. Otherwise, non-Admin (or the permission restricted accounts) wouldn't
be able to even load up.

You can use Shell (Explorer) features (policies) to hide most of the system things from limited users.
 
Hi,
Thanks for the help. The reason to set the ntfs permission on Windows is
in case user able get access to browser shell it might able to delete or
rename system file.
The default Fba does not automatically set permission (set everyone or users
to read only) on Program Files and windows directory (except the Documents
Setting).

thanks
 
Back
Top