-
Notifications
You must be signed in to change notification settings - Fork 569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implement xdg-dbus-proxy --log / log denied D-Bus access tries #3402
Comments
Sorry for not getting back to this earlier. I think capturing A complication is that Another annoyance is that while filter rules are bound to well-known names, but communication on the bus might use unique names. See e.g.,
which is a log from In principle, we could even generate very fine-grained policies with |
Thanks for the explanations.
Going this way, would allow different scripts for different things (generate profile, warn on violation, ...)
From that what I saw (with --log and |
Implement xdg-dbus-proxy --log to log blocked D-Bus calls. Without this it is difficult debug things like #3400 or #3399.
Alternative we could log all calls for writing for writing profiles or simply forward the --log output (stdout of xdg-dbus-proxy) to a file (e.g. /tmp/pid_of_sandbox-dbus) and parse it with a python/bash/... program in contrib.
see also #3265 (comment)
cc @kris7t
The text was updated successfully, but these errors were encountered: