commit | 4a4037a19d9b87db6b85a4605f2c6ba7f46d0894 | [log] [tgz] |
---|---|---|
author | Hridya Valsaraju <hridya@google.com> | Mon May 31 18:55:54 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon May 31 18:55:54 2021 +0000 |
tree | 37b8e0fb4b2630daa5214e741f1f6a94b37de4ed | |
parent | bbebfe96a256d94aea7f2c4f25dfdde2c2806c17 [diff] | |
parent | 6b461ad86cc269447195b7c29f0f1ccf702fbc1f [diff] |
Do not let vendor-init access gs101-thermal am: 9faa545894 am: 6b461ad86c Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/google/pixel-sepolicy/+/14491664 Change-Id: Id0661ddcdb29b4d89db670f4bbd498b52f7bb321
diff --git a/thermal/vendor_init.te b/thermal/vendor_init.te index 875277e..3133b1e 100644 --- a/thermal/vendor_init.te +++ b/thermal/vendor_init.te
@@ -1,5 +1,2 @@ allow vendor_init thermal_link_device:dir r_dir_perms; allow vendor_init thermal_link_device:lnk_file r_file_perms; -userdebug_or_eng(` - allow vendor_init debugfs_thermal:file w_file_perms; -')