From a6f4ab0bebc76acf85cc0244bd21c1036009c28c Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Wed, 2 Jan 2019 12:24:44 -0800 Subject: fix-up commit for grafting svn history onto git history --- patches-applied/046_pam_group_example | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 patches-applied/046_pam_group_example (limited to 'patches-applied/046_pam_group_example') diff --git a/patches-applied/046_pam_group_example b/patches-applied/046_pam_group_example deleted file mode 100644 index c885c822..00000000 --- a/patches-applied/046_pam_group_example +++ /dev/null @@ -1,27 +0,0 @@ -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 - -Upstream status: committed to CVS - -Index: Linux-PAM/modules/pam_group/group.conf -=================================================================== ---- Linux-PAM/modules/pam_group/group.conf.orig -+++ Linux-PAM/modules/pam_group/group.conf -@@ -88,10 +88,11 @@ - # - # 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. (The games group owns -+# high-score files and so on, so don't ever give users access to it.) - # - --#xsh; tty* ;sword;!Wk0900-1800;games, sound -+#xsh; tty* ;sword;!Wk0900-1800;sound, play - #xsh; tty* ;*;Al0900-1800;floppy - - # -- cgit v1.2.3