Fix auth_domtrans_chk_passwd to use read_file_perms to surpress open AVC denials.
Signed-off-by: Dominick Grift <domg472@gmail.com> Signed-off-by: Chris PeBenito <cpebenito@tresys.com>
This commit is contained in:
parent
7cf2858e4a
commit
03dd57fe7b
|
@ -300,7 +300,7 @@ interface(`auth_domtrans_chk_passwd',`
|
|||
corecmd_search_bin($1)
|
||||
domtrans_pattern($1, chkpwd_exec_t, chkpwd_t)
|
||||
|
||||
dontaudit $1 shadow_t:file { getattr read };
|
||||
dontaudit $1 shadow_t:file read_file_perms;
|
||||
|
||||
dev_read_rand($1)
|
||||
dev_read_urand($1)
|
||||
|
|
Loading…
Reference in New Issue