diff options
author | John Balcaen <mikala@mageia.org> | 2012-03-15 15:49:19 +0000 |
---|---|---|
committer | John Balcaen <mikala@mageia.org> | 2012-03-15 15:49:19 +0000 |
commit | 2d5b39a99be81268d8a9fdf4430d4e2d525d6811 (patch) | |
tree | c5ff213794254efa6917341ead0c4353c1bb6353 /kde4-profiles/common | |
parent | 6b082a55509e7891d4151205854f45712d38c43b (diff) | |
download | config-2d5b39a99be81268d8a9fdf4430d4e2d525d6811.tar config-2d5b39a99be81268d8a9fdf4430d4e2d525d6811.tar.gz config-2d5b39a99be81268d8a9fdf4430d4e2d525d6811.tar.bz2 config-2d5b39a99be81268d8a9fdf4430d4e2d525d6811.tar.xz config-2d5b39a99be81268d8a9fdf4430d4e2d525d6811.zip |
Fix pam files to fix xguest usage ( mga #4950)
Diffstat (limited to 'kde4-profiles/common')
-rw-r--r-- | kde4-profiles/common/etc/pam.d/kdm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kde4-profiles/common/etc/pam.d/kdm b/kde4-profiles/common/etc/pam.d/kdm index e7c0631..64c56cb 100644 --- a/kde4-profiles/common/etc/pam.d/kdm +++ b/kde4-profiles/common/etc/pam.d/kdm @@ -10,3 +10,4 @@ session optional pam_keyinit.so force revoke session required pam_loginuid.so session include system-auth session optional pam_console.so +session required pam_namespace.so |