mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
15 lines
511 B
Desktop File
15 lines
511 B
Desktop File
[Unit]
|
|
Description=Disable the loading of additional modules after systemd-modules-load.service
|
|
After=systemd-modules-load.service
|
|
Before=sysinit.target
|
|
# This functionality is implemented with this and not directly in the sysctl config is
|
|
# to allow systemd-modules-load.service to load the modules with no problem but
|
|
# to disallow anyone else do the same after the system boots up.
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/libexec/security-misc/disable-kernel-module-loading
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|