Valid on z/OS, z/VSE, and z/VM
Use the RSTDACC keyword to prevent CA Top Secret users from accessing protected resources.
The RSTDACC keyword is effective only under USS and only when control option HFSSEC is set to OFF.
Access is allowed:
Access may also be allowed based on the OTHER bit default access if the user has the RSTDACC keyword and READ access to:
UNIXPRIV(RESTRICTED.FILESYS.ACCESS)
The following table presents READ access scenarios:
|
User is |
READ access to |
Result |
|
Yes |
Yes |
Check "other" bits to determine access. |
|
Yes |
No |
Bypass check of "other" bits and deny access. |
|
No |
Yes |
Check "other" bits to determine access. |
|
No |
No |
Check "other" bits to determine access. |
This keyword has the following format:
TSS ADDTO(acid) RSTDACC
This keyword is used with:
This example allows public to bypass security checks for resource access (except data sets and volumes):
TSS ADDTO(public) RSTDACC
This example removes the RSTDACC attribute:
TSS REMOVE(public) RSTDACC
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|