summaryrefslogtreecommitdiff
path: root/debian/patches/30_ping_suid_perms.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/30_ping_suid_perms.patch')
-rw-r--r--debian/patches/30_ping_suid_perms.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/debian/patches/30_ping_suid_perms.patch b/debian/patches/30_ping_suid_perms.patch
deleted file mode 100644
index d3f2cf3..0000000
--- a/debian/patches/30_ping_suid_perms.patch
+++ /dev/null
@@ -1,15 +0,0 @@
----
- ping/Makefile.am | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/ping/Makefile.am
-+++ b/ping/Makefile.am
-@@ -36,7 +36,7 @@ ping_SOURCES = ping.c ping_common.c ping
- ping_router.c ping_timestamp.c ping_common.h ping_impl.h ping.h libping.c
- 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 x in $(bin_PROGRAMS); do \