diff options
author | Steve Langasek <vorlon@debian.org> | 2007-09-01 02:10:32 +0000 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2007-09-01 02:10:32 +0000 |
commit | d840dfdd8902145b241e69d38ae768e40fbf3457 (patch) | |
tree | bbbd75dcb9dbb4a1c4fbd9420a21f50e9d63ccbf /modules/pam_group/group.conf | |
parent | ea7c4a75b932066346af31ee44c5d58120e5c98b (diff) | |
download | pam-d840dfdd8902145b241e69d38ae768e40fbf3457.tar.gz pam-d840dfdd8902145b241e69d38ae768e40fbf3457.tar.bz2 pam-d840dfdd8902145b241e69d38ae768e40fbf3457.zip |
Relevant BUGIDs: Debian bug #197080
Purpose of commit: cleanup
Commit summary:
---------------
2007-08-31 Steve Langasek <vorlon@debian.org>
* modules/pam_group/group.conf: don't use "games" as an example
group, on some distros this is a pre-existing group that it would
be a security hole to give users access to.
Diffstat (limited to 'modules/pam_group/group.conf')
-rw-r--r-- | modules/pam_group/group.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/pam_group/group.conf b/modules/pam_group/group.conf index d4a10672..b766becb 100644 --- a/modules/pam_group/group.conf +++ b/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 # |