[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: etc: Add more SELinux permissions for the daemon.
From: |
guix-commits |
Subject: |
branch master updated: etc: Add more SELinux permissions for the daemon. |
Date: |
Wed, 25 Nov 2020 17:26:15 -0500 |
This is an automated email from the git hooks/post-receive script.
mbakke pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new d64e026 etc: Add more SELinux permissions for the daemon.
d64e026 is described below
commit d64e0261d0007413a795c4cf01f9d06b170da3f5
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Nov 25 23:07:29 2020 +0100
etc: Add more SELinux permissions for the daemon.
This is needed for some package test suites.
* etc/guix-daemon.cil.in (guix_daemon): Permit unix_dgram_socket operations.
---
etc/guix-daemon.cil.in | 3 +++
1 file changed, 3 insertions(+)
diff --git a/etc/guix-daemon.cil.in b/etc/guix-daemon.cil.in
index 91958b7..0d79458 100644
--- a/etc/guix-daemon.cil.in
+++ b/etc/guix-daemon.cil.in
@@ -372,6 +372,9 @@
(allow guix_daemon_t
self
(unix_stream_socket (connectto)))
+ (allow guix_daemon_t
+ self
+ (unix_dgram_socket (create bind connect sendto read write)))
(allow guix_daemon_t
node_t
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: etc: Add more SELinux permissions for the daemon.,
guix-commits <=