Merge "allow priv_apps to read from incremental_control_file" am: bb4a0467f8
am: e45d2de45f
am: 1e69a4a655
Change-Id: I5ac4a91e11d0b7d193152b73fb39d79ae4b4132e
This commit is contained in:
commit
98e8848e22
1 changed files with 3 additions and 0 deletions
|
@ -150,6 +150,9 @@ allow priv_app system_server:udp_socket {
|
|||
# the Incremental File System
|
||||
allowxperm priv_app apk_data_file:file ioctl INCFS_IOCTL_READ_SIGNATURE;
|
||||
|
||||
# allow privileged data loader apps (e.g. com.android.vending) to read logs from Incremental File System
|
||||
allow priv_app incremental_control_file:file { read getattr };
|
||||
|
||||
###
|
||||
### neverallow rules
|
||||
###
|
||||
|
|
Loading…
Reference in a new issue