Merge "priv_app: Remove rules for storaged" am: 6df27928dd
am: dfa114baa8
Change-Id: Ib3cee8b1ee6086660ad17565eec0f4555d6bd18c
This commit is contained in:
commit
800101ae81
1 changed files with 0 additions and 12 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue