diff --git a/app.te b/app.te
index 0ac69f66ff243b6f9e31d2c608d72096b71a88d9..78da5b7251ab100f7da5be812d112389cd17df21 100644
--- a/app.te
+++ b/app.te
@@ -25,6 +25,10 @@ allow appdomain zygote_tmpfs:file read;
 # Notify zygote of death;
 allow appdomain zygote:process sigchld;
 
+# Place process into foreground / background
+allow appdomain cgroup:dir { search write };
+allow appdomain cgroup:file w_file_perms;
+
 userdebug_or_eng(`
   # Notify zygote of the wrapped process PID when using --invoke-with.
   allow appdomain zygote:fifo_file write;