summaryrefslogtreecommitdiff
path: root/debian/patches/user-group-modes.patch
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2010-02-28 00:11:59 +0000
committerColin Watson <cjwatson@debian.org>2010-02-28 00:11:59 +0000
commit0d2786ac869cb7a5a289a3efbdc75ff8c66548d4 (patch)
treeca26aaf14245c50123702d5c7b8a417fee49f7ff /debian/patches/user-group-modes.patch
parent2c444c15821dde18158e2251323c2a8f174d5940 (diff)
DEP-3 tagging of remaining miscellaneous bug fixes
Diffstat (limited to 'debian/patches/user-group-modes.patch')
-rw-r--r--debian/patches/user-group-modes.patch12
1 files changed, 12 insertions, 0 deletions
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 @@
1Description: Allow harmless group-writability
2 Allow ~/.ssh/config to be group-writable, provided that the group in
3 question contains only the file's owner. Rejected upstream for IMO
4 incorrect reasons (e.g. a misunderstanding about the contents of
5 gr->gr_mem). Given that per-user groups and umask 002 are the default
6 setup in Debian (for good reasons - this makes operating in setgid
7 directories with other groups much easier), we need to permit this.
8Author: Colin Watson <cjwatson@debian.org>
9Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1060
10Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=314347
11Last-Update: 2010-02-27
12
1Index: b/readconf.c 13Index: b/readconf.c
2=================================================================== 14===================================================================
3--- a/readconf.c 15--- a/readconf.c