add dontaudit fs getattr
This commit is contained in:
parent
88d14a22b6
commit
053f6a200a
|
@ -99,6 +99,20 @@ type fs_t;
|
|||
class filesystem getattr;
|
||||
')
|
||||
|
||||
########################################
|
||||
#
|
||||
# filesystem_ignore_read_persistent_filesystem_stats(domain,[`optional'])
|
||||
#
|
||||
define(`filesystem_ignore_read_persistent_filesystem_stats',`
|
||||
requires_block_template(filesystem_ignore_read_persistent_filesystem_stats_depend,$2)
|
||||
dontaudit $1 fs_t:filesystem getattr;
|
||||
')
|
||||
|
||||
define(`filesystem_ignore_read_persistent_filesystem_stats_depend',`
|
||||
type fs_t;
|
||||
class filesystem getattr;
|
||||
')
|
||||
|
||||
########################################
|
||||
#
|
||||
# filesystem_mount_automount_filesystem(domain,[`optional'])
|
||||
|
|
Loading…
Reference in New Issue