This website requires JavaScript.
Explore
Help
Register
Sign In
hardenedbsd
/
HardenedBSD
Watch
1
Star
0
Fork
0
You've already forked HardenedBSD
mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced
2024-11-29 12:44:53 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
0ea90af02e
HardenedBSD
/
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 09:14:22 +02:00
# $FreeBSD$
PROG
=
ugidfw
Activate ugidfw.8 man page. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs
2002-10-18 00:43:11 +02:00
MAN
=
ugidfw.8
style.Makefile(5)
2003-04-04 19:49:21 +02:00
Add a libnames entry for libugidfw. Add a DPADD line for ${LIBUGIDFW} for ugidfw. Submitted by: ru
2002-08-02 15:37:57 +02: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 09:14:22 +02: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