android_mt6572_jiabo/system/sepolicy/idmap.te
2025-09-05 16:56:03 +08:00

10 lines
394 B
Text

# idmap, when executed by installd
type idmap, domain, domain_deprecated;
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;