Permission to search proc_t directories is required to be able to read abrt state.
Signed-off-by: Dominick Grift <domg472@gmail.com> Permission to search generic proc directories is required to read hald_t state.
This commit is contained in:
parent
b36824efdf
commit
7d36c9fa13
@ -71,6 +71,7 @@ interface(`abrt_read_state',`
|
||||
type abrt_t;
|
||||
')
|
||||
|
||||
kernel_search_proc($1)
|
||||
ps_process_pattern($1, abrt_t)
|
||||
')
|
||||
|
||||
|
@ -51,6 +51,7 @@ interface(`hal_read_state',`
|
||||
type hald_t;
|
||||
')
|
||||
|
||||
kernel_search_proc($1)
|
||||
ps_process_pattern($1, hald_t)
|
||||
')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user