summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e/acl_to_text.c
Commit message (Collapse)AuthorAgeFilesLines
* Minor fixes to library interface to improve POSIX.1e compliance. Thisrwatson2000-01-261-13/+2
| | | | | | | | | | adds _np to a couple of function prototypes that provided more broad/useful interfaces than POSIX.1e interfaces included. Also, move from using a heuristic to identify POSIX.1e-semantic ACLs to using different ACL types for non-POSIX.1e ACLs. This should clean up the existing fuzzy logic that determined when acl_sort() should be applied before kernel submission.
* libposix1e provides userland library calls for the POSIX.1e securityrwatson2000-01-151-0/+244
interface. This commit introduces the library, as well as a modest subset of the ACL calls, with some modifications to support multiple ACL semantics. Reviewed by: eivind
OpenPOWER on IntegriCloud