mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-06-18 15:39:20 -04:00
Create permission-hardening.service
This commit is contained in:
parent
6c564f6e95
commit
d7e2deae92
1 changed files with 14 additions and 0 deletions
14
lib/systemd/system/permission-hardening.service
Normal file
14
lib/systemd/system/permission-hardening.service
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
[Unit]
|
||||||
|
Description=File permission hardening
|
||||||
|
Documentation=https://github.com/Whonix/security-misc
|
||||||
|
DefaultDependencies=no
|
||||||
|
Before=sysinit.target
|
||||||
|
Requires=local-fs.target
|
||||||
|
After=local-fs.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=oneshot
|
||||||
|
ExecStart=/usr/lib/security-misc/permission-hardening
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=sysinit.target
|
Loading…
Add table
Add a link
Reference in a new issue