org.freedesktop.network1.conf 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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="systemd-network">
  13. <allow own="org.freedesktop.network1"/>
  14. <allow send_destination="org.freedesktop.network1"/>
  15. <allow receive_sender="org.freedesktop.network1"/>
  16. </policy>
  17. <policy context="default">
  18. <deny send_destination="org.freedesktop.network1"/>
  19. <allow send_destination="org.freedesktop.network1"
  20. send_interface="org.freedesktop.DBus.Introspectable"/>
  21. <allow send_destination="org.freedesktop.network1"
  22. send_interface="org.freedesktop.DBus.Peer"/>
  23. <allow send_destination="org.freedesktop.network1"
  24. send_interface="org.freedesktop.DBus.Properties"
  25. send_member="Get"/>
  26. <allow send_destination="org.freedesktop.network1"
  27. send_interface="org.freedesktop.DBus.Properties"
  28. send_member="GetAll"/>
  29. <allow receive_sender="org.freedesktop.network1"/>
  30. </policy>
  31. </busconfig>