~ruther/guix-local

98e74d520a30d1ed7d7b47d4f1d9afadefc699e3 — Marius Bakke 4 years ago 5664a64
etc: Add more SELinux permissions for the daemon.

* etc/guix-daemon.cil.in (guix_daemon): Permit write on guix_daemon_conf_t
sock_file, necessary for garbage collection.
1 files changed, 3 insertions(+), 0 deletions(-)

M etc/guix-daemon.cil.in
M etc/guix-daemon.cil.in => etc/guix-daemon.cil.in +3 -0
@@ 302,6 302,9 @@
  (allow guix_daemon_t
         guix_daemon_conf_t
         (lnk_file (create getattr rename unlink read)))
  (allow guix_daemon_t
         guix_daemon_conf_t
         (sock_file (write)))
  (allow guix_daemon_t net_conf_t
         (file (getattr open read)))
  (allow guix_daemon_t net_conf_t