diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-09-04 12:07:21 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-09-08 11:49:25 +0200 |
commit | cc98b00857e29074de96a6ed60e325cdfffaea1a (patch) | |
tree | 63b6d04e34d46215a11fe08727974e4c89a8f198 /etc/guix-daemon.cil.in | |
parent | 82f903e70f580c34503052245625354d2f097d7e (diff) | |
download | guix-cc98b00857e29074de96a6ed60e325cdfffaea1a.tar guix-cc98b00857e29074de96a6ed60e325cdfffaea1a.tar.gz |
etc: Remove references to libexec/guix* from SELinux policy.
* etc/guix-daemon.cil.in: Remove references to libexec/guix*.
Diffstat (limited to 'etc/guix-daemon.cil.in')
-rw-r--r-- | etc/guix-daemon.cil.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/guix-daemon.cil.in b/etc/guix-daemon.cil.in index c0c82d8fbb..e0c9113498 100644 --- a/etc/guix-daemon.cil.in +++ b/etc/guix-daemon.cil.in @@ -277,9 +277,5 @@ file (system_u object_r guix_daemon_exec_t (low low))) (filecon "@storedir@/.+-(guix-.+|profile)/bin/guix-daemon" file (system_u object_r guix_daemon_exec_t (low low))) - (filecon "@storedir@/.+-(guix-.+|profile)/libexec/guix-authenticate" - file (system_u object_r guix_daemon_exec_t (low low))) - (filecon "@storedir@/.+-(guix-.+|profile)/libexec/guix/(.*)?" - any (system_u object_r guix_daemon_exec_t (low low))) (filecon "@guix_localstatedir@/guix/daemon-socket/socket" any (system_u object_r guix_daemon_socket_t (low low)))) |