Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  Dolphin mount partitions without password  (Read 1352 times)

Offline sunrat

  • User
  • Posts: 406
Dolphin mount partitions without password
« on: 2021/03/02, 04:57:14 »
I have a few distros multibooting and a number of partitions. I previously had a Polkit rule which enabled me to mount any partition by clicking on it's entry in Dolphin sidebar and it would open without asking for password. This doesn't seem to work for some time (not sure how long) in siduction, it now asks for password, but it works in a fresh install of Bullseye. The rule is in a file /etc/polkit-1/localauthority/50-local.d/10-desktop.policy.pkla which contains:
Code: [Select]
[Mounting, checking, etc. of internal drives]
Identity=unix-group:admin;unix-group:storage;unix-user:roger;
Action=org.freedesktop.udisks2.filesystem-*;org.freedesktop.udisks2.drive-ata-smart*
ResultActive=yes
I create a group "storage" and add my user just for this functionality.

Is there any change in sid or siduction that would have stopped this working?