summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryihsiangpeng <yihsiangpeng@google.com>2020-05-06 10:21:13 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-05-06 10:21:13 +0000
commitb3c9be9e73e91d9360b1dae501afee18236b221f (patch)
tree74b792897356fe8c432eeb64260515458fc0965c
parent3253ee6c8c3a4394b089a953cc271b79a10dadb0 (diff)
parent71a83053b34ad6ac99ef5134ede2a59bce65fdfd (diff)
downloadredfin-sepolicy-b3c9be9e73e91d9360b1dae501afee18236b221f.tar.gz
Dumpstate: Add access to WLC firmware info am: 71a83053b3
Change-Id: I0586da67ab518e1aefc0abd748f511c961a1c146
-rw-r--r--vendor/google/hal_dumpstate_impl.te3
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/google/hal_dumpstate_impl.te b/vendor/google/hal_dumpstate_impl.te
new file mode 100644
index 0000000..83d1673
--- /dev/null
+++ b/vendor/google/hal_dumpstate_impl.te
@@ -0,0 +1,3 @@
+# Access to WLC firmware info
+allow hal_dumpstate_impl sysfs_wlc:dir r_dir_perms;
+allow hal_dumpstate_impl sysfs_wlc:file r_file_perms;