summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e/Makefile.inc
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-10-22 14:36:11 +0000
committerrwatson <rwatson@FreeBSD.org>2002-10-22 14:36:11 +0000
commit9337dcd3d7f73b86c4ea569fc93b485f9eead305 (patch)
tree2e0c60431c18d062390c511daa5eb45f53b66d91 /lib/libc/posix1e/Makefile.inc
parent72a45c8fa6ba77f7317564eeeed31b0be05135b1 (diff)
downloadFreeBSD-src-9337dcd3d7f73b86c4ea569fc93b485f9eead305.zip
FreeBSD-src-9337dcd3d7f73b86c4ea569fc93b485f9eead305.tar.gz
Reflect MAC kernel/user API changes into the libc MAC implementation.
This removes a lot of complexity, since we basically just reserve space on a retrieval of a label, and pass around strings. Two new elements: (1) consumers of the API must now declare what label elements they are interested in retrieving, or (2) rely on the default provided in a new configuration file, mac.conf. Approved by: re Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
Diffstat (limited to 'lib/libc/posix1e/Makefile.inc')
-rw-r--r--lib/libc/posix1e/Makefile.inc6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/posix1e/Makefile.inc b/lib/libc/posix1e/Makefile.inc
index 3388c8f..8271901 100644
--- a/lib/libc/posix1e/Makefile.inc
+++ b/lib/libc/posix1e/Makefile.inc
@@ -19,11 +19,9 @@ SRCS+= acl_calc_mask.c \
acl_to_text.c \
acl_valid.c \
extattr.c \
- mac_free.c \
- mac_is_present_np.c \
+ mac.c \
mac_get.c \
- mac_set.c \
- mac_text.c
+ mac_set.c
.if ${LIB} == "c"
OpenPOWER on IntegriCloud