From 0d2786ac869cb7a5a289a3efbdc75ff8c66548d4 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sun, 28 Feb 2010 00:11:59 +0000 Subject: DEP-3 tagging of remaining miscellaneous bug fixes --- debian/patches/user-group-modes.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'debian/patches/user-group-modes.patch') diff --git a/debian/patches/user-group-modes.patch b/debian/patches/user-group-modes.patch index 47bb458e6..c99c796f3 100644 --- a/debian/patches/user-group-modes.patch +++ b/debian/patches/user-group-modes.patch @@ -1,3 +1,15 @@ +Description: Allow harmless group-writability + Allow ~/.ssh/config to be group-writable, provided that the group in + question contains only the file's owner. Rejected upstream for IMO + incorrect reasons (e.g. a misunderstanding about the contents of + gr->gr_mem). Given that per-user groups and umask 002 are the default + setup in Debian (for good reasons - this makes operating in setgid + directories with other groups much easier), we need to permit this. +Author: Colin Watson +Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1060 +Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=314347 +Last-Update: 2010-02-27 + Index: b/readconf.c =================================================================== --- a/readconf.c -- cgit v1.2.3