|
|
|
@ -17,7 +17,57 @@ passwordRequirements:
|
|
|
|
|
maxLength: -1
|
|
|
|
|
# Explicitly set the shell instead of deferring to Calamares. We have a platform
|
|
|
|
|
# expectation derived from Ubuntu here.
|
|
|
|
|
#
|
|
|
|
|
# The forbidden_names list is grabbed from `awk -F: '{print $1}' /etc/passwd`
|
|
|
|
|
# on a live ISO. _apt was changed to apt, lubuntu was removed, and nginx and
|
|
|
|
|
# www-data were added
|
|
|
|
|
user:
|
|
|
|
|
shell: /bin/bash
|
|
|
|
|
forbidden_names: [ root ]
|
|
|
|
|
forbidden_names:
|
|
|
|
|
- root
|
|
|
|
|
- nginx
|
|
|
|
|
- www-data
|
|
|
|
|
- daemon
|
|
|
|
|
- bin
|
|
|
|
|
- sys
|
|
|
|
|
- sync
|
|
|
|
|
- games
|
|
|
|
|
- man
|
|
|
|
|
- lp
|
|
|
|
|
- mail
|
|
|
|
|
- news
|
|
|
|
|
- uucp
|
|
|
|
|
- proxy
|
|
|
|
|
- www-data
|
|
|
|
|
- backup
|
|
|
|
|
- list
|
|
|
|
|
- irc
|
|
|
|
|
- apt
|
|
|
|
|
- nobody
|
|
|
|
|
- systemd-network
|
|
|
|
|
- systemd-timesync
|
|
|
|
|
- dhcpcd
|
|
|
|
|
- messagebus
|
|
|
|
|
- syslog
|
|
|
|
|
- systemd-resolve
|
|
|
|
|
- usbmux
|
|
|
|
|
- tss
|
|
|
|
|
- uuidd
|
|
|
|
|
- whoopsie
|
|
|
|
|
- dnsmasq
|
|
|
|
|
- avahi
|
|
|
|
|
- nm-openvpn
|
|
|
|
|
- tcpdump
|
|
|
|
|
- speech-dispatcher
|
|
|
|
|
- cups-pk-helper
|
|
|
|
|
- fwupd-refresh
|
|
|
|
|
- sddm
|
|
|
|
|
- saned
|
|
|
|
|
- cups-browsed
|
|
|
|
|
- hplip
|
|
|
|
|
- polkitd
|
|
|
|
|
- rtkit
|
|
|
|
|
- colord
|
|
|
|
|
- geoclue
|
|
|
|
|
- installer
|
|
|
|
|
allowActiveDirectory: true
|
|
|
|
|