the rules in /usr/share/polkit-1/org.freedekstop.devicekit.disks.policy not working
ex.
<action id="org.freedesktop.devicekit.disks.filesystem-mount">
<defaults>
<allow_any>no</allow_any>
<allow_inactive>no</allow_inactive>
<allow_active>auth_admin</allow_active>
</defaults>
</action>
but I don't need insert the admin passwords...
ex.
<action id="org.freedesktop.devicekit.disks.filesystem-mount">
<defaults>
<allow_any>no</allow_any>
<allow_inactive>no</allow_inactive>
<allow_active>auth_admin</allow_active>
</defaults>
</action>
but I don't need insert the admin passwords...
Comment