2015-08-19 12:54:18 +02:00
|
|
|
---
|
2016-07-27 10:31:40 +02:00
|
|
|
doAutologin: false
|
2015-08-19 12:54:18 +02:00
|
|
|
setRootPassword: false
|
2018-08-10 13:15:03 -05:00
|
|
|
sudoersGroup: sudo
|
2015-08-25 17:06:16 +02:00
|
|
|
defaultGroups:
|
2016-10-27 15:28:14 +02:00
|
|
|
- adm
|
2018-08-10 13:16:43 -05:00
|
|
|
- cdrom
|
|
|
|
- dip
|
2016-10-27 15:02:00 +02:00
|
|
|
- lpadmin
|
2018-08-10 13:16:43 -05:00
|
|
|
- plugdev
|
2021-01-03 11:58:52 -05:00
|
|
|
- name: sambashare
|
|
|
|
must_exist: false
|
|
|
|
system: true
|
2015-08-25 17:06:16 +02:00
|
|
|
- sudo
|
2018-08-10 13:15:03 -05:00
|
|
|
passwordRequirements:
|
2025-01-28 17:18:26 +00:00
|
|
|
minLength: 8
|
2024-03-10 18:20:39 -05:00
|
|
|
maxLength: -1
|
2025-01-28 17:18:26 +00:00
|
|
|
libpwquality:
|
|
|
|
- minlen=8
|
|
|
|
- maxrepeat=3
|
|
|
|
- maxsequence=3
|
|
|
|
- usersubstr=4
|
|
|
|
- badwords=linux
|
2025-02-16 18:05:13 -06:00
|
|
|
allowWeakPasswords: false
|
2025-01-28 17:18:26 +00:00
|
|
|
allowWeakPasswordsDefault: false
|
2018-07-20 11:22:53 -05:00
|
|
|
# Explicitly set the shell instead of deferring to Calamares. We have a platform
|
|
|
|
# expectation derived from Ubuntu here.
|
2024-11-27 23:28:14 -06:00
|
|
|
#
|
|
|
|
# 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
|
2022-06-06 22:56:05 -05:00
|
|
|
user:
|
|
|
|
shell: /bin/bash
|
2024-11-27 23:28:14 -06:00
|
|
|
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
|
2024-03-28 23:30:43 -05:00
|
|
|
allowActiveDirectory: true
|