Skip to content

Commit

Permalink
polkit: Always allow getParameter/listDevices/listRules in active ses…
Browse files Browse the repository at this point in the history
…sions
  • Loading branch information
hartwork authored and radosroka committed Apr 13, 2022
1 parent 5a73324 commit 4982b01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/DBus/org.usbguard1.policy
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<message>Prevents listing the USBGuard policy</message>
<defaults>
<allow_inactive>no</allow_inactive>
<allow_active>auth_self_keep</allow_active>
<allow_active>yes</allow_active>
</defaults>
</action>

Expand Down Expand Up @@ -47,7 +47,7 @@
<message>Prevents listing USB devices recognized by the USBGuard daemon</message>
<defaults>
<allow_inactive>no</allow_inactive>
<allow_active>auth_self_keep</allow_active>
<allow_active>yes</allow_active>
</defaults>
</action>

Expand All @@ -56,7 +56,7 @@
<message>Prevents getting values of runtime USBGuard parameters</message>
<defaults>
<allow_inactive>no</allow_inactive>
<allow_active>auth_self_keep</allow_active>
<allow_active>yes</allow_active>
</defaults>
</action>

Expand Down

0 comments on commit 4982b01

Please sign in to comment.