buildroot/system
Arnout Vandecappelle (Essensium/Mind) be8d11c7e5 system/skeleton: remove password expiration from shadow
The fields in /etc/shadow were set as follows:

root::10933:0:99999:7:::

This sets the date of last password change to Jan 1, 2000, the minimum
password age to 0 days, the maximum password age to near-infinity, and a
warning period of 7 days. In practice, this means the password never
expires. So all of this is quite useless.

On the other hand, mkusers creates lines without all of these options.
It just sets ::::: which disables password expiration completely.

To make things consistent, do the same for the skeleton entries.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2019-03-20 23:06:29 +01:00
..
skeleton system/skeleton: remove password expiration from shadow 2019-03-20 23:06:29 +01:00
Config.in system: allow selecting merged /usr along with custom rootfs skeleton 2019-02-06 17:11:38 +01:00
device_table.txt system/device_table.txt: /etc/random-seed is no more 2015-07-09 08:37:10 +02:00
device_table_dev.txt board: add blackfin gdb simulator support 2016-07-24 22:51:42 +02:00
system.mk system: introduce BR2_SYSTEM_DEFAULT_PATH option 2018-12-31 14:32:20 +01:00