From 4482f1841cfc6caa063e2274db890cfa01944811 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Sun, 5 Nov 2023 20:13:14 -0500 Subject: [PATCH] newline --- lib/systemd/system/hide-hardware-info.service | 1 + lib/systemd/system/proc-hidepid.service | 1 + lib/systemd/system/remove-system-map.service | 1 + 3 files changed, 3 insertions(+) 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