diff options
Diffstat (limited to 'debian/patches/user-group-modes.patch')
-rw-r--r-- | debian/patches/user-group-modes.patch | 12 |
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 @@ | |||
1 | Description: 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. | ||
8 | Author: Colin Watson <cjwatson@debian.org> | ||
9 | Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1060 | ||
10 | Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=314347 | ||
11 | Last-Update: 2010-02-27 | ||
12 | |||
1 | Index: b/readconf.c | 13 | Index: b/readconf.c |
2 | =================================================================== | 14 | =================================================================== |
3 | --- a/readconf.c | 15 | --- a/readconf.c |