diff --git a/system.te b/system.te
index 7232af7d1efa6276f596b1c6522a7754b8876b96..138baddba4559c17bb4faf8fa5ef25e1fe3479c8 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;