Revert "Install Portmaster"

This reverts commit b25877a60c.

Portmaster causes slowness and bugs with internet connections.
This commit is contained in:
Anders Rytter Hansen 2025-09-28 12:50:15 -03:00
commit db97e121aa

View file

@ -28,9 +28,6 @@ RUN dnf remove -y plocate
# Install Mullvad VPN client
RUN rpm -Uvh --nodeps https://mullvad.net/da/download/app/rpm/latest
# Install Portmaster
RUN dnf install -y https://updates.safing.io/latest/linux_amd64/packages/Portmaster-2.0.25-1.x86_64.rpm
# Add rule to SELinux allowing modules to be loaded into custom kernel
RUN setsebool -P domain_kernel_load_modules on