aboutsummaryrefslogtreecommitdiffstats
path: root/epan/privileges.c
AgeCommit message (Collapse)AuthorFilesLines
2006-02-06Move the code to relinquish set-UID and set-GID privileges to a routineGuy Harris1-0/+21
in epan/privileges.c. svn path=/trunk/; revision=17181
2006-02-06Add code to check whether the app was started with special privilegesGuy Harris1-0/+95
(e.g., set-UID or set-GID), and don't load user plugs if it is. svn path=/trunk/; revision=17174