diff --git a/system.te b/system.te
index 970aed8f48931c269b6483cde5a7131686738e82..cba07e326b05fb6fa38f254cf52d16a6486813ab 100644
--- a/system.te
+++ b/system.te
@@ -50,6 +50,9 @@ allow system self:netlink_kobject_uevent_socket *;
 # 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;