diff -b guix-daemon.cil /home/laura/guix/etc/guix-daemon.cil.in 1c1 < ;; -*- lisp -*- --- > ; -*- lisp -*- 45,48d44 < (type guix_client_exec_t) < (roletype object_r guix_client_exec_t) < (type guix_client_t) < (roletype object_r guix_client_t) 51c47 < (typeattributeset domain (guix_daemon_t guix_daemon_exec_t guix_client_t)) --- > (typeattributeset domain (guix_daemon_t guix_daemon_exec_t)) 267,279d262 < ;;Client operations < (allow guix_client_t < guix_daemon_conf_t < (dir (search < getattr < open read))) < (allow guix_client_t < guix_daemon_conf_t < (file (map < getattr < open read))) < < 302,306c285 < any (system_u object_r guix_daemon_socket_t (low low))) < (filecon "@storedir@/.../bin/guix" < file (system_u object_r guix_client_exec_t (low low))) < (filecon "/usr/local/bin/guix" < file (system_u object_r guix_client_exec_t (low low)))) --- > any (system_u object_r guix_daemon_socket_t (low low))))