DO NOT MERGE - qt-qpr1-dev-plus-aosp-without-vendor@5915889 into stage-aosp-master
Bug: 142003500 Change-Id: I8aaa916e42e903adf1d1f26bda5b00e7ef91bfa5
This commit is contained in:
commit
a9fd2e0647
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ allow dexoptanalyzer installd:fifo_file { getattr write };
|
|||
# Allow reading secondary dex files that were reported by the app to the
|
||||
# package manager.
|
||||
allow dexoptanalyzer { privapp_data_file app_data_file }:dir { getattr search };
|
||||
allow dexoptanalyzer { privapp_data_file app_data_file }:file { getattr read };
|
||||
allow dexoptanalyzer { privapp_data_file app_data_file }:file { getattr read map };
|
||||
# dexoptanalyzer calls access(2) with W_OK flag on app data. We can use the
|
||||
# "dontaudit...audit_access" policy line to suppress the audit access without
|
||||
# suppressing denial on actual access.
|
||||
|
|
Loading…
Reference in a new issue