aboutsummaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/options.h b/src/options.h
index 8678d60..9029b6a 100644
--- a/src/options.h
+++ b/src/options.h
@@ -51,8 +51,6 @@ struct options {
int udp;
/** unpriviledged mode */
int unprivileged;
- /** use base64 encoded packets */
- int base64;
#ifndef WIN32
/** run as daemon if non zero value */
@@ -72,6 +70,9 @@ struct options {
#endif
#ifdef HAVE_SELINUX
+ /** Non zero value if uer wants SeLinux */
+ int selinux;
+ /** SeLinux context name */
char *selinux_context;
#endif
};