prctl: adds the capable(CAP_SYS_NICE) check to PR_SET_TIMERSLACK_PID.
authorRuchi Kandoi <kandoiruchi@google.com>
Sat, 14 Jun 2014 00:03:01 +0000 (17:03 -0700)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 16 Feb 2016 21:53:48 +0000 (13:53 -0800)
commit2476d3c24159f3b7113d2a36685ba81ae5209648
tree25d867d67c61bd0fc9b482b5a2c8f8ac40403a94
parentf2902f9065c5ec4f475367e5d39bdfff0d41fda6
prctl: adds the capable(CAP_SYS_NICE) check to PR_SET_TIMERSLACK_PID.

Adds a capable() check to make sure that arbitary apps do not change the
timer slack for other apps.

Bug: 15000427
Change-Id: I558a2551a0e3579c7f7e7aae54b28aa9d982b209
Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
kernel/sys.c