+-------------------------------------------------------------------
+Fri Dec 08 09:06:30 CET 2023 - aschnell@suse.com
+
+- drop permissions check in GetPluginsReport and ClearPluginsReport
+ (gh#openSUSE/snapper#856)
+
-------------------------------------------------------------------
Tue Nov 28 08:22:41 CET 2023 - aschnell@suse.com
boost::unique_lock<boost::shared_mutex> lock(big_mutex);
- check_permission(conn, msg);
+ // No permission check here: The report belongs to the client.
DBus::MessageMethodReturn reply(msg);
boost::unique_lock<boost::shared_mutex> lock(big_mutex);
- check_permission(conn, msg);
+ // No permission check here: The report belongs to the client.
DBus::MessageMethodReturn reply(msg);