mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-02 08:26:01 -04:00
Disable permission hardening now until development finished / tested.
This commit is contained in:
parent
b72eb30056
commit
d80bf036f3
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,9 @@ After=local-fs.target
|
|||
|
||||
[Service]
|
||||
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]
|
||||
WantedBy=sysinit.target
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue