[copr] backend: add custom selinux policy for nrpe checks
This commit is contained in:
parent
6a4e823ce3
commit
f64c4b1c44
6 changed files with 36 additions and 7 deletions
4
roles/copr/backend/files/selinux/compile.sh
Normal file
4
roles/copr/backend/files/selinux/compile.sh
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
checkmodule -M -m -o nrpe_copr.mod nrpe_copr.te
|
||||
semodule_package -o nrpe_copr.pp -m nrpe_copr.mod
|
Loading…
Add table
Add a link
Reference in a new issue