Skip to content

Commit

Permalink
chore: add ok button when showing the kvmfr selinux type enforcement …
Browse files Browse the repository at this point in the history
…rules
  • Loading branch information
HikariKnight committed Feb 7, 2025
1 parent dea2ca8 commit 56d2e88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions system_files/dx/usr/libexec/bluefin-dx-kvmfr-setup
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ echo "This is the type enforcement we wrote for SELinux and you can find it in $
echo "#======= start of kvmfr.te ======="
cat "$HOME/.config/selinux_te/kvmfr.te"
echo "#======== end of kvmfr.te ========"
CONFIRM=$(Choose OK)
checkmodule -M -m -o "$HOME/.config/selinux_te/mod/kvmfr.mod" "$HOME/.config/selinux_te/kvmfr.te"
semodule_package -o "$HOME/.config/selinux_te/pp/kvmfr.pp" -m "$HOME/.config/selinux_te/mod/kvmfr.mod"
sudo semodule -i "$HOME/.config/selinux_te/pp/kvmfr.pp"
Expand Down

0 comments on commit 56d2e88

Please sign in to comment.