diff --git a/app.te b/app.te
index ae3a24099b42f344ba1eebdd4a76095808098dcb..b6bbdc338af13233a24146cf8084b558713155f1 100644
--- a/app.te
+++ b/app.te
@@ -27,7 +27,7 @@ allow appdomain zygote:process sigchld;
 
 # Place process into foreground / background
 allow appdomain cgroup:dir { search write };
-allow appdomain cgroup:file w_file_perms;
+allow appdomain cgroup:file rw_file_perms;
 
 # Read /data/dalvik-cache.
 allow appdomain dalvikcache_data_file:dir { search getattr };