This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e61154c401
freebsd-nq
/
usr.sbin
/
ugidfw
/
Makefile
9 lines
80 B
Makefile
Raw
Normal View
History
Unescape
Escape
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
2002-08-02 07:14:22 +00:00
# $FreeBSD$
PROG
=
ugidfw
Activate ugidfw.8 man page. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs
2002-10-17 22:43:11 +00:00
MAN
=
ugidfw.8
style.Makefile(5)
2003-04-04 17:49:21 +00:00
Convert usr.sbin to LIBADD Reduce overlinking
2014-11-25 16:57:27 +00:00
LIBADD
=
ugidfw
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
2002-08-02 07:14:22 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink