From 23c44b90ff9a49eb6bc91210b6668519ad421865 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sun, 6 Feb 2022 01:19:08 +0100 Subject: [PATCH] dbus: Add missing action policies --- src/DBus/org.usbguard.policy | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/src/DBus/org.usbguard.policy b/src/DBus/org.usbguard.policy index e326c5a..4fc33c5 100644 --- a/src/DBus/org.usbguard.policy +++ b/src/DBus/org.usbguard.policy @@ -33,6 +33,15 @@ + Apply a policy to a device in USBGuard + Prevents applying a policy to a device in USBGuard + + no + auth_admin + + + List all USB devices recognized by the USBGuard deaemon Prevents listing USB devices recognized by the USBGuard daemon @@ -41,5 +50,23 @@ auth_self_keep + + + Get the value of a runtime parameter + Prevents getting values of runtime USBGuard parameters + + no + auth_self_keep + + + + + Set the value of a runtime parameter + Prevents setting values of runtime USBGuard parameters + + no + auth_admin + + -- 2.23.0