summaryrefslogtreecommitdiff
path: root/install-files/gnome
Commit message (Collapse)AuthorAgeFilesLines
* Added new GNOME specific PAM configuration to install-filesTristan Van Berkom2015-11-247-5/+93
| | | | | | | | | | | | | | | | | | The new PAM configuration ensures both that: o Setting a user's password updates the keyring o Starting a user session automatically unlocks the keyring with the users login o Fixes bug in systemd installed system-auth file which tries to pass try_authtok to pam_unix.so, which is not a valid option for that module Overall the PAM configuration is custom and modeled after the fedora configuration but without the selinux bits. Change-Id: I348e2e520e186fc7592d2aa167abae73152bf8c1
* Adding polkit rules for geoclue in GNOME systemTristan Van Berkom2015-11-172-0/+8
| | | | | | | | | | It is necessary to install a polkit rules file for geoclue in order to authorize geoclue's communication with ModemManager. More details on this available in this bugreport: https://bugs.freedesktop.org/show_bug.cgi?id=92915 Change-Id: I2c30aa32a2496f2896d0d284a248b7bb7b2a942a
* Adding custom gdm-launch-environment PAM configurationTristan Van Berkom2015-10-272-0/+14
| | | | | | | The default setup does not work with gnome-initial-setup tool, which requires a separate username from gdm. Change-Id: I349797f6752e0cde3f80acacdd67721d75e424c9
* Adding install-files for gnome-system-x86_64 system & clusterTristan Van Berkom2015-10-123-0/+145
For starters, add the /etc/securetty configuration, avoids some warnings from the journal. Also, setup sshd configuration to use PAM. This is recommended for a systemd running system, and required for the system to create a session any login comming in through ssh. Change-Id: I3edc016b1bec73fb93f834829329416a40c81a05