Merge pull request #438 from pebenito/auditd-stat-dispatched
This commit is contained in:
commit
86931401b6
@ -306,7 +306,7 @@ interface(`logging_signal_dispatcher',`
|
||||
#
|
||||
interface(`logging_dispatcher_domain',`
|
||||
gen_require(`
|
||||
type audisp_t;
|
||||
type audisp_t, auditd_t;
|
||||
role system_r;
|
||||
')
|
||||
|
||||
@ -315,6 +315,8 @@ interface(`logging_dispatcher_domain',`
|
||||
|
||||
role system_r types $1;
|
||||
|
||||
allow auditd_t $2:file getattr;
|
||||
|
||||
domtrans_pattern(audisp_t, $2, $1)
|
||||
allow audisp_t $1:process { sigkill sigstop signull signal };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user