Initial commit
This commit is contained in:
5
nginx/selinux/compile.sh
Executable file
5
nginx/selinux/compile.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
checkmodule -M -m -o nginx.mod nginx.te
|
||||
semodule_package -o nginx.pp -m nginx.mod
|
||||
semodule -i nginx.pp
|
||||
Reference in New Issue
Block a user