mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-16 09:04:21 -05:00
abf72c2ee4
Hardener as the script is the agent that is hardening the file permissions.
20 lines
454 B
Desktop File
20 lines
454 B
Desktop File
## Copyright (C) 2019 - 2023 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
|
|
## See the file COPYING for copying conditions.
|
|
|
|
[Unit]
|
|
Description=SUID, SGID, Capability and File Permission 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
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|