We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddc2a6b commit 7b3b76cCopy full SHA for 7b3b76c
mysql.if
@@ -429,6 +429,25 @@ interface(`mysql_dontaudit_write_log',`
429
dontaudit $1 mysqld_log_t:file { write_file_perms setattr_file_perms };
430
')
431
432
+########################################
433
+## <summary>
434
+## dontaudit attempts to read/write to the MySQL db files.
435
+## </summary>
436
+## <param name="domain">
437
438
+## Domain to not audit.
439
440
+## </param>
441
+## <rolecap/>
442
+#
443
+interface(`mysql_dontaudit_rw_db',`
444
+ gen_require(`
445
+ type mysqld_db_t;
446
+ ')
447
+
448
+ dontaudit $1 mysqld_db_t:file rw_file_perms;
449
+')
450
451
######################################
452
## <summary>
453
## Execute MySQL safe script in the mysql safe domain.
0 commit comments