summaryrefslogtreecommitdiff
path: root/Linux-PAM/modules/pam_group/group.conf
diff options
context:
space:
mode:
Diffstat (limited to 'Linux-PAM/modules/pam_group/group.conf')
-rw-r--r--Linux-PAM/modules/pam_group/group.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/Linux-PAM/modules/pam_group/group.conf b/Linux-PAM/modules/pam_group/group.conf
index d4a10672..b766becb 100644
--- a/Linux-PAM/modules/pam_group/group.conf
+++ b/Linux-PAM/modules/pam_group/group.conf
@@ -10,7 +10,7 @@
# *** 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
+# *** "chgrp play toplay; chmod g+s toplay". They are basically able
# *** to play games any time... You have been warned. AGM
#
@@ -74,7 +74,7 @@
#
# 1. to run an application as root
# 2. add the following groups to the /etc/group file:
-# floppy, games, sound
+# floppy, play, sound
#
#
@@ -88,10 +88,10 @@
#
# another example: running 'xsh' on tty* (any ttyXXX device),
# the user 'sword' is given access to games (through membership of
-# the floppy group) after work hours
+# the sound and play group) after work hours.
#
-#xsh; tty* ;sword;!Wk0900-1800;games, sound
+#xsh; tty* ;sword;!Wk0900-1800;sound, play
#xsh; tty* ;*;Al0900-1800;floppy
#