Skip to content

Commit

Permalink
swanctl: add apparmor profile to include wanpad directory (bugfix)
Browse files Browse the repository at this point in the history
  • Loading branch information
spmzt committed Jul 8, 2024
1 parent b878a99 commit 505161d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ install: ca deps generate
@if [ "${OS}" = "GNU/Linux" ]; then\
echo "Configure apparmor (Linux)";\
cp /usr/local/share/wanpad/apparmor.d/usr.sbin.swanctl /etc/apparmor.d/local/usr.sbin.swanctl;\
aa-status --enabled && apparmor_parser -r /etc/apparmor.d/local/usr.sbin.swanctl;\
aa-status --enabled && apparmor_parser -r /etc/apparmor.d/usr.sbin.swanctl;\
fi
@echo "Installing wanpad configuration"
@if [ ! -s /usr/local/etc/wanpad/wanpad.conf ]; then\
Expand Down

0 comments on commit 505161d

Please sign in to comment.