summaryrefslogtreecommitdiffstats
path: root/bin/setfacl
Commit message (Collapse)AuthorAgeFilesLines
* WARNS= -> WARNS?=dd2001-06-221-1/+1
| | | | Submitted by: Mike Barcroft <mike@q9media.com>
* Silence WARNS=2 and BDECFLAGS on alpha and i386kris2001-05-203-2/+4
| | | | MFC After: 1 week
* Correct assignment of the resulting ACL allowing the mask entry tojedgar2001-05-031-1/+1
| | | | | | be properly set. Obtained from: TrustedBSD Project
* o Separate acl_t into internal and external representations asjedgar2001-04-245-98/+168
| | | | | | | | | | | 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
* mdoc(7) police: normalize .Nd.ru2001-04-181-1/+1
|
* setfacl and getfacl no longer need to link against libposix1e, since ittmm2001-04-041-2/+0
| | | | | | | has been integrated into libc. Approved by: rwatson Obtained from: TrustedBSD Project
* mdoc(7) police: fix markup and some spelling.ru2001-03-231-47/+73
|
* Remove extra CFLAGSjedgar2001-03-201-2/+1
| | | | | | Add DPADD Submitted by: bde
* Remove 'NOSHARED=yes' (../Makefile.inc already sets this)jedgar2001-03-191-2/+0
|
* o Missed in addition of setfacl.h in setfacl(1)rwatson2001-03-191-0/+76
|
* o POSIX.2c Userland tool support for POSIX.1e ACLs -- getfacl retrieves ACLsrwatson2001-03-198-0/+983
from files and directories, and setfacl sets ACLs on files and directories. Submitted by: jedgar Obtained from: TrustedBSD Project
OpenPOWER on IntegriCloud