Opening this defect to add SELinux support for 9p filesystem George Wilson provided this patch: diff -Naurp serefpolicy-3.6.32-orig/policy/modules/kernel/filesystem.te serefpolicy-3.6.32/policy/modules/kernel/filesystem.te --- serefpolicy-3.6.32-orig/policy/modules/kernel/filesystem.te 2011-01-10 19:55:29.941000001 -0500 +++ serefpolicy-3.6.32/policy/modules/kernel/filesystem.te 2011-01-11 14:46:08.479999472 -0500 @@ -252,6 +252,7 @@ genfscon ncpfs / gen_context(system_u:ob genfscon reiserfs / gen_context(system_u:object_r:nfs_t,s0) genfscon panfs / gen_context(system_u:object_r:nfs_t,s0) genfscon gadgetfs / gen_context(system_u:object_r:nfs_t,s0) +genfscon 9p / gen_context(system_u:object_r:nfs_t,s0) type xenfs_t; fs_noxattr_type(xenfs_t)
You need the new version of checkpolicy pack ported to do this.