ssr_detector_app: Add additional vendor dir and crgroup allow for debug

Bug: 192126013

Signed-off-by: David Lin <dtwlin@google.com>
Change-Id: Idadf81cf92099804f300f87fb1bedf9bed7decbd
This commit is contained in:
David Lin 2021-06-28 13:53:30 -07:00
parent a63fbd68d4
commit 4b6bc8cb32

View file

@ -14,7 +14,9 @@ userdebug_or_eng(`
get_prop(ssr_detector_app, vendor_aoc_prop)
allow ssr_detector_app sysfs_sjtag:dir r_dir_perms;
allow ssr_detector_app sysfs_sjtag:file rw_file_perms;
allow ssr_detector_app sysfs_vendor_sched:dir search;
allow ssr_detector_app sysfs_vendor_sched:file rw_file_perms;
allow ssr_detector_app cgroup:file write;
')
get_prop(ssr_detector_app, vendor_ssrdump_prop)