CA Top Secret enforces the rules for the _POSIX_CHOWN_RESTRICTED constant. However, you can disable the constant, allowing users to change file ownership (depending on the access level that you permit).
Follow these steps:
TSS ADD(dept) UNIXPRIV(CHOWN.UN)
Specifies the department ACID to which you are assigning ownership of the resource.
Having this resource defined means that _POSIX_CHOWN_RESTRICTED is not in effect.
TSS PERMIT(acid) UNIXPRIV(CHOWN.UNRESTRICTED) ACCESS(READ|UPDATE)
Specifies the ACID to which you are providing the permit and access.
Lets users change ownership of files they own to any non-zero UID value or to the GID of a group to which the user is not connected.
Lets users change ownership of files they own to UID 0.
Example: Permit a UNIX User to Transfer File Ownership to Any UID or GID on a System
This example allows a UNIX user to transfer ownership of files they own to any UID (except 0) or GID on the system:
TSS PERMIT(USERX) UNIXPRIV(CHOWN.UNRESTRICTED) ACCESS(READ)
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|