OSDN Git Service

system_server: allow /proc read access to other UIDs
authorNick Kralevich <nnk@google.com>
Sun, 8 Nov 2015 01:04:04 +0000 (17:04 -0800)
committerNick Kralevich <nnk@google.com>
Sun, 8 Nov 2015 01:04:04 +0000 (17:04 -0800)
commit368513fa991c66b63194a68ded444f451c5283ec
treec7d41e920279894e52b5bb529c6f075bcc2c2b73
parent749501e88e5fa6bdc6594a9db5c232e31bdda867
system_server: allow /proc read access to other UIDs

Add system_server to AID_READPROC, to allow system_server to read
/proc entries associated with other UIDs.

Bug: 23310674
Change-Id: I1602b8ee30670cde4ed56e2f901524c105895352
core/java/com/android/internal/os/ZygoteInit.java