fix acct
This commit is contained in:
parent
40a1f3db42
commit
52e1edb35b
@ -8,7 +8,7 @@ policy_module(acct,1.0)
|
|||||||
|
|
||||||
type acct_t;
|
type acct_t;
|
||||||
type acct_exec_t;
|
type acct_exec_t;
|
||||||
init_daemon_domain(acct_t,acct_exec_t)
|
init_system_domain(acct_t,acct_exec_t)
|
||||||
|
|
||||||
type acct_data_t;
|
type acct_data_t;
|
||||||
logging_log_file(acct_data_t)
|
logging_log_file(acct_data_t)
|
||||||
@ -87,6 +87,10 @@ optional_policy(`cron.te',`
|
|||||||
cron_system_entry(acct_t,acct_exec_t)
|
cron_system_entry(acct_t,acct_exec_t)
|
||||||
')
|
')
|
||||||
|
|
||||||
|
optional_policy(`nscd.te',`
|
||||||
|
nscd_use_socket(acct_t)
|
||||||
|
')
|
||||||
|
|
||||||
optional_policy(`selinuxutil.te',`
|
optional_policy(`selinuxutil.te',`
|
||||||
seutil_sigchld_newrole(acct_t)
|
seutil_sigchld_newrole(acct_t)
|
||||||
')
|
')
|
||||||
|
Loading…
Reference in New Issue
Block a user