diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2002-10-22 14:38:49 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2002-10-22 14:38:49 +0000 |
| commit | 26c0d986971e91e7a06b4c63f819591e18583d1d (patch) | |
| tree | d503220395ac02ae32260f9a1abb00aec9506068 | |
| parent | 391b1d758dcc162c1ce1544d0708c768b69510fb (diff) | |
Notes
| -rw-r--r-- | etc/Makefile | 2 | ||||
| -rw-r--r-- | etc/mac.conf | 17 |
2 files changed, 18 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile index 243bb55ce6fe..414c5502f2a4 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -10,7 +10,7 @@ BIN1= amd.map apmd.conf auth.conf \ dhclient.conf fbtab ftpusers gettytab group \ hosts hosts.allow hosts.equiv hosts.lpd \ inetd.conf login.access login.conf \ - motd modems netconfig networks newsyslog.conf \ + mac.conf motd modems netconfig networks newsyslog.conf \ phones printcap profile protocols \ rc rc.atm rc.devfs rc.diskless1 rc.diskless2 rc.firewall rc.firewall6 \ rc.network rc.network6 rc.pccard rc.sendmail rc.serial rc.shutdown \ diff --git a/etc/mac.conf b/etc/mac.conf new file mode 100644 index 000000000000..57daab3682b7 --- /dev/null +++ b/etc/mac.conf @@ -0,0 +1,17 @@ +# +# $FreeBSD$ +# +# TrustedBSD MAC userland policy configuration file. Kernel modules +# export label information, and mac.conf indicates to userland +# applications what defaults they should use in the absense of any +# other user-provided information. +# + +# +# Default label set to be used by simple MAC applications +# + +default_file_labels ?biba,?mls,?sebsd,?te +default_ifnet_labels ?biba,?mls,?sebsd,?te +default_process_labels ?biba,?mls,?partition,?sebsd,?te + |
