#!/bin/bash | |
grep nrpe /var/log/audit/audit.log | audit2allow -M local | |
semodule -i local.pp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#!/bin/bash | |
grep nrpe /var/log/audit/audit.log | audit2allow -M local | |
semodule -i local.pp |