This website requires JavaScript.
Explore
Help
Sign In
mirror
/
freebsd
Watch
1
Star
0
Fork
0
You've already forked freebsd
mirror of
https://git.FreeBSD.org/src.git
synced
2024-12-18 10:35:55 +00:00
Code
Issues
Releases
Activity
7761242694
freebsd
/
usr.sbin
/
ugidfw
/
Makefile
10 lines
101 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
Add a libnames entry for libugidfw. Add a DPADD line for ${LIBUGIDFW} for ugidfw. Submitted by: ru
2002-08-02 13:37:57 +00:00
DPADD
=
${
LIBUGIDFW
}
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
LDADD
=
-lugidfw
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink