commit | 35c8d4fddecf5eaf86d1ef335e7c64389f942679 | [log] [tgz] |
---|---|---|
author | Stephen Smalley <sds@tycho.nsa.gov> | Wed Jun 27 09:15:38 2012 -0400 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Wed Jun 27 09:15:38 2012 -0400 |
tree | e5cf2e2a799d39cc099330122eba6fedcdc9f19e | |
parent | 322b37a96ccad3ab18778ed254eec36e81eb9038 [diff] |
system needs open permission to qtaguid ctrl file.
diff --git a/system.te b/system.te index 138badd..97a395c 100644 --- a/system.te +++ b/system.te
@@ -74,7 +74,7 @@ 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;