fix(permission-hardener): add exactwhitelist here

Without this, the permissions for ssh-agent won't be changed properly.
This commit is contained in:
Ashlen 2025-05-20 18:41:48 -06:00
parent 94dc9da4ab
commit 7a079c3de8
No known key found for this signature in database
GPG key ID: F1B59F496EE704B0

View file

@ -14,6 +14,7 @@
## ##
## ssh-agent is often run under non-root users, so 755 permissions make ## ssh-agent is often run under non-root users, so 755 permissions make
## sense here to avoid breakage. ## sense here to avoid breakage.
/usr/bin/ssh-agent exactwhitelist
/usr/bin/ssh-agent 755 root root /usr/bin/ssh-agent 755 root root
## Used only for SSH host-based authentication ## Used only for SSH host-based authentication