From 6b6fbdbcf1fe84f6b82fe71c178cb6466f76f5e3 Mon Sep 17 00:00:00 2001 From: "Andrew G. Morgan" Date: Sun, 26 Nov 2000 07:32:39 +0000 Subject: Relevant BUGIDs: 116076 Purpose of commit: bugfix Commit summary: --------------- Added pam_time/pam_group fixes for infinite loop when reading '\\[^\n]' in their config files and also added support for '/'. The latter makes both of these modules support modern tty handling. --- modules/pam_group/group.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/pam_group/group.conf') diff --git a/modules/pam_group/group.conf b/modules/pam_group/group.conf index bdd76adb..e721b990 100644 --- a/modules/pam_group/group.conf +++ b/modules/pam_group/group.conf @@ -10,7 +10,7 @@ # *** NOT inherently secure. If a user can create an executable that # *** is setgid a group that they are infrequently given membership # *** of, they can basically obtain group membership any time they -# *** like. Example: games are alowed between the hours of 6pm and 6am +# *** like. Example: games are allowed between the hours of 6pm and 6am # *** user joe logs in at 7pm writes a small C-program toplay.c that # *** invokes their favorite shell, compiles it and does # *** "chgrp games toplay; chmod g+s toplay". They are basically able -- cgit v1.2.3