add dontaudit fs getattr

This commit is contained in:
Chris PeBenito 2005-04-19 18:56:47 +00:00
parent 88d14a22b6
commit 053f6a200a
1 changed files with 14 additions and 0 deletions

View File

@ -99,6 +99,20 @@ type fs_t;
class filesystem getattr; 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']) # filesystem_mount_automount_filesystem(domain,[`optional'])