diff --git a/lib/systemd/system/hide-hardware-info.service b/lib/systemd/system/hide-hardware-info.service index 45c3e90..68d7401 100644 --- a/lib/systemd/system/hide-hardware-info.service +++ b/lib/systemd/system/hide-hardware-info.service @@ -4,6 +4,7 @@ [Unit] Description=Hide hardware information to unprivileged users Documentation=https://github.com/Kicksecure/security-misc + DefaultDependencies=no Before=sysinit.target Requires=local-fs.target diff --git a/lib/systemd/system/proc-hidepid.service b/lib/systemd/system/proc-hidepid.service index 6c989c7..7acad5b 100644 --- a/lib/systemd/system/proc-hidepid.service +++ b/lib/systemd/system/proc-hidepid.service @@ -4,6 +4,7 @@ [Unit] Description=Mounts /proc with hidepid=2 Documentation=https://github.com/Kicksecure/security-misc + DefaultDependencies=no Before=sysinit.target Requires=local-fs.target diff --git a/lib/systemd/system/remove-system-map.service b/lib/systemd/system/remove-system-map.service index 3614f55..c6eb17b 100644 --- a/lib/systemd/system/remove-system-map.service +++ b/lib/systemd/system/remove-system-map.service @@ -4,6 +4,7 @@ [Unit] Description=Removes the System.map files Documentation=https://github.com/Kicksecure/security-misc + DefaultDependencies=no Before=sysinit.target Requires=local-fs.target