link man page
This commit is contained in:
parent
c9009e04c7
commit
6701084da2
@ -422,6 +422,7 @@ if((! -e pp($hstprvkeyf)) || (! -s pp($hstprvkeyf)) ||
|
||||
system "chmod 600 " . pp($hstprvkeyf);
|
||||
system "chmod 600 " . pp($cliprvkeyf);
|
||||
if($^O eq 'cygwin' || $^O eq 'msys') {
|
||||
# https://cygwin.com/cygwin-ug-net/setfacl.html
|
||||
system "setfacl --remove-all " . pp($hstprvkeyf);
|
||||
system "setfacl --modify u:" . $username . ":r " . pp($hstprvkeyf);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user