From 322b37a96ccad3ab18778ed254eec36e81eb9038 Mon Sep 17 00:00:00 2001 From: Stephen Smalley <sds@tycho.nsa.gov> Date: Wed, 27 Jun 2012 09:07:33 -0400 Subject: [PATCH] Update system rule for qtaguid file. --- system.te | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/system.te b/system.te index 7232af7d1..138baddba 100644 --- a/system.te +++ b/system.te @@ -74,8 +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. -# XXX Split /proc/net into its own type. -allow system proc:file write; +allow system qtaguid:file write; # Notify init of death. allow system init:process sigchld; -- GitLab