commit | 10c509c2c6592da469f49c358360bf995fd2da1a | [log] [tgz] |
---|---|---|
author | Alistair Strachan <astrachan@google.com> | Tue Nov 20 18:09:27 2018 -0800 |
committer | Alistair Strachan <astrachan@google.com> | Tue Jan 15 18:10:21 2019 -0800 |
tree | 88ca286656a9b260ae8190241d12697f9fe9e3f6 | |
parent | 7047ecac48c83c36c185421ed4fa19dcb74936a3 [diff] [blame] |
Optionally build recovery for hikey{,960}. Bug: 117293412 Change-Id: Ic4c5119bc10827484a49a39b895bd82e678c6cf0
diff --git a/sepolicy/shell.te b/sepolicy/shell.te new file mode 100644 index 0000000..3f17a5b --- /dev/null +++ b/sepolicy/shell.te
@@ -0,0 +1,4 @@ +recovery_only(` +allow shell tmpfs:file r_file_perms; +allow shell sysfs:file r_file_perms; +')