1753513 Members
5122 Online
108795 Solutions
New Discussion юеВ

enabling ACL

 
SOLVED
Go to solution
Rolando Manaog
Occasional Visitor

enabling ACL

I am new to Tru64 and I need to enable ACL. I added new access lists but when I issued the getacl command. I got the a warning that ACL processing is disabled.

How do I enable it? Can someone please point me to the right direction?
2 REPLIES 2
Ann Majeske
Honored Contributor
Solution

Re: enabling ACL

For V5.0 and beyond:

See: man sys_attrs_sec

sysconfig -r sec acl_mode=enable

For V4.0* it was a system configuration option.
Rolando Manaog
Occasional Visitor

Re: enabling ACL

As per Anne's suggestion,

For V5.0 and beyond:

See: man sys_attrs_sec

sysconfig -r sec acl_mode=enable

I executed th sysconfig command as shown above and I was able to enable ACL.