Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/services/
Date: Sun, 27 Feb 2022 02:52:51
Message-Id: 1645927997.598805d2225387890f55a77e17567edbc788d824.perfinion@gentoo
1 commit: 598805d2225387890f55a77e17567edbc788d824
2 Author: Chris PeBenito <pebenito <AT> ieee <DOT> org>
3 AuthorDate: Fri Feb 18 19:56:40 2022 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 02:13:17 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=598805d2
7
8 matrixd: SELint fixes.
9
10 Signed-off-by: Chris PeBenito <pebenito <AT> ieee.org>
11 Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
12
13 policy/modules/services/matrixd.te | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/policy/modules/services/matrixd.te b/policy/modules/services/matrixd.te
17 index 2c7f384c..d3950cda 100644
18 --- a/policy/modules/services/matrixd.te
19 +++ b/policy/modules/services/matrixd.te
20 @@ -41,7 +41,7 @@ files_type(matrixd_var_t)
21 # Local policy
22 #
23
24 -allow matrixd_t self:fifo_file rw_file_perms;
25 +allow matrixd_t self:fifo_file rw_fifo_file_perms;
26 allow matrixd_t self:tcp_socket create_stream_socket_perms;
27 allow matrixd_t self:netlink_route_socket r_netlink_socket_perms;