named-dbus-system.conf

来自「非常好的dns解析软件」· CONF 代码 · 共 21 行

CONF
21
字号
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"><busconfig>    <servicedir>/usr/share/dbus-1/services</servicedir>    <policy user="named">            <allow own="com.redhat.named"/>            <allow send_interface="com.redhat.named"/>            <allow send_destination="com.redhat.named"/>    </policy>    <policy user="root">            <allow send_interface="com.redhat.named"/>            <allow send_destination="com.redhat.named"/>    </policy>    <policy context="default">            <deny own="com.redhat.named"/>            <deny send_destination="com.redhat.named"/>            <deny send_interface="com.redhat.named"/>    </policy></busconfig>

⌨️ 快捷键说明

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