This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3c35faa333
freebsd-dev
/
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