2024-05-10 23:18:36 -04:00
|
|
|
## Copyright (C) 2019 - 2024 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
|
2019-12-29 04:45:26 -05:00
|
|
|
## See the file COPYING for copying conditions.
|
|
|
|
|
2019-12-08 11:50:54 -05:00
|
|
|
[Unit]
|
2024-01-16 09:23:54 -05:00
|
|
|
Description=Permission Hardener at Boot Time (opt-in in addition to security-misc package installation time hardening)
|
2023-10-22 05:41:56 -04:00
|
|
|
Documentation=https://github.com/Kicksecure/security-misc
|
2019-12-29 04:56:18 -05:00
|
|
|
|
2019-12-08 11:50:54 -05:00
|
|
|
DefaultDependencies=no
|
|
|
|
Before=sysinit.target
|
|
|
|
Requires=local-fs.target
|
|
|
|
After=local-fs.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2019-12-29 04:56:51 -05:00
|
|
|
RemainAfterExit=yes
|
2024-01-16 09:23:54 -05:00
|
|
|
ExecStart=permission-hardener enable
|
2019-12-08 11:50:54 -05:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=sysinit.target
|