[WIP] Fix ui api authentication

This commit is contained in:
Vladimir Stoilov
2024-09-25 17:34:23 +03:00
parent 1b6ee722f3
commit 08830f29c6
7 changed files with 27 additions and 19 deletions

View File

@@ -11,6 +11,9 @@ if command -V semanage >/dev/null 2>&1; then
restorecon -R /usr/lib/portmaster/portmaster-core 2>/dev/null >&2 || :
fi
mv /usr/bin/portmaster /usr/lib/portmaster/portmaster
ln -s /usr/lib/portmaster/portmaster /usr/bin/portmaster
systemctl daemon-reload
systemctl enable portmaster.service