debug-allow-all-fail.conf

来自「linux dbus at linux run destkop」· CONF 代码 · 共 18 行

CONF
18
字号
<!-- Bus that listens on a debug pipe and doesn't create any restrictions --><!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"><busconfig>  <listen>debug-pipe:name=test-server</listen>  <listen>unix:tmpdir=/tmp</listen>  <type>system</type>  <servicehelper>/src/jhbuild/checkout/dbus/bus/dbus-daemon-launch-helper-test</servicehelper>  <servicedir>/src/jhbuild/checkout/dbus/test/data/invalid-service-files-system</servicedir>  <policy context="default">    <allow send_interface="*"/>    <allow receive_interface="*"/>    <allow own="*"/>    <allow user="*"/>  </policy></busconfig>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?