xref: /aosp_15_r20/system/sepolicy/vendor/hal_rebootescrow_default.te (revision e4a36f4174b17bbab9dc043f4a65dc8d87377290)
1*e4a36f41SAndroid Build Coastguard Workertype hal_rebootescrow_default, domain;
2*e4a36f41SAndroid Build Coastguard Workerhal_server_domain(hal_rebootescrow_default, hal_rebootescrow)
3*e4a36f41SAndroid Build Coastguard Workerget_prop(hal_rebootescrow_default, rebootescrow_hal_prop);
4*e4a36f41SAndroid Build Coastguard Worker
5*e4a36f41SAndroid Build Coastguard Workertype hal_rebootescrow_default_exec, exec_type, vendor_file_type, file_type;
6*e4a36f41SAndroid Build Coastguard Workerinit_daemon_domain(hal_rebootescrow_default)
7*e4a36f41SAndroid Build Coastguard Worker
8*e4a36f41SAndroid Build Coastguard Workertype rebootescrow_device, dev_type;
9*e4a36f41SAndroid Build Coastguard Workerallow hal_rebootescrow_default rebootescrow_device:{ chr_file blk_file } rw_file_perms;
10*e4a36f41SAndroid Build Coastguard Workerallow hal_rebootescrow_default block_device:dir search;
11