From 2f173ca43e1862be09254eb333639b21f6a701bb Mon Sep 17 00:00:00 2001 From: rwatson Date: Fri, 2 Aug 2002 07:14:22 +0000 Subject: 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 --- usr.sbin/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.sbin/Makefile') 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 \ -- cgit v1.1