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:
Dominick Grift 2010-09-15 10:25:11 +02:00
parent b36824efdf
commit 7d36c9fa13
2 changed files with 2 additions and 0 deletions

View File

@ -71,6 +71,7 @@ interface(`abrt_read_state',`
type abrt_t;
')
kernel_search_proc($1)
ps_process_pattern($1, abrt_t)
')

View File

@ -51,6 +51,7 @@ interface(`hal_read_state',`
type hald_t;
')
kernel_search_proc($1)
ps_process_pattern($1, hald_t)
')