From 598805d2225387890f55a77e17567edbc788d824 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Fri, 18 Feb 2022 14:56:40 -0500 Subject: matrixd: SELint fixes. Signed-off-by: Chris PeBenito Signed-off-by: Jason Zaman --- policy/modules/services/matrixd.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/services/matrixd.te b/policy/modules/services/matrixd.te index 2c7f384c..d3950cda 100644 --- a/policy/modules/services/matrixd.te +++ b/policy/modules/services/matrixd.te @@ -41,7 +41,7 @@ files_type(matrixd_var_t) # Local policy # -allow matrixd_t self:fifo_file rw_file_perms; +allow matrixd_t self:fifo_file rw_fifo_file_perms; allow matrixd_t self:tcp_socket create_stream_socket_perms; allow matrixd_t self:netlink_route_socket r_netlink_socket_perms; -- cgit v1.2.3-65-gdbad