mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-26 19:19:22 -05:00
Disable permission hardening now until development finished / tested.
This commit is contained in:
parent
b72eb30056
commit
d80bf036f3
@ -8,7 +8,9 @@ After=local-fs.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=/usr/lib/security-misc/permission-hardening
|
## Disable for now until development finished / tested.
|
||||||
|
ExecStart=/bin/true
|
||||||
|
#ExecStart=/usr/lib/security-misc/permission-hardening
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=sysinit.target
|
WantedBy=sysinit.target
|
||||||
|
Loading…
Reference in New Issue
Block a user