Skip to content

Commit

Permalink
#187: Adjust path for keyring unlock file too
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdope committed Aug 23, 2024
1 parent e337c02 commit 3da1708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pamusb-keyring-unlock-gnome
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fi
# Ensure file has 0600 (if FS supports it)
PERMISSIONS=`stat -c "%a %n" ~/.pamusb/.keyring_unlock_password | awk '{print $1}'`
if [ ! "$PERMISSIONS" = "600" ]; then
logger -p local0.error -t ${0##*/}[$$] Bad permissions on ~/.keyring_unlock_password. Please change them to 0600.
logger -p local0.error -t ${0##*/}[$$] Bad permissions on ~/.pamusb/.keyring_unlock_password. Please change them to 0600.
exit 1
fi

Expand Down

0 comments on commit 3da1708

Please sign in to comment.