Enabling ACL supoprt on Tru64 (OSF)
ACL processing is enabled and disabled dynamically using the sysconfig utility or the secconfig menu. To enable ACL processing dynamically using the sysconfig command, enter the following:
# sysconfig -r sec acl_mode=enable
To disable ACL processing dynamically using the sysconfig command, enter the following:
# sysconfig -r sec acl_mode=disable
To view the current ACL processing mode using the sysconfig command, enter the following:
# sysconfig -q sec
To have ACLs enabled automatically as part of system startup, create a stanza file containing the ACL mode enable entry, for example:
sec:
acl_mode = enable
Then use sysconfigdb to add it to the /etc/sysconfigtab file:
# sysconfigdb -m -f acl_mode.stanza sec
On subsequent reboots, ACL processing is enabled automatically.
Source: http://h30097.www3.hp.com/docs/…
