Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Nov 2002 06:39:57 -0800 (PST)
From:      Chris Vance <cvance@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 21371 for review
Message-ID:  <200211221439.gAMEdv02060136@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=21371

Change 21371 by cvance@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@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?200211221439.gAMEdv02060136>