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:
Victor Hsieh 2019-01-25 21:59:35 -08:00 committed by android-build-merger
commit 312d6a989a

View file

@ -793,6 +793,9 @@ allowxperm system_server apk_data_file:file ioctl {
}; };
# Allow system process to access the keyring. # Allow system process to access the keyring.
allow system_server kernel:key search; allow system_server kernel:key search;
userdebug_or_eng(`
allow system_server su:key search;
')
# Postinstall # Postinstall
# #