commit:     7b45e2cb886a6feb1a2333859ce87ff6a8641ce4
Author:     Tianjia Zhang <tianjia.zhang <AT> linux <DOT> alibaba <DOT> com>
AuthorDate: Sun Dec 22 10:21:19 2024 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Sat Mar  8 23:01:08 2025 +0000
URL:        
https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=7b45e2cb

mount: allow mount_t to readwrite fifo file

Signed-off-by: Tianjia Zhang <tianjia.zhang <AT> linux.alibaba.com>
Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>

 policy/modules/system/mount.te | 1 +
 1 file changed, 1 insertion(+)

diff --git a/policy/modules/system/mount.te b/policy/modules/system/mount.te
index 01fe24528..788871fa5 100644
--- a/policy/modules/system/mount.te
+++ b/policy/modules/system/mount.te
@@ -54,6 +54,7 @@ allow mount_t self:fifo_file rw_fifo_file_perms;
 
 allow mount_t mount_tmp_t:file manage_file_perms;
 allow mount_t mount_tmp_t:dir manage_dir_perms;
+allow mount_t self:fifo_file rw_fifo_file_perms;
 
 can_exec(mount_t, mount_exec_t)
 

Reply via email to