Skip to content

context: Add :unsafe-mode property

Florian Müllner requested to merge fmuellner/mutter:d-bus-hardening into main

We are going to restrict several sensitive D-Bus APIs to a set of allowed callers (like Settings or portal implementations).

Add an :unsafe-mode property to the context to allow turning off those restrictions temporarily, in order to not get in the way of development/debugging.

See gnome-shell#3943 (closed)

Merge request reports