Allow system server to set scheduling info for apps.
diff --git a/system.te b/system.te
index 970aed8..cba07e3 100644
--- a/system.te
+++ b/system.te
@@ -50,6 +50,9 @@
 # Kill apps.
 allow system appdomain:process { sigkill signal };
 
+# Set scheduling info for apps.
+allow system appdomain:process setsched;
+
 # Read /proc data for apps.
 allow system appdomain:dir r_dir_perms;
 allow system appdomain:{ file lnk_file } rw_file_perms;