From 35c8d4fddecf5eaf86d1ef335e7c64389f942679 Mon Sep 17 00:00:00 2001 From: Stephen Smalley <sds@tycho.nsa.gov> Date: Wed, 27 Jun 2012 09:15:38 -0400 Subject: [PATCH] system needs open permission to qtaguid ctrl file. --- system.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system.te b/system.te index 138baddba..97a395cdf 100644 --- a/system.te +++ b/system.te @@ -74,7 +74,7 @@ allow system appdomain:dir r_dir_perms; allow system appdomain:{ file lnk_file } rw_file_perms; # Write to /proc/net/xt_qtaguid/ctrl. -allow system qtaguid:file write; +allow system qtaguid:file rw_file_perms; # Notify init of death. allow system init:process sigchld; -- GitLab