org.freedesktop.hostname1.conf 947 B

123456789101112131415161718192021222324252627
  1. <?xml version="1.0"?> <!--*-nxml-*-->
  2. <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
  3. "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
  4. <!--
  5. This file is part of systemd.
  6. systemd is free software; you can redistribute it and/or modify it
  7. under the terms of the GNU Lesser General Public License as published by
  8. the Free Software Foundation; either version 2.1 of the License, or
  9. (at your option) any later version.
  10. -->
  11. <busconfig>
  12. <policy user="root">
  13. <allow own="org.freedesktop.hostname1"/>
  14. <allow send_destination="org.freedesktop.hostname1"/>
  15. <allow receive_sender="org.freedesktop.hostname1"/>
  16. </policy>
  17. <policy context="default">
  18. <allow send_destination="org.freedesktop.hostname1"/>
  19. <allow receive_sender="org.freedesktop.hostname1"/>
  20. </policy>
  21. </busconfig>