summaryrefslogtreecommitdiffstats
path: root/bin/getfacl
Commit message (Collapse)AuthorAgeFilesLines
* Set WARNS=2 on programs which compile cleanly.dd2001-07-151-0/+1
| | | | Submitted by: Mike Barcroft <mike@q9media.com>
* Silence warnings on alpha. Unfortunately we can't add WARNS to thiskris2001-05-201-1/+2
| | | | | | because of that stupid mode_t warning bug. MFC After: 1 week
* mdoc(7) police: normalize .Nd.ru2001-04-181-1/+1
|
* Convert getfacl to the ACL editing library functions. getfacl shouldjedgar2001-04-131-23/+71
| | | | | | | | now compile/work on any POSIX.1e-compliant implementation (also tested against the current Linux patches). Review by: rwatson Obtained from: TrustedBSD Project
* Correct the following defines to match the POSIX.1e spec:jedgar2001-04-111-9/+9
| | | | | | | | ACL_PERM_EXEC -> ACL_EXECUTE ACL_PERM_READ -> ACL_READ ACL_PERM_WRITE -> ACL_WRITE Obtained from: TrustedBSD
* 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-19/+26
|
* Remove extra CFLAGS and redundant SRCSjedgar2001-03-201-2/+1
| | | | | | Add DPADD Submitted by: bde
* Remove 'NOSHARED=yes' (../Makefile.inc already sets this)jedgar2001-03-191-1/+0
|
* o Missed in prior commit: getfacl(1) Makefilerwatson2001-03-191-0/+9
|
* o POSIX.2c Userland tool support for POSIX.1e ACLs -- getfacl retrieves ACLsrwatson2001-03-192-0/+301
from files and directories, and setfacl sets ACLs on files and directories. Submitted by: jedgar Obtained from: TrustedBSD Project
OpenPOWER on IntegriCloud