link man page

This commit is contained in:
Viktor Szakats 2025-02-25 00:55:36 +01:00
parent c9009e04c7
commit 6701084da2
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -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);
}