Skip to content

Commit dc014e9

Browse files
authored
Remove default password on root (#8)
rockchip's default rootfs came with a default root password, which could be an issue for dev mode.
1 parent 893d271 commit dc014e9

File tree

1 file changed

+1
-1
lines changed
  • sysdrv/tools/board/rootfs/etc

1 file changed

+1
-1
lines changed

sysdrv/tools/board/rootfs/etc/shadow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
root:$1$CG4fBfiy$kDbHZgV96oSz1PKVUjXG.1:10933:0:99999:7:::
1+
root:*:10933:0:99999:7:::
22
daemon:*:10933:0:99999:7:::
33
bin:*:10933:0:99999:7:::
44
sys:*:10933:0:99999:7:::

0 commit comments

Comments
 (0)