xserver: do not audit ioctl operations on log files

Do not audit ioctl operation attempts whenever write
operations on the xserver log should not be audited.

Signed-off-by: Guido Trentalancia <guido@trentalancia.com>
This commit is contained in:
Guido Trentalancia 2017-09-16 23:39:04 +02:00 committed by Chris PeBenito
parent eea649c0f4
commit 4afbc35e79
1 changed files with 1 additions and 1 deletions

View File

@ -1129,7 +1129,7 @@ interface(`xserver_dontaudit_write_log',`
type xserver_log_t;
')
dontaudit $1 xserver_log_t:file { append write };
dontaudit $1 xserver_log_t:file { append ioctl write };
')
########################################