diff options
Diffstat (limited to 'security/sudo')
-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 |