Merge "priv_app: Remove rules for storaged" am: 6df27928dd am: dfa114baa8

Change-Id: Ib3cee8b1ee6086660ad17565eec0f4555d6bd18c
This commit is contained in:
Automerger Merge Worker 2020-01-10 15:20:40 +00:00
commit 800101ae81

View file

@ -122,18 +122,6 @@ userdebug_or_eng(`
# access the mac address
allowxperm priv_app self:udp_socket ioctl SIOCGIFHWADDR;
# Allow GMS core to communicate with dumpsys storaged.
binder_call(priv_app, storaged)
allow priv_app storaged_service:service_manager find;
# b/142672293: No other priv-app should need this allow rule now that GMS core runs in its own domain.
userdebug_or_eng(`
auditallow priv_app storaged:binder { call transfer };
auditallow storaged priv_app:binder transfer;
auditallow priv_app storaged:fd use;
auditallow priv_app storaged_service:service_manager find;
')
# Allow GMS core to access system_update_service (e.g. to publish pending
# system update info).
allow priv_app system_update_service:service_manager find;