6a259ccd9d
Test: no denials showing up in log collection Test: device boots Bug: 28760354 Change-Id: I089cfcf486464952fcbb52cce9f6152caf662c23
10 lines
375 B
Text
10 lines
375 B
Text
# idmap, when executed by installd
|
|
type idmap, domain;
|
|
type idmap_exec, exec_type, file_type;
|
|
|
|
# Use open file to /data/resource-cache file inherited from installd.
|
|
allow idmap installd:fd use;
|
|
allow idmap resourcecache_data_file:file { getattr read write };
|
|
|
|
# Open and read from target and overlay apk files passed by argument.
|
|
allow idmap apk_data_file:file r_file_perms;
|