aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-02-06 03:11:34 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-02-06 03:11:34 +0000
commit18c8b6f6c00ed1e83fe5eb96781f3f39ea9a584f (patch)
tree7ef8d7904d3b4c12c104e534a354fe4ef109067e /epan/Makefile.common
parentb103ec9bd47367a66e52796380882455c9d94548 (diff)
Add code to check whether the app was started with special privileges
(e.g., set-UID or set-GID), and don't load user plugs if it is. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17174 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index 013622241f..1f27c3d84f 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -64,6 +64,7 @@ LIBETHEREAL_SRC = \
packet.c \
plugins.c \
prefs.c \
+ privileges.c \
proto.c \
radius_dict.c \
range.c \
@@ -152,6 +153,7 @@ LIBETHEREAL_INCLUDES = \
ppptypes.h \
prefs.h \
prefs-int.h \
+ privileges.h \
proto.h \
ptvcursor.h \
range.h \