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:
parent
a63fbd68d4
commit
4b6bc8cb32
1 changed files with 2 additions and 0 deletions
2
whitechapel/vendor/google/ssr_detector.te
vendored
2
whitechapel/vendor/google/ssr_detector.te
vendored
|
@ -14,7 +14,9 @@ userdebug_or_eng(`
|
||||||
get_prop(ssr_detector_app, vendor_aoc_prop)
|
get_prop(ssr_detector_app, vendor_aoc_prop)
|
||||||
allow ssr_detector_app sysfs_sjtag:dir r_dir_perms;
|
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_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 sysfs_vendor_sched:file rw_file_perms;
|
||||||
|
allow ssr_detector_app cgroup:file write;
|
||||||
')
|
')
|
||||||
|
|
||||||
get_prop(ssr_detector_app, vendor_ssrdump_prop)
|
get_prop(ssr_detector_app, vendor_ssrdump_prop)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue