Quota patch from Dan Walsh.
Quata needs to setshed on kernel processes
This commit is contained in:
parent
a9ef84b578
commit
5116faa198
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue