From owner-p4-projects Fri Nov 22 6:43:13 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 8127537B404; Fri, 22 Nov 2002 06:43:11 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15BD437B401 for ; Fri, 22 Nov 2002 06:43:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C93F343EA3 for ; Fri, 22 Nov 2002 06:43:10 -0800 (PST) (envelope-from cvance@tislabs.com) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAMEdvmV060139 for ; Fri, 22 Nov 2002 06:39:57 -0800 (PST) (envelope-from cvance@tislabs.com) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAMEdv02060136 for perforce@freebsd.org; Fri, 22 Nov 2002 06:39:57 -0800 (PST) Date: Fri, 22 Nov 2002 06:39:57 -0800 (PST) Message-Id: <200211221439.gAMEdv02060136@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to cvance@tislabs.com using -f From: Chris Vance Subject: PERFORCE change 21371 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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