Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Mar 2002 10:44:42 -0800 (PST)
From:      Chris Vance <cvance@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 8447 for review
Message-ID:  <200203261844.g2QIigs36322@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=8447

Change 8447 by cvance@cvance_laptop on 2002/03/26 10:44:13

	Initial import of SEBSD sources.  The security server will boot and 
	initialize properly - assuming you have a valid policy located at 
	/ss_policy, otherwise it will cause a panic at boot time.

Affected files ...

... //depot/projects/trustedbsd/mac/sys/conf/files#22 edit
... //depot/projects/trustedbsd/mac/sys/conf/options#13 edit
... //depot/projects/trustedbsd/mac/sys/security/sebsd/avc/av_inherit.h#1 add
... //depot/projects/trustedbsd/mac/sys/security/sebsd/avc/av_perm_to_string.h#1 add
... //depot/projects/trustedbsd/mac/sys/security/sebsd/avc/av_permissions.h#1 add
... //depot/projects/trustedbsd/mac/sys/security/sebsd/avc/avc-selinux.c#1 add
... //depot/projects/trustedbsd/mac/sys/security/sebsd/avc/avc.c#1 add
... //depot/projects/trustedbsd/mac/sys/security/sebsd/avc/avc.h#1 add
... //depot/projects/trustedbsd/mac/sys/security/sebsd/avc/avc_ss.h#1 add
... //depot/projects/trustedbsd/mac/sys/security/sebsd/avc/class_to_string.h#1 add
... //depot/projects/trustedbsd/mac/sys/security/sebsd/avc/common_perm_to_string.h#1 add
... //depot/projects/trustedbsd/mac/sys/security/sebsd/flask.h#1 add
... //depot/projects/trustedbsd/mac/sys/security/sebsd/flask_types.h#1 add
... //depot/projects/trustedbsd/mac/sys/security/sebsd/linux-compat.h#1 add
... //depot/projects/trustedbsd/mac/sys/security/sebsd/sebsd.c#1 add
... //depot/projects/trustedbsd/mac/sys/security/sebsd/sebsd.h#1 add
... //depot/projects/trustedbsd/mac/sys/security/sebsd/ss/avtab.c#1 add
... //depot/projects/trustedbsd/mac/sys/security/sebsd/ss/avtab.h#1 add
... //depot/projects/trustedbsd/mac/sys/security/sebsd/ss/constraint.h#1 add
... //depot/projects/trustedbsd/mac/sys/security/sebsd/ss/context.h#1 add
... //depot/projects/trustedbsd/mac/sys/security/sebsd/ss/ebitmap.c#1 add
... //depot/projects/trustedbsd/mac/sys/security/sebsd/ss/ebitmap.h#1 add
... //depot/projects/trustedbsd/mac/sys/security/sebsd/ss/fileutils.c#1 add
... //depot/projects/trustedbsd/mac/sys/security/sebsd/ss/fileutils.h#1 add
... //depot/projects/trustedbsd/mac/sys/security/sebsd/ss/global.h#1 add
... //depot/projects/trustedbsd/mac/sys/security/sebsd/ss/hashtab.c#1 add
... //depot/projects/trustedbsd/mac/sys/security/sebsd/ss/hashtab.h#1 add
... //depot/projects/trustedbsd/mac/sys/security/sebsd/ss/init.c#1 add
... //depot/projects/trustedbsd/mac/sys/security/sebsd/ss/initial_sid_to_string.h#1 add
... //depot/projects/trustedbsd/mac/sys/security/sebsd/ss/mls.c#1 add
... //depot/projects/trustedbsd/mac/sys/security/sebsd/ss/mls.h#1 add
... //depot/projects/trustedbsd/mac/sys/security/sebsd/ss/mls_types.h#1 add
... //depot/projects/trustedbsd/mac/sys/security/sebsd/ss/policydb.c#1 add
... //depot/projects/trustedbsd/mac/sys/security/sebsd/ss/policydb.h#1 add
... //depot/projects/trustedbsd/mac/sys/security/sebsd/ss/queue.c#1 add
... //depot/projects/trustedbsd/mac/sys/security/sebsd/ss/queue.h#1 add
... //depot/projects/trustedbsd/mac/sys/security/sebsd/ss/security.h#1 add
... //depot/projects/trustedbsd/mac/sys/security/sebsd/ss/services.c#1 add
... //depot/projects/trustedbsd/mac/sys/security/sebsd/ss/services.h#1 add
... //depot/projects/trustedbsd/mac/sys/security/sebsd/ss/services_private.h#1 add
... //depot/projects/trustedbsd/mac/sys/security/sebsd/ss/sidtab.c#1 add
... //depot/projects/trustedbsd/mac/sys/security/sebsd/ss/sidtab.h#1 add
... //depot/projects/trustedbsd/mac/sys/security/sebsd/ss/symtab.c#1 add
... //depot/projects/trustedbsd/mac/sys/security/sebsd/ss/symtab.h#1 add
... //depot/projects/trustedbsd/mac/sys/security/sebsd/ss/syscalls.c#1 add

Differences ...

==== //depot/projects/trustedbsd/mac/sys/conf/files#22 (text+ko) ====

@@ -1270,6 +1270,20 @@
 security/mac_mls/mac_mls.c	optional mac_mls
 security/mac_none/mac_none.c	optional mac_none
 security/mac_te/mac_te.c	optional mac_te
+
+security/sebsd/sebsd.c		optional sebsd
+security/sebsd/avc/avc.c	optional sebsd
+security/sebsd/ss/avtab.c	optional sebsd
+security/sebsd/ss/ebitmap.c	optional sebsd
+security/sebsd/ss/hashtab.c	optional sebsd
+security/sebsd/ss/init.c	optional sebsd
+security/sebsd/ss/policydb.c	optional sebsd
+security/sebsd/ss/queue.c	optional sebsd
+security/sebsd/ss/services.c	optional sebsd
+security/sebsd/ss/sidtab.c	optional sebsd
+security/sebsd/ss/symtab.c	optional sebsd
+security/sebsd/ss/fileutils.c	optional sebsd
+
 ufs/ffs/ffs_alloc.c	optional ffs
 ufs/ffs/ffs_alloc.c	optional ifs
 ufs/ffs/ffs_balloc.c	optional ffs

==== //depot/projects/trustedbsd/mac/sys/conf/options#13 (text+ko) ====

@@ -112,6 +112,7 @@
 MAC_MLS		opt_mac.h
 MAC_NONE	opt_mac.h
 MAC_TE		opt_mac.h
+SEBSD		opt_mac.h
 
 # Do we want the config file compiled into the kernel?
 INCLUDE_CONFIG_FILE	opt_config.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203261844.g2QIigs36322>