]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
libposix1e provides userland library calls for the POSIX.1e security
authorrwatson <rwatson@FreeBSD.org>
Sat, 15 Jan 2000 19:44:27 +0000 (19:44 +0000)
committerrwatson <rwatson@FreeBSD.org>
Sat, 15 Jan 2000 19:44:27 +0000 (19:44 +0000)
commit71ddc094786915d61c422e38dab1eb7a81e25daf
treed2c3c57d694153784a717bf58e4affc29c2fd4dc
parent14487c9009d22779861e0407d8c028024af00311
libposix1e provides userland library calls for the POSIX.1e security
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
22 files changed:
lib/libc/posix1e/acl_calc_mask.c [new file with mode: 0644]
lib/libc/posix1e/acl_delete.c [new file with mode: 0644]
lib/libc/posix1e/acl_free.c [new file with mode: 0644]
lib/libc/posix1e/acl_from_text.c [new file with mode: 0644]
lib/libc/posix1e/acl_get.c [new file with mode: 0644]
lib/libc/posix1e/acl_init.c [new file with mode: 0644]
lib/libc/posix1e/acl_set.c [new file with mode: 0644]
lib/libc/posix1e/acl_support.c [new file with mode: 0644]
lib/libc/posix1e/acl_support.h [new file with mode: 0644]
lib/libc/posix1e/acl_to_text.c [new file with mode: 0644]
lib/libc/posix1e/acl_valid.c [new file with mode: 0644]
lib/libposix1e/acl_calc_mask.c [new file with mode: 0644]
lib/libposix1e/acl_delete.c [new file with mode: 0644]
lib/libposix1e/acl_free.c [new file with mode: 0644]
lib/libposix1e/acl_from_text.c [new file with mode: 0644]
lib/libposix1e/acl_get.c [new file with mode: 0644]
lib/libposix1e/acl_init.c [new file with mode: 0644]
lib/libposix1e/acl_set.c [new file with mode: 0644]
lib/libposix1e/acl_support.c [new file with mode: 0644]
lib/libposix1e/acl_support.h [new file with mode: 0644]
lib/libposix1e/acl_to_text.c [new file with mode: 0644]
lib/libposix1e/acl_valid.c [new file with mode: 0644]