This file is indexed.

/var/lib/lxc/android/pre-start.d/20-no-forced-adb is in lxc-android-config 0.230+16.04.20160328-0ubuntu1.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

1
2
3
4
#!/bin/sh

sed -i '/# adb force hack.*/,+3d' $LXC_ROOTFS_PATH/init.rc
sed -e "s/gid=2000/gid=32011/" -e "s/uid=2000/uid=32011/" -i $LXC_ROOTFS_PATH/init.manta.usb.rc || true