mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Merge branch '2960-debug-controller-docs' into 'main'
gdebugcontrollerdbus: Fix incorrect paragraph on auth in documentation Closes #2960 See merge request GNOME/glib!3354
This commit is contained in:
commit
218daa079e
@ -50,9 +50,10 @@
|
||||
* #GDebugController:debug-enabled and, by default, g_log_get_debug_enabled().
|
||||
* default.
|
||||
*
|
||||
* By default, all processes will be able to call `SetDebugEnabled()`. If this
|
||||
* process is privileged, or might expose sensitive information in its debug
|
||||
* output, you may want to restrict the ability to enable debug output to
|
||||
* By default, no processes are allowed to call `SetDebugEnabled()` unless a
|
||||
* #GDebugControllerDBus::authorize signal handler is installed. This is because
|
||||
* the process may be privileged, or might expose sensitive information in its
|
||||
* debug output. You may want to restrict the ability to enable debug output to
|
||||
* privileged users or processes.
|
||||
*
|
||||
* One option is to install a D-Bus security policy which restricts access to
|
||||
|
Loading…
Reference in New Issue
Block a user