diff options
author | rwatson <rwatson@FreeBSD.org> | 2002-08-02 07:14:22 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2002-08-02 07:14:22 +0000 |
commit | 2f173ca43e1862be09254eb333639b21f6a701bb (patch) | |
tree | 6d40ae29942c8349b3cc219e6d19f3eb383cdd4f /usr.sbin/Makefile | |
parent | a50b0e38d311fed4e8295f2b12b428ac2b14812d (diff) | |
download | FreeBSD-src-2f173ca43e1862be09254eb333639b21f6a701bb.zip FreeBSD-src-2f173ca43e1862be09254eb333639b21f6a701bb.tar.gz |
Introduce support for Mandatory Access Control and extensible
kernel access control.
Provide ugidfw, a utility to manage the ruleset provided by
mac_bsdextended. Similar to ipfw, only for uids/gids and files.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index ce233e4..eba209f 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -108,6 +108,7 @@ SUBDIR= IPXrouted \ traceroute6 \ trpt \ tzsetup \ + ugidfw \ usbd \ usbdevs \ vidcontrol \ |