diff options
author | vorlon <Unknown> | 2007-08-30 08:50:50 +0000 |
---|---|---|
committer | vorlon <Unknown> | 2007-08-30 08:50:50 +0000 |
commit | d7472000abf16cf3ca392f06e08020a13abad926 (patch) | |
tree | a332595c8ca987c173f019f42242293cba2fe6a0 | |
parent | 650e2ba02ea670a03a69037d890f7a39b92d3289 (diff) | |
download | pam-d7472000abf16cf3ca392f06e08020a13abad926.tar.gz pam-d7472000abf16cf3ca392f06e08020a13abad926.tar.bz2 pam-d7472000abf16cf3ca392f06e08020a13abad926.zip |
add a patch header
-rw-r--r-- | patches-applied/046_pam_group_example | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/patches-applied/046_pam_group_example b/patches-applied/046_pam_group_example index dd79e790..bae9e7e4 100644 --- a/patches-applied/046_pam_group_example +++ b/patches-applied/046_pam_group_example @@ -1,13 +1,18 @@ +Patch for Debian bug #197080 + +Don't use the 'games' group as an example in group.conf, this is a +potential security hole. + +Authors: Peter Cordes <peter@llama.nslug.ns.ca> + +Upstream status: not yet submitted + Index: Linux-PAM/modules/pam_group/group.conf =================================================================== --- Linux-PAM/modules/pam_group/group.conf.orig +++ Linux-PAM/modules/pam_group/group.conf -@@ -84,16 +84,17 @@ +@@ -88,10 +88,11 @@ # - - #xsh;tty*&!ttyp*;us;Al0000-2400;floppy -- --# # 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 @@ -19,8 +24,4 @@ Index: Linux-PAM/modules/pam_group/group.conf +#xsh; tty* ;sword;!Wk0900-1800;sound, play #xsh; tty* ;*;Al0900-1800;floppy -+ -+ - # - # End of group.conf file # |