ignore shell access on wlc am: 72a65a0100
am: 800574a31d
Original change: https://android-review.googlesource.com/c/device/google/gs201-sepolicy/+/2276118 Change-Id: I7fb4d5ca9bb191b2568c60890983671e3a421788 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
343ef77907
2 changed files with 3 additions and 1 deletions
|
@ -10,6 +10,5 @@ incidentd debugfs_wakeup_sources file b/237492091
|
|||
init-insmod-sh vendor_ready_prop property_service b/239364360
|
||||
kernel vendor_charger_debugfs dir b/238571150
|
||||
kernel vendor_usb_debugfs dir b/227121550
|
||||
shell sysfs_wlc dir b/238260741
|
||||
hal_contexthub_default fwk_stats_service service_manager b/241714943
|
||||
shell sscoredump_vendor_data_crashinfo_file dir b/241714944
|
||||
|
|
|
@ -3,3 +3,6 @@ userdebug_or_eng(`
|
|||
allow shell sysfs_sjtag:dir r_dir_perms;
|
||||
allow shell sysfs_sjtag:file rw_file_perms;
|
||||
')
|
||||
|
||||
# wlc
|
||||
dontaudit shell sysfs_wlc:dir search;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue