blob: b91c56150f5b9c31d2cd4c379a181e1b6f1703df [file] [log] [blame]
Oleg Matcovschi4f3600f2021-08-02 09:12:02 -07001type init_dpm, domain;
2type init_dpm_exec, exec_type, vendor_file_type, file_type;
3
4init_daemon_domain(init_dpm)
5
6userdebug_or_eng(`
7allow init_dpm vendor_toolbox_exec:file execute_no_trans;
8allow init_dpm sysfs_dpm_variant:file r_file_perms;
9allow init_dpm block_device:dir search;
10allow init_dpm dpm_block_device:blk_file rw_file_perms;
11')