diff --git a/usr/lib/systemd/system/remount-secure.service b/usr/lib/systemd/system/remount-secure.service index 575f05e..8797b9c 100644 --- a/usr/lib/systemd/system/remount-secure.service +++ b/usr/lib/systemd/system/remount-secure.service @@ -5,6 +5,8 @@ Description=remount /home /tmp /dev/shm /run with nosuid,nodev (default) and noexec (opt-in) Documentation=https://github.com/Kicksecure/security-misc +ConditionKernelCommandLine=!remountsecure=0 + DefaultDependencies=no Before=sysinit-post.target