android_device_oneplus_sm81.../sepolicy/vendor/init.te

12 lines
406 B
Plaintext

# Allow init to create vl53l1_socket
allow init vl53l1_socket:sock_file create_file_perms;
# Allow init to mount /op1, /op2 with op1_file, op2_file context
allow init { op1_file op2_file }:filesystem { mount relabelfrom relabelto };
# Allow init to mount on op1_file, op2_file
allow init { op1_file op2_file }:dir mounton;
# Allow init to contextmount op1_file
allow op1_file self:filesystem associate;