Quota patch from Dan Walsh.

Quata needs to setshed on kernel processes
This commit is contained in:
Chris PeBenito 2010-06-18 14:14:21 -04:00
parent a9ef84b578
commit 5116faa198
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
policy_module(quota, 1.4.0)
policy_module(quota, 1.4.1)
########################################
#
@ -38,6 +38,7 @@ files_spool_filetrans(quota_t, quota_db_t, file)
kernel_list_proc(quota_t)
kernel_read_proc_symlinks(quota_t)
kernel_read_kernel_sysctls(quota_t)
kernel_setsched(quota_t)
dev_read_sysfs(quota_t)
dev_getattr_all_blk_files(quota_t)