-
Notifications
You must be signed in to change notification settings - Fork 147
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
Authentication every time to mount as a root user #1251
Comments
The polkit prompt looks sane. Nothing has changed on UDisks side other than introducing Any messages from the |
@tbzatek yes it does mount properly, and how can I see messages from the process, I didn't even invoke it from the terminal, but when I do try to mount from the terminal and cancel the auth request this message print out |
Depends on your distribution. Most common is logging into
That works as expected, also indicates that your polkit rule override doesn't work. As the rules look like using JavaScript scripting, make sure that your polkit daemon is built with scripting support. Newer polkit releases allowed use of |
After an update couple of weeks ago, I kept getting a pop-up asking for permission to mount any partition, even though I have always been a root user, it used to mount them automatically on login, and I don't know the reason why it has changed.
I followed these instructions to grant myself permission, but it didn't work.
I also tried adding the partitions entry to
/etc/fstab/
but it made my system boot into emergency mode, so I stopped messing with it.I don't know what to do next.
Here is the pop-up
The content of
50-udiskie.rules
with the appropriate file permission.and here is how I wrote the new partition line in
/etc/fstab
:The text was updated successfully, but these errors were encountered: