![]() |
![]()
| ![]() |
![]()
NAME
SYNOPSISTo compile the file system firewall policy into your kernel, place the following lines in your kernel configuration file: options MAC
options MAC_BSDEXTENDED Alternately, to load the file system firewall policy module at boot time, place the following line in your kernel configuration file: options MAC and in loader.conf(5): mac_bsdextended_load="YES" DESCRIPTIONThe IMPLEMENTATION NOTESWhile the traditional
mac(9)
entry points are implemented, policy labels are not used; instead, access
control decisions are made by iterating through the internal list of rules
until a rule which denies the particular access is found, or the end of the
list is reached. The SysctlsThe following sysctls may be used to tweak the behavior of
SEE ALSOlibugidfw(3), syslog(3), mac(4), mac_biba(4), mac_ddb(4), mac_ifoff(4), mac_lomac(4), mac_mls(4), mac_none(4), mac_partition(4), mac_portacl(4), mac_seeotheruids(4), mac_test(4), ipfw(8), ugidfw(8), mac(9) HISTORYThe The "match first case" and logging capabilities were later added by Tom Rhodes <trhodes@FreeBSD.org>. AUTHORSThis software was contributed to the FreeBSD Project by NAI Labs, the Security Research Division of Network Associates Inc. under DARPA/SPAWAR contract N66001-01-C-8035 (“CBOSS”), as part of the DARPA CHATS research program.
|