commit | d1b18a797e994f64477b9edac3b71ca37d0d1a6a | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Nov 22 05:05:00 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Nov 22 05:05:00 2018 +0000 |
tree | ed33105c4c0b35dceb42a2bfe20da577bc6067a5 | |
parent | ddd43bfcc9a7ba9ccdcb499e8760d614bb69d25a [diff] | |
parent | 1817cbde1452fb0cba8682d54f20da8048661c64 [diff] |
Merge "Allow to execute postinstall in adb sideload"
diff --git a/public/recovery.te b/public/recovery.te index 9db6f5e..6cb391c 100644 --- a/public/recovery.te +++ b/public/recovery.te
@@ -76,6 +76,7 @@ # Access /dev/usb-ffs/adb/ep0 allow recovery functionfs:dir search; allow recovery functionfs:file rw_file_perms; + allowxperm recovery functionfs:file ioctl FUNCTIONFS_ENDPOINT_DESC; # Access to /sys/fs/selinux/policyvers for compatibility check allow recovery selinuxfs:file r_file_perms;