PERFORCE change 21371 for review

Chris Vance cvance at freebsd.org
Fri Nov 22 14:39:57 GMT 2002


http://perforce.freebsd.org/chv.cgi?CH=21371

Change 21371 by cvance at cvance_laptop on 2002/11/22 06:39:27

	Add a security structure for superblock/mount structures.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/security/sebsd/sebsd_labels.h#2 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/security/sebsd/sebsd_labels.h#2 (text+ko) ====

@@ -55,4 +55,14 @@
 	avc_entry_ref_t avcr;
 };
 
+struct mount_security_struct {
+	security_id_t sid;              /* SID of file system */
+	struct psidtab *psidtab;        /* persistent SID mapping */
+	unsigned char uses_psids;       /* uses persistent SID flag */
+	unsigned char initialized;      /* initialization flag */
+	unsigned char uses_task;        /* use creating task SID for inodes */
+	unsigned char uses_genfs;       /* use security_genfs_sid for inodes */
+	unsigned char proc;             /* call procfs_set_sid */
+	unsigned char uses_trans;       /* call security_transition_sid */
+};
 #endif /* _SYS_SECURITY_SEBSD_LABELS_H */
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list