• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- -->
2
3<!DOCTYPE busconfig PUBLIC
4 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
5 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
6<busconfig>
7
8  <!-- Only root can own the service -->
9  <policy user="root">
10    <allow own="org.selinux"/>
11  </policy>
12
13  <!-- Allow anyone to invoke methods on the interfaces,
14       authorization is performed by PolicyKit -->
15  <policy at_console="true">
16    <allow send_destination="org.selinux"/>
17  </policy>
18  <policy context="default">
19    <allow send_destination="org.selinux"
20	   send_interface="org.freedesktop.DBus.Introspectable"/>
21  </policy>
22
23</busconfig>
24