[Xfce-bugs] [Bug 16831] Different behave to cancel device authentication. Annoying behave when cannot cancel authentication.

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Wed May 13 17:23:14 CEST 2020


https://bugzilla.xfce.org/show_bug.cgi?id=16831

--- Comment #5 from hapical <pipicalzaslargass at hotmail.com> ---
look for   <action id="org.freedesktop.udisks2.filesystem-mount">     this one
control removable media (pendrive)
change

    <defaults>
      <allow_any>auth_admin</allow_any>
      <allow_inactive>auth_admin</allow_inactive>
      <allow_active>yes</allow_active>
    </defaults>

with

    <defaults>
      <allow_any>auth_admin</allow_any>
      <allow_inactive>auth_admin</allow_inactive>
      <allow_active>auth_admin</allow_active>
    </defaults>

execute in terminal "thunar -q" to terminate totally thunar daemon
insert usb, follow the 'way to reproduce' in my first post


after you finish, restore the
/usr/share/polkit-1/actions/org.freedesktop.UDisks2.policy


*we can create an overrule in /etc/polkit-1/rules.d to make it permanent but in
this way is more compressible. 
file /usr/share/polkit-1/actions/org.freedesktop.UDisks2.policy will be
overwritten with udisks2 updates


Thanks

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Xfce-bugs mailing list