Skip to content

Commit f7090eb

Browse files
committed
ssh: don't bindmount passwd and shadow
causes more issues
1 parent 08fe9d6 commit f7090eb

3 files changed

Lines changed: 0 additions & 12 deletions

File tree

static/System/etc/passwd

Lines changed: 0 additions & 5 deletions
This file was deleted.

static/System/etc/shadow

Lines changed: 0 additions & 5 deletions
This file was deleted.

static/System/starts/2-bind-mounts.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ BTN_SOUND_APP="/mnt/SDCARD/Apps/BtnSoundToggle"
1717
mount -o bind "$SDCARD_TRIMUI_DIR/res/lang" "$EMMC_TRIMUI_DIR/res/lang"
1818

1919
mount -o bind "/mnt/SDCARD/System/etc/resolv.conf" "/etc/resolv.conf"
20-
mount -o bind "/mnt/SDCARD/System/etc/passwd" "/etc/passwd"
21-
mount -o bind "/mnt/SDCARD/System/etc/shadow" "/etc/shadow"
2220

2321
# guest profile saves, favourites and recents lists
2422
if [ $(get_setting "user" "guest") = "true" ]; then

0 commit comments

Comments
 (0)