-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pamusb-check fails (Permission Denied) #14
Comments
The problem is related to permissions of files located inside .pamusb on the root of your usb token, use chgrp to change group to your main group and chmod to grant rwx to your group. |
Any idea how/why this file was created with the "wrong" permissions? |
I come across the same error when I change my umask setting to 027 # /etc/login.defs
UMASK 027 #/etc/init.d/rc
umask 027 |
I am using arch manjaro, the latest but one version 16.06 rc1. [root@m m]# pamusb-check --debug m
|
I am on Ubuntu 12.10 and I believe I have everything configured properly, because this works:
However, pamusb-fails:
What specifically am I being denied access to? (Note: this does work with
sudo pamusb-check --debug bennett
)The text was updated successfully, but these errors were encountered: