diff options
author | rwatson <rwatson@FreeBSD.org> | 2003-11-15 02:08:01 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2003-11-15 02:08:01 +0000 |
commit | a47b65b5643b9b9afdf29f62f60d488c126a6d99 (patch) | |
tree | ceccaa23e4a303cdf0e154debdcd88c53f188fe9 | |
parent | 9059a984da5a6d1794c2cc94bc9ac1a6685f9052 (diff) | |
download | FreeBSD-src-a47b65b5643b9b9afdf29f62f60d488c126a6d99.zip FreeBSD-src-a47b65b5643b9b9afdf29f62f60d488c126a6d99.tar.gz |
Add "socket" type to the list of default object types, and by
default attempt to list Biba, LOMAC, and MLS label information
for the socket if they are present.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
-rw-r--r-- | etc/mac.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/mac.conf b/etc/mac.conf index 6e46445..2e1b9a2 100644 --- a/etc/mac.conf +++ b/etc/mac.conf @@ -14,4 +14,5 @@ default_labels file ?biba,?lomac,?mls,?sebsd default_labels ifnet ?biba,?lomac,?mls,?sebsd default_labels process ?biba,?lomac,?mls,?partition,?sebsd +default_labels socket ?biba,?lomac,?mls |