mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-20 01:38:47 -04:00
fix(permission-hardener): add exactwhitelist here
Without this, the permissions for ssh-agent won't be changed properly.
This commit is contained in:
parent
94dc9da4ab
commit
7a079c3de8
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
##
|
||||
## ssh-agent is often run under non-root users, so 755 permissions make
|
||||
## sense here to avoid breakage.
|
||||
/usr/bin/ssh-agent exactwhitelist
|
||||
/usr/bin/ssh-agent 755 root root
|
||||
|
||||
## Used only for SSH host-based authentication
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue