sm7325-common: sepolicy: allow init.oem.hw to log into kmsg

Change-Id: Ib7c73cd1ff18b800c791c322e4960dd94b9bc702
This commit is contained in:
SGCMarkus 2022-08-11 20:53:48 +02:00 committed by Nolen Johnson
parent 3fcf389bfc
commit b07ea4d7ae

View File

@ -14,4 +14,6 @@ allow vendor_init_hw vendor_toolbox_exec:file rx_file_perms;
set_prop(vendor_init_hw, vendor_mot_hw_prop)
set_prop(vendor_init_hw, vendor_mot_touch_prop)
allow vendor_init_hw vendor_file:file execute_no_trans;
allow vendor_init_hw vendor_file:file execute_no_trans;
allow vendor_init_hw kmsg_device:chr_file rw_file_perms;