Assigning the User or Group an Access of NONE
By including the user or group on the access list with ACCESS(NONE), you make sure that the user or group cannot access the general resource.
To deny access by assigning a user or group an access of NONE, enter the
PERMIT command with the ACCESS keyword as follows:
rac permit profile-name class(class-name) id(userid|groupid) access(none)Example 1:
To deny user BRWELLS the ability to send files to a virtual reader protected
by general resource profile LAURIEW, enter:
rac permit lauriew class(vmrdr) id(brwells) access(none)Example 2:
To deny groups DEPT58 and DEPT59 the ability to send files to a virtual
reader protected by general resource profile LAURIEW, enter:
rac permit lauriew class(vmrdr) id(dept58, dept59) access(none)