Software Distributor Administration Guide for HP-UX 11i
SD-UX Security
Basic Security Tasks
Chapter 9 271
Then edit the tmp_file and replace the ACL:
swacl -l product_template -F tmp_file \
@ /var/spool/sw_dev
To delete entries for user barb and group swadm, use:
swacl -D user:barb -D group:swadm -l product FORTRAN
To give user ramon permission to modify the product FORTRAN, type:
swacl -M user:ramon:trw -l product FORTRAN
To add an entry for user pam with complete management permission
(“a” is shorthand for crwit), use:
swacl -M user:pam:a
To add an entry to grant every user in group swadm at remote hosts dewd
and stewd full management control of the product FORTRAN on the
default local depot, use the following:
swacl -M group:swadm@dewd:a -M group:swadm@stewd:a \
-l product FORTRAN
To list the ACL protecting the default depot at host dewd, type:
swacl -l depot @ dewd