mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-20 12:49:56 +07:00
19
usr/lib/systemd/system/permission-hardener.service
Normal file
19
usr/lib/systemd/system/permission-hardener.service
Normal file
@ -0,0 +1,19 @@
|
||||
## Copyright (C) 2019 - 2023 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
|
||||
## See the file COPYING for copying conditions.
|
||||
|
||||
[Unit]
|
||||
Description=Permission Hardener at Boot Time (opt-in in addition to security-misc package installation time hardening)
|
||||
Documentation=https://github.com/Kicksecure/security-misc
|
||||
|
||||
DefaultDependencies=no
|
||||
Before=sysinit.target
|
||||
Requires=local-fs.target
|
||||
After=local-fs.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=permission-hardener enable
|
||||
|
||||
[Install]
|
||||
WantedBy=sysinit.target
|
Reference in New Issue
Block a user