trivial patch from dan for sysstat access to sysfs
This commit is contained in:
parent
e66689f7be
commit
86b28c9594
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
policy_module(sysstat,1.1.0)
|
policy_module(sysstat,1.1.1)
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
#
|
#
|
||||||
|
@ -39,6 +39,7 @@ corecmd_dontaudit_search_sbin(sysstat_t)
|
||||||
corecmd_exec_bin(sysstat_t)
|
corecmd_exec_bin(sysstat_t)
|
||||||
|
|
||||||
dev_read_urand(sysstat_t)
|
dev_read_urand(sysstat_t)
|
||||||
|
dev_read_sysfs(sysstat_t)
|
||||||
|
|
||||||
files_search_var(sysstat_t)
|
files_search_var(sysstat_t)
|
||||||
# for mtab
|
# for mtab
|
||||||
|
|
Loading…
Reference in New Issue