mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-20 17:58:41 -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
|
## 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue