commit | 56ed8a4df643c3b318bc1f9c069798906d1d8144 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Jul 20 18:49:32 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jul 20 18:49:32 2016 +0000 |
tree | 7ceab0fc89129ade57f32a82ede0afc04c2c89e9 | |
parent | afad0c35ecd3841555b82cf7104fe956aa508a17 [diff] | |
parent | d743ddeab5ac1ee6bbf14e8d0ee3a56a836aa4f9 [diff] |
Merge changes I86958ebc,I0449575a * changes: adbd: allow reading apk_data_file adbd: allow reading rootfs dir
diff --git a/adbd.te b/adbd.te index 68a37a7..72273ff 100644 --- a/adbd.te +++ b/adbd.te
@@ -101,6 +101,10 @@ allow adbd mnt_user_file:dir r_dir_perms; allow adbd mnt_user_file:lnk_file r_file_perms; +r_dir_file(adbd, apk_data_file) + +allow adbd rootfs:dir r_dir_perms; + ### ### Neverallow rules ###