blob: 8938eef97be19673dd2a127efbe5b736a82793f7 [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;
Bryan Bong Gyoune Kim3fbaf0e2023-01-18 11:20:08 -08008allow init_dpm sysfs_dpm:file r_file_perms;
Oleg Matcovschi4f3600f2021-08-02 09:12:02 -07009allow init_dpm block_device:dir search;
10allow init_dpm dpm_block_device:blk_file rw_file_perms;
Bryan Bong Gyoune Kime682a522023-05-29 19:37:48 -070011allow init_dpm custom_ab_block_device:blk_file rw_file_perms;
Oleg Matcovschi4f3600f2021-08-02 09:12:02 -070012')