ansible/roles/copr/backend/files/selinux/compile.sh

5 lines
113 B
Bash
Raw Normal View History

#!/bin/sh
checkmodule -M -m -o copr_rules.mod copr_rules.te
semodule_package -o copr_rules.pp -m copr_rules.mod