update rh broken symptoms

This commit is contained in:
Chris PeBenito 2005-11-11 16:13:04 +00:00
parent a6e32d615f
commit 3ad26d1c7a
1 changed files with 16 additions and 10 deletions

View File

@ -77,11 +77,14 @@ interface(`init_daemon_domain',`
typeattribute $2 direct_init_entry;
')
# Red Hat systems seem to have a stray
# fd open from the initrd
ifdef(`distro_redhat',`
kernel_dontaudit_use_fd($1)
files_dontaudit_read_root_file($1)
ifdef(`hide_broken_symptoms',`
# Red Hat systems seem to have a stray
# fds open from the initrd
ifdef(`distro_redhat',`
kernel_dontaudit_use_fd($1)
storage_dontaudit_read_fixed_disk($1)
files_dontaudit_read_root_file($1)
')
')
ifdef(`targeted_policy',`
@ -156,11 +159,14 @@ interface(`init_system_domain',`
allow $1 initrc_t:fifo_file rw_file_perms;
allow $1 initrc_t:process sigchld;
# Red Hat systems seem to have a stray
# fd open from the initrd
optional_policy(`distro_redhat',`
kernel_dontaudit_use_fd($1)
files_dontaudit_read_root_file($1)
ifdef(`hide_broken_symptoms',`
# Red Hat systems seem to have a stray
# fds open from the initrd
ifdef(`distro_redhat',`
kernel_dontaudit_use_fd($1)
storage_dontaudit_read_fixed_disk($1)
files_dontaudit_read_root_file($1)
')
')
')