summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2014-12-02 03:44:26 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2014-12-02 03:44:26 -0800
commitd505a42c90d47f9cf8dff1dcdc0843be432ace91 (patch)
tree7c51ffe05e0f0ba039a8d8dce23d9c8d0672e19c
parentbdf4d19617c6a3a0264376ba23829ee251cc052d (diff)
parent7ca611a3a47a007284d2002b672e223bb60a35d2 (diff)
downloadandroid_device_qcom_sepolicy-d505a42c90d47f9cf8dff1dcdc0843be432ace91.tar.gz
android_device_qcom_sepolicy-d505a42c90d47f9cf8dff1dcdc0843be432ace91.tar.bz2
android_device_qcom_sepolicy-d505a42c90d47f9cf8dff1dcdc0843be432ace91.zip
Merge "SELinux: Denials related to mpdecision"
-rw-r--r--common/mpdecision.te2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/mpdecision.te b/common/mpdecision.te
index 510fd08c..96f44840 100644
--- a/common/mpdecision.te
+++ b/common/mpdecision.te
@@ -19,7 +19,7 @@ allow mpdecision sysfs_thermal:dir search;
#policies for mpctl
#mpctl socket
-allow mpdecision self:capability { net_admin chown dac_override fsetid };
+allow mpdecision self:capability { net_admin chown dac_override fsetid sys_nice };
allow mpdecision mpctl_socket:dir rw_dir_perms;
allow mpdecision mpctl_socket:sock_file { create_file_perms unlink };