Merge "init.rc: add missing /dev/fd symlink"
am: 54bf0718f4
* commit '54bf0718f4eb1b170f55bbd07207cd6ad2e7e0f5':
init.rc: add missing /dev/fd symlink
This commit is contained in:
commit
ef605cb749
1 changed files with 4 additions and 0 deletions
|
|
@ -214,6 +214,10 @@ on init
|
||||||
# enable armv8_deprecated instruction hooks
|
# enable armv8_deprecated instruction hooks
|
||||||
write /proc/sys/abi/swp 1
|
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
|
# Healthd can trigger a full boot from charger mode by signaling this
|
||||||
# property when the power button is held.
|
# property when the power button is held.
|
||||||
on property:sys.boot_from_charger_mode=1
|
on property:sys.boot_from_charger_mode=1
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue