diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2007-08-03 08:56:00 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2007-08-03 08:56:00 +0800 |
commit | 5255fefa32539cbdae50ef303a52882df86955bb (patch) | |
tree | 5b707a87705b6262770a13de8e2ec7d2f232e484 /security | |
parent | aadd51cd5fb159f372aa67f66ecf470aa517f63e (diff) | |
download | freebsd-ports-gnome-5255fefa32539cbdae50ef303a52882df86955bb.tar.gz freebsd-ports-gnome-5255fefa32539cbdae50ef303a52882df86955bb.tar.zst freebsd-ports-gnome-5255fefa32539cbdae50ef303a52882df86955bb.zip |
Fix session stack in default pam file.
Diffstat (limited to 'security')
-rw-r--r-- | security/sudo/Makefile | 1 | ||||
-rw-r--r-- | security/sudo/files/pam.conf | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 8977434059c7..e0aa17aa1cd6 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -7,6 +7,7 @@ PORTNAME= sudo PORTVERSION= 1.6.9.3 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.sudo.ws/sudo/dist/ \ http://probsd.org/sudoftp/ \ diff --git a/security/sudo/files/pam.conf b/security/sudo/files/pam.conf index 29aafcf2508c..d0eaef11ee01 100644 --- a/security/sudo/files/pam.conf +++ b/security/sudo/files/pam.conf @@ -13,7 +13,7 @@ account include system # session # XXX: pam_lastlog (used in system) causes users to appear as though # they are no longer logged in in system logs. -session include pam_permit.so +session required pam_permit.so # password password include system |