What is the equivalent in Top Secret for the following RACF command :
rdef started arc*.** uacc(none) owner(admin) audit(all(read)) -
stdata(user(dfsmsdss) group(stc) trace(yes))
The equivalent Top Secret command is:
TSS ADD(STC) ACID(dfsmsdss) PROCNAME(ARC)
TSS ADD(dfsmsdss) AUDIT
Note:
The AUDIT attribute logs every access of the user and may produce a large number of audit entries. Please refer to your security standards to determine if auditing is required for the user.