dontaudit just the kernel fd use, the others may indicate problems for other reasons.
This commit is contained in:
parent
8fa4943032
commit
263721b9a4
@ -37,9 +37,7 @@ interface(`init_domain',`
|
|||||||
# RHEL4 systems seem to have a stray
|
# RHEL4 systems seem to have a stray
|
||||||
# fds open from the initrd
|
# fds open from the initrd
|
||||||
ifdef(`distro_rhel4',`
|
ifdef(`distro_rhel4',`
|
||||||
kernel_dontaudit_use_fd($1)
|
kernel_dontaudit_use_fds($1)
|
||||||
storage_dontaudit_read_fixed_disk($1)
|
|
||||||
files_dontaudit_read_root_file($1)
|
|
||||||
')
|
')
|
||||||
')
|
')
|
||||||
')
|
')
|
||||||
@ -89,9 +87,7 @@ interface(`init_daemon_domain',`
|
|||||||
# RHEL4 systems seem to have a stray
|
# RHEL4 systems seem to have a stray
|
||||||
# fds open from the initrd
|
# fds open from the initrd
|
||||||
ifdef(`distro_rhel4',`
|
ifdef(`distro_rhel4',`
|
||||||
kernel_dontaudit_use_fd($1)
|
kernel_dontaudit_use_fds($1)
|
||||||
storage_dontaudit_read_fixed_disk($1)
|
|
||||||
files_dontaudit_read_root_file($1)
|
|
||||||
')
|
')
|
||||||
')
|
')
|
||||||
|
|
||||||
@ -166,9 +162,7 @@ interface(`init_system_domain',`
|
|||||||
# RHEL4 systems seem to have a stray
|
# RHEL4 systems seem to have a stray
|
||||||
# fds open from the initrd
|
# fds open from the initrd
|
||||||
ifdef(`distro_rhel4',`
|
ifdef(`distro_rhel4',`
|
||||||
kernel_dontaudit_use_fd($1)
|
kernel_dontaudit_use_fds($1)
|
||||||
storage_dontaudit_read_fixed_disk($1)
|
|
||||||
files_dontaudit_read_root_file($1)
|
|
||||||
')
|
')
|
||||||
')
|
')
|
||||||
')
|
')
|
||||||
|
Loading…
Reference in New Issue
Block a user