[ALPS04294481] WMT: add sepolicy for wmt_dbg

Add a rule to allow vendor_init have write permission
to proc_wmtdbg.

MTK-Commit-Id: fcdffbb167f1e860b31027357c5249c99b4b0281

Change-Id: I7b74e284ce9d9de1400c59bbf1f3e11188ec5245
Signed-off-by: Tim Chang <tim.chang@mediatek.com>
CR-Id: ALPS04294481
Feature: [Module]WMT Driver
This commit is contained in:
Tim Chang 2020-01-18 10:13:25 +08:00
parent 3273c74f52
commit a02af82882

View File

@ -9,6 +9,7 @@ allow vendor_init vendor_radio_prop:property_service set;
allow vendor_init mtk_ril_mode_prop:property_service set;
allow vendor_init wmt_prop:property_service set;
allow vendor_init coredump_prop:property_service set;
allow vendor_init proc_wmtdbg:file w_file_perms;
allow vendor_init vold_prop:property_service set;
allow vendor_init proc:file write;