sm8250-common: sepolicy: label stflashtool and st secure_element

This commit is contained in:
SGCMarkus 2022-02-20 16:59:59 +01:00
commit b43e3fd93e
2 changed files with 12 additions and 0 deletions

8
sepolicy/vendor/stflashtool.te vendored Normal file
View file

@ -0,0 +1,8 @@
type stflashtool, domain;
type stflashtool_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(stflashtool)
allow stflashtool nfc_device:chr_file {ioctl read write getattr lock append map open watch watch_reads};
get_prop(stflashtool, vendor_radio_prop)
set_prop(stflashtool, vendor_mot_nfc_prop)