For svirt_lxc_domain
Signed-off-by: Dominick Grift <dominick.grift@gmail.com>
This commit is contained in:
parent
c40ea7bd2d
commit
193760f130
|
@ -2913,7 +2913,7 @@ interface(`files_delete_boot_flag',`
|
|||
## </summary>
|
||||
## <param name="domain">
|
||||
## <summary>
|
||||
## Domain allowed access.
|
||||
## Domain to not audit.
|
||||
## </summary>
|
||||
## </param>
|
||||
#
|
||||
|
@ -2925,6 +2925,25 @@ interface(`files_dontaudit_setattr_etc_runtime_files',`
|
|||
dontaudit $1 etc_runtime_t:file setattr;
|
||||
')
|
||||
|
||||
########################################
|
||||
## <summary>
|
||||
## Do not audit attempts to write
|
||||
## etc runtime files.
|
||||
## </summary>
|
||||
## <param name="domain">
|
||||
## <summary>
|
||||
## Domain to not audit.
|
||||
## </summary>
|
||||
## </param>
|
||||
#
|
||||
interface(`files_dontaudit_write_etc_runtime_files',`
|
||||
gen_require(`
|
||||
type etc_runtime_t;
|
||||
')
|
||||
|
||||
dontaudit $1 etc_runtime_t:file write;
|
||||
')
|
||||
|
||||
########################################
|
||||
## <summary>
|
||||
## Read files in /etc that are dynamically
|
||||
|
|
Loading…
Reference in New Issue