etc: Add more SELinux permissions for the daemon.
* etc/guix-daemon.cil.in (guix_daemon): Add more permissions, necessary for garbage collection.master
parent
080770e654
commit
35bd94a492
|
@ -301,7 +301,7 @@
|
||||||
open read write)))
|
open read write)))
|
||||||
(allow guix_daemon_t
|
(allow guix_daemon_t
|
||||||
guix_daemon_conf_t
|
guix_daemon_conf_t
|
||||||
(lnk_file (create getattr rename unlink)))
|
(lnk_file (create getattr rename unlink read)))
|
||||||
(allow guix_daemon_t net_conf_t
|
(allow guix_daemon_t net_conf_t
|
||||||
(file (getattr open read)))
|
(file (getattr open read)))
|
||||||
(allow guix_daemon_t net_conf_t
|
(allow guix_daemon_t net_conf_t
|
||||||
|
@ -328,6 +328,9 @@
|
||||||
(allow guix_daemon_t
|
(allow guix_daemon_t
|
||||||
cache_home_t
|
cache_home_t
|
||||||
(dir (search)))
|
(dir (search)))
|
||||||
|
(allow guix_daemon_t
|
||||||
|
cache_home_t
|
||||||
|
(lnk_file (getattr read)))
|
||||||
|
|
||||||
;; self upgrades
|
;; self upgrades
|
||||||
(allow guix_daemon_t
|
(allow guix_daemon_t
|
||||||
|
@ -340,7 +343,7 @@
|
||||||
;; Socket operations
|
;; Socket operations
|
||||||
(allow guix_daemon_t
|
(allow guix_daemon_t
|
||||||
guix_daemon_socket_t
|
guix_daemon_socket_t
|
||||||
(sock_file (unlink)))
|
(sock_file (unlink write)))
|
||||||
(allow guix_daemon_t
|
(allow guix_daemon_t
|
||||||
init_t
|
init_t
|
||||||
(fd (use)))
|
(fd (use)))
|
||||||
|
|
Reference in New Issue