summaryrefslogtreecommitdiff
path: root/src/xdg
diff options
context:
space:
mode:
authorJeremy White <jwhite@codeweavers.com>2016-10-31 10:15:41 -0500
committerJeremy White <jwhite@codeweavers.com>2016-10-31 13:59:29 -0500
commit638b996881d6065f32212152509b08ac1b49880a (patch)
treea3655fa532215cb91ebbc0394a272b6f3996141b /src/xdg
parent49452f5e1967534bfe373ab711baed3a188e9454 (diff)
Add an option to require auditing.
Diffstat (limited to 'src/xdg')
-rw-r--r--src/xdg/x11spice/x11spice.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/xdg/x11spice/x11spice.conf b/src/xdg/x11spice/x11spice.conf
index e01521b..38fa4e8 100644
--- a/src/xdg/x11spice/x11spice.conf
+++ b/src/xdg/x11spice/x11spice.conf
@@ -69,6 +69,23 @@
#timeout=0
#-----------------------------------------------------------------------------
+# audit Specify whether or not to audit events. Default false.
+# Note: this requires permission to connect to the audit
+# system, which on most systems is limited to the root user.
+# If true, and you do not have permission, x11spice will exit.
+#-----------------------------------------------------------------------------
+#audit=false
+
+#-----------------------------------------------------------------------------
+# audit-message-type
+# If audit is on, specifies the message type to provide.
+# Refer to audit_log_user_message and 'ausearch --message'
+# for more information.
+# Default: 1196
+#-----------------------------------------------------------------------------
+#audit-message-type=1196
+
+#-----------------------------------------------------------------------------
# minimize Starts the x11spice gui minimized. Default false.
#-----------------------------------------------------------------------------
#minimize=false