Users with the RSTDACC attribute cannot access protected resources they are not specifically authorized to access.
The RSTDACC attribute has no effect when a user accesses a UNIX file system resource. The file's “other” permission bits can allow access to users who are not explicitly authorized.
To prevent restricted users from accessing file system resources
TSS ADD(UNIXDEPT) UNIXPRIV(RESTRICTED.FILESYS.ACCESS)
The RESTRICTED.FILESYS.ACCESS resource is defined in the UNIXPRIV class.
setfacl -m user:thabo:rwx MyFile
The specified restricted users are permitted to access to files by adding them or one of their groups to the file's ACL.
Authorization changes made using the setfacl command take effect immediately.
TSS PERMIT(userid) UNIXPRIV(RESTRICTED.FILESYS.ACCESS) ACCESS(READ)
The specified restricted users are granted access based on the file's “other” bits.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|