Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2007 22:31:25 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 113277 for review
Message-ID:  <200701212231.l0LMVPL8061512@repoman.freebsd.org>

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

Change 113277 by millert@millert_macbook on 2007/01/21 22:31:18

	Label entries in volfs as volfs_t

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/refpolicy/policy/modules/kernel/filesystem.te#5 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/refpolicy/policy/modules/kernel/filesystem.te#5 (text+ko) ====

@@ -43,6 +43,10 @@
 #
 # Non-persistent/pseudo filesystems
 #
+type volfs_t;
+fs_type(volfs_t)
+genfscon volfs / gen_context(system_u:object_r:volfs_t,s0)
+
 type bdev_t;
 fs_type(bdev_t)
 genfscon bdev / gen_context(system_u:object_r:bdev_t,s0)



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