[ALPS04056430] Add get_prop to stp_dump3.te

It is necessary to add get_prop in stp_dump3.te in order to
read coredump property.

MTK-Commit-Id: 7003dc630f9ef490011f26fca3ef2562545b81cb

Change-Id: I11c251ac6111a08b4f7748443e55ee3987198e08
CR-Id: ALPS04056430
Feature: [Module]WMT Driver
This commit is contained in:
Tim Chang 2020-01-18 10:07:32 +08:00 committed by Willy Yu
parent ffd6ff26c0
commit 34b44eba7d

View File

@ -42,4 +42,5 @@ allow stp_dump3 sdcard_type:file { open read write create setattr getattr append
allow stp_dump3 sdcard_type:file create_file_perms; allow stp_dump3 sdcard_type:file create_file_perms;
allow stp_dump3 stp_dump_data_file:dir create_dir_perms; allow stp_dump3 stp_dump_data_file:dir create_dir_perms;
allow stp_dump3 stp_dump_data_file:file create_file_perms; allow stp_dump3 stp_dump_data_file:file create_file_perms;
get_prop(stp_dump3, coredump_prop)
init_daemon_domain(stp_dump3) init_daemon_domain(stp_dump3)