Bug 669247 - Support for 9p fs in SELinux policy engine
Summary: Support for 9p fs in SELinux policy engine
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: selinux-policy
Version: 13
Hardware: All
OS: All
low
high
Target Milestone: ---
Assignee: Miroslav Grepl
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 669657
TreeView+ depends on / blocked
 
Reported: 2011-01-13 01:20 UTC by IBM Bug Proxy
Modified: 2011-05-25 20:54 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
: 669657 (view as bug list)
Environment:
Last Closed: 2011-05-25 20:54:19 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
IBM Linux Technology Center 69104 0 None None None Never

Description IBM Bug Proxy 2011-01-13 01:20:41 UTC
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)

Comment 1 Daniel Walsh 2011-01-13 19:39:02 UTC
You need the new version of checkpolicy pack ported to do this.


Note You need to log in before you can comment on or make changes to this bug.