Merge "Allow system_server to search su:key in debuggable build" am: 565cbe2140
am: 3b3843f048
am: eea1277ba7
Change-Id: I623b640c8788999b0ab2ed45cd59fb07f23d8580
This commit is contained in:
commit
312d6a989a
1 changed files with 3 additions and 0 deletions
|
@ -793,6 +793,9 @@ allowxperm system_server apk_data_file:file ioctl {
|
|||
};
|
||||
# Allow system process to access the keyring.
|
||||
allow system_server kernel:key search;
|
||||
userdebug_or_eng(`
|
||||
allow system_server su:key search;
|
||||
')
|
||||
|
||||
# Postinstall
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue