Rename file permission hardening script

Hardener as the script is the agent that is hardening the file
permissions.
This commit is contained in:
Ben Grande
2024-01-02 13:34:29 +01:00
parent f138cf0f78
commit abf72c2ee4
24 changed files with 54 additions and 55 deletions

View File

@ -5,7 +5,7 @@
disable hide-hardware-info.service
## Disable for now until development finished / tested.
disable permission-hardening.service
disable permission-hardener.service
## Disable for now until development finished / tested.
## https://github.com/Kicksecure/security-misc/pull/152

View File

@ -13,7 +13,7 @@ After=local-fs.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=permission-hardening
ExecStart=permission-hardener
[Install]
WantedBy=sysinit.target