add kvmfs support, from dan

This commit is contained in:
Chris PeBenito 2007-03-19 18:48:14 +00:00
parent 7200146ea8
commit 93784927ca
2 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -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
#