* Change location of conntrack from bin to sbin
@ 2005-11-03 6:16 Krzysztof Oledzki
2005-11-03 12:30 ` Pablo Neira
0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Oledzki @ 2005-11-03 6:16 UTC (permalink / raw)
To: Pablo Neira; +Cc: netfilter-devel
[-- Attachment #1: Type: TEXT/PLAIN, Size: 571 bytes --]
Hello
Attached (and inlined) patch moves conntrack tool from bin to sbin
directory since this application is an administration utility and
it requires uid==0 or CAP_NET_ADMIN.
Index: src/Makefile.am
===================================================================
--- src/Makefile.am (revision 4432)
+++ src/Makefile.am (working copy)
@@ -1,4 +1,4 @@
-bin_PROGRAMS = conntrack
+sbin_PROGRAMS = conntrack
conntrack_SOURCES = conntrack.c
INCLUDES= $(all_includes) -I$(top_srcdir)/include -I${KERNELDIR}
Best regards,
Krzysztof Olędzki
[-- Attachment #2: Type: TEXT/PLAIN, Size: 342 bytes --]
Index: src/Makefile.am
===================================================================
--- src/Makefile.am (revision 4432)
+++ src/Makefile.am (working copy)
@@ -1,4 +1,4 @@
-bin_PROGRAMS = conntrack
+sbin_PROGRAMS = conntrack
conntrack_SOURCES = conntrack.c
INCLUDES= $(all_includes) -I$(top_srcdir)/include -I${KERNELDIR}
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-11-03 12:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-03 6:16 Change location of conntrack from bin to sbin Krzysztof Oledzki
2005-11-03 12:30 ` Pablo Neira
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.