commit | 0d76f4e5c2efba89ad5e714cf6a86e2f50fd84e4 | [log] [tgz] |
---|---|---|
author | Stephen Smalley <sds@tycho.nsa.gov> | Tue Jan 10 13:21:28 2012 -0500 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Tue Jan 10 13:24:21 2012 -0500 |
tree | 2e99bb64c6cc59f544678c8ca8a8d2cf64edee0b | |
parent | c94e2392f6d92064e3aa32fff2c5a70116c7398a [diff] |
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;