Fix files whitespace issues.
This commit is contained in:
parent
f93d4fd85c
commit
a1d38fb485
@ -1482,30 +1482,30 @@ interface(`files_dontaudit_list_all_mountpoints',`
|
||||
|
||||
########################################
|
||||
## <summary>
|
||||
## Do not audit write attempts on mount points.
|
||||
## Do not audit write attempts on mount points.
|
||||
## </summary>
|
||||
## <param name="domain">
|
||||
## <summary>
|
||||
## Domain to ignore write attempts from
|
||||
## </summary>
|
||||
## <summary>
|
||||
## Domain to ignore write attempts from
|
||||
## </summary>
|
||||
## </param>
|
||||
#
|
||||
interface(`files_dontaudit_write_all_mountpoints',`
|
||||
gen_require(`
|
||||
attribute mountpoint;
|
||||
')
|
||||
|
||||
|
||||
dontaudit $1 mountpoint:dir write;
|
||||
')
|
||||
')
|
||||
|
||||
########################################
|
||||
## <summary>
|
||||
## Do not audit setattr attempts on mount points.
|
||||
## Do not audit setattr attempts on mount points.
|
||||
## </summary>
|
||||
## <param name="domain">
|
||||
## <summary>
|
||||
## Domain to ignore setattr attempts from
|
||||
## </summary>
|
||||
## <summary>
|
||||
## Domain to ignore setattr attempts from
|
||||
## </summary>
|
||||
## </param>
|
||||
#
|
||||
interface(`files_dontaudit_setattr_all_mountpoints',`
|
||||
|
Loading…
Reference in New Issue
Block a user