mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
14 lines
466 B
XML
14 lines
466 B
XML
<?xml version="1.0"?> <!--*-nxml-*-->
|
|
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
|
|
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
|
<busconfig>
|
|
<policy user="root">
|
|
<allow own_prefix="com.redhat.lvmdbus1"/>
|
|
<allow send_destination="com.redhat.lvmdbus1"/>
|
|
</policy>
|
|
<policy context="default">
|
|
<deny own_prefix="com.redhat.lvmdbus1"/>
|
|
<deny send_destination="com.redhat.lvmdbus1"/>
|
|
</policy>
|
|
</busconfig>
|