add kvmfs support, from dan
This commit is contained in:
parent
7200146ea8
commit
93784927ca
@ -1,3 +1,4 @@
|
||||
- Patch to support kvmfs from Dan Walsh.
|
||||
- Patch for misc fixes in sudo from Dan Walsh.
|
||||
- Patch to fix netlabel recvfrom MLS constraint from Paul Moore.
|
||||
- Patch for handling restart of nscd when ran from useradd, groupadd, and
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
policy_module(kernel,1.5.1)
|
||||
policy_module(kernel,1.5.2)
|
||||
|
||||
########################################
|
||||
#
|
||||
@ -50,6 +50,14 @@ fs_type(debugfs_t)
|
||||
allow debugfs_t self:filesystem associate;
|
||||
genfscon debugfs / gen_context(system_u:object_r:debugfs_t,s0)
|
||||
|
||||
#
|
||||
# kvmFS
|
||||
#
|
||||
|
||||
type kvmfs_t;
|
||||
fs_type(kvmfs_t)
|
||||
genfscon kvmfs / gen_context(system_u:object_r:kvmfs_t,s0)
|
||||
|
||||
#
|
||||
# Procfs types
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user