gdebugcontrollerdbus: Fix incorrect paragraph on auth in documentation

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>

Fixes: #2960
This commit is contained in:
Philip Withnall 2023-03-29 14:04:56 +01:00
parent bd63436fad
commit 224e4e53e2

View File

@ -50,9 +50,10 @@
* #GDebugController:debug-enabled and, by default, g_log_get_debug_enabled(). * #GDebugController:debug-enabled and, by default, g_log_get_debug_enabled().
* default. * default.
* *
* By default, all processes will be able to call `SetDebugEnabled()`. If this * By default, no processes are allowed to call `SetDebugEnabled()` unless a
* process is privileged, or might expose sensitive information in its debug * #GDebugControllerDBus::authorize signal handler is installed. This is because
* output, you may want to restrict the ability to enable debug output to * 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. * privileged users or processes.
* *
* One option is to install a D-Bus security policy which restricts access to * One option is to install a D-Bus security policy which restricts access to