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
No known key found for this signature in database
GPG key ID: 00C64E14F51F9E56
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