dontaudit just the kernel fd use, the others may indicate problems for other reasons.

This commit is contained in:
Chris PeBenito 2006-05-19 20:02:41 +00:00
parent 8fa4943032
commit 263721b9a4

View File

@ -37,9 +37,7 @@ interface(`init_domain',`
# RHEL4 systems seem to have a stray
# fds open from the initrd
ifdef(`distro_rhel4',`
kernel_dontaudit_use_fd($1)
storage_dontaudit_read_fixed_disk($1)
files_dontaudit_read_root_file($1)
kernel_dontaudit_use_fds($1)
')
')
')
@ -89,9 +87,7 @@ interface(`init_daemon_domain',`
# RHEL4 systems seem to have a stray
# fds open from the initrd
ifdef(`distro_rhel4',`
kernel_dontaudit_use_fd($1)
storage_dontaudit_read_fixed_disk($1)
files_dontaudit_read_root_file($1)
kernel_dontaudit_use_fds($1)
')
')
@ -166,9 +162,7 @@ interface(`init_system_domain',`
# RHEL4 systems seem to have a stray
# fds open from the initrd
ifdef(`distro_rhel4',`
kernel_dontaudit_use_fd($1)
storage_dontaudit_read_fixed_disk($1)
files_dontaudit_read_root_file($1)
kernel_dontaudit_use_fds($1)
')
')
')