Merge "init.rc: add missing /dev/fd symlink" am: 54bf0718f4
am: ef605cb749
* commit 'ef605cb7495cec368f7be015f924479969dd8fc2':
init.rc: add missing /dev/fd symlink
diff --git a/rootdir/init.rc b/rootdir/init.rc
index 343d316..438fe59 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -219,6 +219,10 @@
# enable armv8_deprecated instruction hooks
write /proc/sys/abi/swp 1
+ # Linux's execveat() syscall may construct paths containing /dev/fd
+ # expecting it to point to /proc/self/fd
+ symlink /proc/self/fd /dev/fd
+
# Healthd can trigger a full boot from charger mode by signaling this
# property when the power button is held.
on property:sys.boot_from_charger_mode=1