mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-11-27 15:40:54 -05:00
Disable memlockd service by default, fix systemd path
This commit is contained in:
parent
28f44d2e1d
commit
cd44a7e136
2 changed files with 5 additions and 1 deletions
|
|
@ -26,3 +26,7 @@ disable ensure-shutdown-trigger.service
|
|||
|
||||
## TODO: Disabled due to bug: breaks ISO Live Mode Calamares installer
|
||||
disable emerg-shutdown.service
|
||||
|
||||
## memlockd is needed by emerg-shutdown, but the service is not, the user can
|
||||
## enable this manually if desired.
|
||||
disable memlockd.service
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
# Lock systemd and all of its library dependencies into memory
|
||||
+/usr/bin/systemd
|
||||
+/usr/lib/systemd/systemd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue