OP#436 main config file
This commit is contained in:
1
templates/selinux/checknagios.erb
Normal file
1
templates/selinux/checknagios.erb
Normal file
@@ -0,0 +1 @@
|
||||
ausearch -c 'check_nagios' --raw | audit2allow -M my-checknagios
|
||||
1
templates/selinux/checknrpe.erb
Normal file
1
templates/selinux/checknrpe.erb
Normal file
@@ -0,0 +1 @@
|
||||
ausearch -c 'check_nrpe' --raw | audit2allow -M my-checknrpe
|
||||
1
templates/selinux/grep.erb
Normal file
1
templates/selinux/grep.erb
Normal file
@@ -0,0 +1 @@
|
||||
ausearch -c 'grep' --raw | audit2allow -M my-grep
|
||||
1
templates/selinux/statuscgi.erb
Normal file
1
templates/selinux/statuscgi.erb
Normal file
@@ -0,0 +1 @@
|
||||
ausearch -c 'status.cgi' --raw | audit2allow -M my-statuscgi
|
||||
1
templates/selinux/statusdat.erb
Normal file
1
templates/selinux/statusdat.erb
Normal file
@@ -0,0 +1 @@
|
||||
ausearch -c 'httpd' --raw | audit2allow -M my-httpd
|
||||
1
templates/selinux/taccgi.erb
Normal file
1
templates/selinux/taccgi.erb
Normal file
@@ -0,0 +1 @@
|
||||
ausearch -c 'tac.cgi' --raw | audit2allow -M my-taccgi
|
||||
Reference in New Issue
Block a user