160
Chapter 14 • ACL Security Overview
Add Generic ACL for Catalog Entries
This ACL for catalog entries, MYCAT.MY*.CATAMS, grants universal READ and group
READ access.
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
NOREAD
WRITE
NOWRITE
ALTER
NOALTER
GROUPREAD
NOGROUPREAD
GROUPWRITE
NOGROUPWRITE
GROUPALTER
set acltype catalog;
add acl my
c=mycat
t=catams/generic
read
groupread;
Grants universal READ access.
Removes universal READ access.
Grants universal WRITE access.
Removes universal WRITE access.
Grants universal ALTER access.
Removes universal ALTER access.
Grants group READ access.
Removes group READ access.
Grants group WRITE access.
Removes group WRITE access.
Grants group ALTER access.
Need help?
Do you have a question about the Scalable Performance Data Server 4.5 and is the answer not in the manual?