diff --git a/adbd.te b/adbd.te index a8f3017220bc42b6144cdd9456600e38f48dec26..2abed5576d1d63d8ffb666fa2caf9d77f8c205cb 100644 --- a/adbd.te +++ b/adbd.te @@ -35,6 +35,8 @@ allow adbd shell_data_file:dir create_dir_perms; allow adbd shell_data_file:file create_file_perms; # adb push/pull sdcard. +allow adbd tmpfs:dir search; +allow adbd rootfs:lnk_file r_file_perms; allow adbd sdcard_type:dir create_dir_perms; allow adbd sdcard_type:file create_file_perms;