summaryrefslogtreecommitdiff
path: root/factory
Commit message (Collapse)AuthorAgeFilesLines
* factory: add default /etc/issue fileLennart Poettering2019-07-241-0/+3
| | | | | | Booting up an image with --volatile=yes otherwise looks so naked, so let's include this file in the default factory too. It's common and simple and should be safe to ship.
* factory: include pam_keyinit.so in PAM factory configurationLennart Poettering2019-07-131-0/+1
| | | | | We use the keyring, so let's make sure it gets properly initialized for sessions in factory reset mode.
* factory: add comment to PAM file, explaining that the defaults are not usefulLennart Poettering2019-07-131-0/+3
|
* factory: tighten PAM configurationLennart Poettering2019-07-131-0/+3
| | | | | | | | | | | | | Apparently PAM reacts differently on different systems (?) and if no authoritative matching module is found might either succeed/fail, depending on the system. Let's lock this down explicitly, by hooking in pam_deny.so. Of course, these PAM files are just examples, and no distro in its right mind would ship these unmodified, but let's default to something safe. Fixes: #12950
* man,factory: update factory config for nsswitch.conf to match the man pagesZbigniew Jędrzejewski-Szmek2018-11-271-4/+13
| | | | | Also add a note in the man pages to remind people to adjust the factory config and other man pages at the same time.
* factory: remove broken pam_limitsKay Sievers2014-07-301-1/+0
| | | | | | | | Stupid PAM, please just go away! login[26]: pam_limits(login:session): error parsing the configuration file: '/etc/security/limits.conf' login[26]: pam_unix(login:session): session opened for user root by LOGIN(uid=0) login[26]: Error in service module
* login: update systemd-user PAM configuration fileKay Sievers2014-07-292-11/+17
|
* factory: nss - add generic configKay Sievers2014-07-271-0/+6
|
* factory: PAM - add generic fallback configKay Sievers2014-07-271-0/+13
Single PAM fallback config file to be used in /etc to allow bootstrapping of a system with an empty /etc.