Open
Description
Describe the bug
Root user entry in /etc/shadow has undocumented "x" instead of "!!, ! or *". Note this is not the case in the ISO version. The ISO version has normal root:*:
.
To Reproduce
Steps to reproduce the behavior:
- Build image (not ISO)
- Observe the following in the /etc/shadow file (numbers may differ)
root:x:20153:7:90:5:::
Expected behavior
/etc/shadow should have either !!, ! or * instead of the "x" for disabled or non-active users. The use of "x" is undocumented.