add dontaudit shadow_t getattr
This commit is contained in:
parent
957e269eb2
commit
57440fb076
@ -134,6 +134,20 @@ class process transition;
|
|||||||
class udp_socket { create ioctl read getattr write setattr append bind getopt setopt shutdown connect };
|
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)
|
# authlogin_read_shadow_passwords(domain)
|
||||||
|
Loading…
Reference in New Issue
Block a user