diff options
author | Guillem Jover <guillem@debian.org> | 2006-07-19 06:24:17 +0000 |
---|---|---|
committer | Guillem Jover <guillem@hadrons.org> | 2010-06-10 23:21:19 +0200 |
commit | 2b44bca9f7db09fc8edf30618c0329188c855282 (patch) | |
tree | 7788ae30ad20b161e567fd591c0bb3a58b15f611 /debian/patches | |
parent | a9b216ecb9aaea31d3b4ce262f035ce2bd126934 (diff) | |
download | inetutils-2b44bca9f7db09fc8edf30618c0329188c855282.tar.gz |
Fix ping and ping6 perms to 4755
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/30_ping_suid_perms.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/patches/30_ping_suid_perms.patch b/debian/patches/30_ping_suid_perms.patch new file mode 100644 index 0000000..e28c02b --- /dev/null +++ b/debian/patches/30_ping_suid_perms.patch @@ -0,0 +1,12 @@ +#DPATCHLEVEL=0 +--- ping/Makefile.am 2005-10-11 14:29:11.000000000 +0300 ++++ ping/Makefile.am 2006-07-19 09:15:57.000000000 +0300 +@@ -32,7 +32,7 @@ + + ping6_SOURCES = ping6.c ping_common.c ping_common.h ping6.h + +-SUIDMODE = -o root -m 4775 ++SUIDMODE = -o root -m 4755 + + install-ping-hook: + -@for program in $(bin_PROGRAMS); do \ |