开发者

FileIOPermissionAccess and ACL in FileIOPermission

One of the FileIOPermission contructors takes both a FileIOPermissionAccess and AccessControlActions enums. I don't se开发者_高级运维e how the second enum is useful here since the first one gives already the access restriction needed - not to mention inconsistencies.

The documentation is not clear on how the ACL information is used here. What is the value added by the ACL parameter?

Thank you.


The control parameter specifies whether the access control list (ACL)
for the file or directory specified by path
can be changed, viewed, or cannot be accessed.

AccessControlActions define whether the Permissions specified in FileIOPermissionAccess can be changed, viewed or are locked.

Change User can change the ACL of the specified path.

View User can view the ACL of the specified path but cannot change the ACL any more.

None User can neither change nor view the ACL of the specified path.

Practically this means you can allow a user to view the contents of a folder but deny to view the ACL of this folder.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜