Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
busybox: fix passwd
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Sep 18, 2019
1 parent f6017e8 commit e8484d1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion core/busybox/checksums
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
0e4925392fd9f3743cc517e031b68b012b24a63b0cf6c1ff03cce7bb3846cc99 busybox-1.31.0.tar.bz2
83a2d417b9d866b62752b73b20547ef911f65a6ac484b7194df5c2a49ea08072 .config
b97d1faffbc1cd6ea4ee861763a34960190cf04a89ce789212bc89bb12b18bcf .config-suid
da3ef90a65abcbd112fa98a00799745d88d568cde290e049a5380dfc74de620a .config-suid
6c3eb5cf839c7a31c337df0cd8388b397e1415ffa7a63e9678552c9c63dd869f acpid.run
814dea14ac612125e97dcc1d619219b2c9dfc14850bf48d858421fb2c98eca12 crond.run
4a5981f4b0d791fe9b84b0b2e01ae905f6565c8245b3cd603e6decf34ddad71a syslogd.run
14 changes: 7 additions & 7 deletions core/busybox/files/.config-suid
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Busybox version: 1.31.0
# Sun Aug 25 16:51:34 2019
# Wed Sep 18 12:37:29 2019
#
CONFIG_HAVE_DOT_CONFIG=y

Expand Down Expand Up @@ -36,7 +36,7 @@ CONFIG_BUSYBOX_EXEC_PATH="/proc/self/exe"
# CONFIG_FEATURE_CLEAN_UP is not set
CONFIG_FEATURE_SYSLOG_INFO=y
CONFIG_FEATURE_SYSLOG=y
# CONFIG_PLATFORM_LINUX is not set
CONFIG_PLATFORM_LINUX=y

#
# Build Options
Expand Down Expand Up @@ -490,11 +490,11 @@ CONFIG_INIT_TERMINAL_TYPE=""
#
# Login/Password Management Utilities
#
# CONFIG_FEATURE_SHADOWPASSWDS is not set
# CONFIG_USE_BB_PWD_GRP is not set
# CONFIG_USE_BB_SHADOW is not set
# CONFIG_USE_BB_CRYPT is not set
# CONFIG_USE_BB_CRYPT_SHA is not set
CONFIG_FEATURE_SHADOWPASSWDS=y
CONFIG_USE_BB_PWD_GRP=y
CONFIG_USE_BB_SHADOW=y
CONFIG_USE_BB_CRYPT=y
CONFIG_USE_BB_CRYPT_SHA=y
# CONFIG_ADD_SHELL is not set
# CONFIG_REMOVE_SHELL is not set
# CONFIG_ADDGROUP is not set
Expand Down
2 changes: 1 addition & 1 deletion core/busybox/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.31.0 5
1.31.0 6

0 comments on commit e8484d1

Please sign in to comment.