summaryrefslogtreecommitdiff
path: root/wsutil/privileges.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2010-09-16 19:20:06 +0000
committerGerald Combs <gerald@wireshark.org>2010-09-16 19:20:06 +0000
commita87bdf9660f26c48ed0024d7db286fee7ddf1280 (patch)
treec9bf130aae742b288f2617e5d9f61a4dac4dc245 /wsutil/privileges.h
parent034f2739d22835e79b94c350839cdaee990339ae (diff)
downloadwireshark-a87bdf9660f26c48ed0024d7db286fee7ddf1280.tar.gz
Turn on ASLR via /DYNAMICBASE and DEP via SetProcessDEPPolicy().
svn path=/trunk/; revision=34137
Diffstat (limited to 'wsutil/privileges.h')
-rw-r--r--wsutil/privileges.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/wsutil/privileges.h b/wsutil/privileges.h
index e45b77807f..7526a8ce75 100644
--- a/wsutil/privileges.h
+++ b/wsutil/privileges.h
@@ -23,10 +23,10 @@
*/
/**
- * Called when the program starts, to save whatever credential information
- * we'll need later.
+ * Called when the program starts, to enable security features and save
+ * whatever credential information we'll need later.
*/
-extern void get_credential_info(void);
+extern void init_process_policies(void);
/**
* Was this program started with special privileges? get_credential_info()