Skip to content

Error in documentation and in pamusb-unlock-keyring-gnome #272

@ACR36940

Description

@ACR36940

Understood

Yes, this is not a bug report / support request

Text

In the documentation, on the getting started document the section:
Auto-unlock your GNOME keyring
Says
create .keyring_unlock_password in ~/.pamusb/

This don't work.
In the code of pamusb-unlock-keyring-gnome says:

# Check if password file exists, first try $HOME then the auth device
 if [ ! -f ~/.keyring_unlock_password ]; then
     logger -p local0.notice -t ${0##*/}[$$] No password file found, exiting.
     exit 0
 fi

pamusb-unlock-keyring-gnome only checks in the user $HOME in the stable version 0.8.5 location changes in new revisions to .pamusb dir.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions