SAS Safety Scalable Performance Data Server 4.5 Manual Do Utilizador

Página de 271
Add Generic ACL for Catalog Entries
This ACL for catalog entries, MYCAT.MY*.CATAMS, grants universal READ and group
READ access.
    set acltype catalog;
     add acl my
      c=mycat
      t=catams/generic
      read
      groupread;
MODIFY ACL and MODIFY ACL _ALL_
MODIFY ACL acl1 acl2... [C=cat T=type] /options user list;
MODIFY ACL _ALL_ /options user list;
Modifies existing ACLs for resources acl1 acl2... where ACL entries acl1 acl2... can be
one-part resource names or two-part table column names. Specifying _ALL_ modifies all
existing ACLs for which you have control access. Specifying _ALL_ as the table identifier
in a two-part name modifies all tables for which the given column is matched. Specifying
_ALL_ as the column identifier in a two-part name modifies all columns for which the
given table is matched. The characteristics modified are specified by options and/or user
list.
Modify ACL Options
READ
Grants universal READ access.
NOREAD
Removes universal READ access.
WRITE
Grants universal WRITE access.
NOWRITE
Removes universal WRITE access.
ALTER
Grants universal ALTER access.
NOALTER
Removes universal ALTER access.
GROUPREAD
Grants group READ access.
NOGROUPREAD
Removes group READ access.
GROUPWRITE
Grants group WRITE access.
NOGROUPWRITE
Removes group WRITE access.
GROUPALTER
Grants group ALTER access.
160
Chapter 14 • ACL Security Overview