summaryrefslogtreecommitdiffstats
path: root/bin/setfacl/setfacl.c
Commit message (Collapse)AuthorAgeFilesLines
* Silence WARNS=2 and BDECFLAGS on alpha and i386kris2001-05-201-1/+1
| | | | MFC After: 1 week
* o Separate acl_t into internal and external representations asjedgar2001-04-241-13/+13
| | | | | | | | | | | required by POSIX.1e. This maintains the current 'struct acl' in the kernel while providing the generic external acl_t interface required to complete the ACL editing library. o Add the acl_get_entry() function. o Convert the existing ACL utilities, getfacl and setfacl, to fully make use of the ACL editing library. Obtained from: TrustedBSD Project
* o POSIX.2c Userland tool support for POSIX.1e ACLs -- getfacl retrieves ACLsrwatson2001-03-191-0/+254
from files and directories, and setfacl sets ACLs on files and directories. Submitted by: jedgar Obtained from: TrustedBSD Project
OpenPOWER on IntegriCloud