add dontaudit shadow_t getattr

This commit is contained in:
Chris PeBenito 2005-05-23 17:56:26 +00:00
parent 957e269eb2
commit 57440fb076
1 changed files with 14 additions and 0 deletions

View File

@ -134,6 +134,20 @@ class process transition;
class udp_socket { create ioctl read getattr write setattr append bind getopt setopt shutdown connect };
')
#######################################
#
# authlogin_ignore_get_shadow_passwords_attributes(domain)
#
define(`authlogin_ignore_get_shadow_passwords_attributes',`
requires_block_template(`$0'_depend)
dontaudit $1 shadow_t:file getattr;
')
define(`authlogin_ignore_get_shadow_passwords_attributes_depend',`
type shadow_t;
class file getattr;
')
#######################################
#
# authlogin_read_shadow_passwords(domain)