diff options
author | Adam Shih <adamshih@google.com> | 2022-07-06 14:40:23 +0800 |
---|---|---|
committer | Jack Wu <wjack@google.com> | 2022-12-08 17:59:16 +0800 |
commit | 1d7352fb4d772093a4f07d7407b7e0b8b264bc15 (patch) | |
tree | 8ba9db042034f72d4be9ec588048a5498d0ff734 | |
parent | b20c0652ada3749585626916e4c28a72b28e6d0f (diff) |
ignore shell access on wlc
Bug: 261804136
Test: boot
Change-Id: I09b67ca07d7f9573d77f64686fb818d4dc1753cc
Merged-In: I09b67ca07d7f9573d77f64686fb818d4dc1753cc
-rw-r--r-- | whitechapel/vendor/google/shell.te | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/whitechapel/vendor/google/shell.te b/whitechapel/vendor/google/shell.te index f982424d..e13e744e 100644 --- a/whitechapel/vendor/google/shell.te +++ b/whitechapel/vendor/google/shell.te @@ -8,3 +8,4 @@ userdebug_or_eng(` dontaudit shell proc_vendor_sched:dir search; dontaudit shell proc_vendor_sched:file write; +dontaudit shell sysfs_wlc:dir search; |