summaryrefslogtreecommitdiffstats
path: root/src/input/pvsprivinputd.conf
diff options
context:
space:
mode:
authorFabian Schillinger2010-11-01 17:35:27 +0100
committerFabian Schillinger2010-11-01 17:35:27 +0100
commitea3fb17345e5f82db9f2e98a8062e95797700ace (patch)
tree1da0d1a8ec9455364386af78762d0f6fed187824 /src/input/pvsprivinputd.conf
parentProcess start/stop/view functionality (diff)
parent[PVSGUI] No X required for --help and --version (diff)
downloadpvs-ea3fb17345e5f82db9f2e98a8062e95797700ace.tar.gz
pvs-ea3fb17345e5f82db9f2e98a8062e95797700ace.tar.xz
pvs-ea3fb17345e5f82db9f2e98a8062e95797700ace.zip
Merge branch 'master' of openslx.org:pvs
Conflicts: CMakeLists.txt src/core/pvsConnectionManager.cpp src/pvs.cpp src/pvs.h
Diffstat (limited to 'src/input/pvsprivinputd.conf')
-rw-r--r--src/input/pvsprivinputd.conf28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/input/pvsprivinputd.conf b/src/input/pvsprivinputd.conf
new file mode 100644
index 0000000..a62a922
--- /dev/null
+++ b/src/input/pvsprivinputd.conf
@@ -0,0 +1,28 @@
+;; Lines starting with `;' are comments.
+;;
+;; socketpath:
+;; Where pvsprivinputd should put its listening socket.
+socketpath = /tmp/pvsprivinputd.sock
+
+;; privileged-users:
+;; Comma-separated list of users that are allowed to run privileged actions
+privileged-users = root
+
+;; privileged-groups:
+;; Comma-separated list of user groups that are allowed to run privileged actions
+; privileged-groups = wheel
+
+;; assume-session-local:
+;; Assume that a session is local if it can not be looked up in ConsoleKit,
+;; for example, if you are not running ConsoleKit.
+;;
+;; WARNING: Setting this to true may be a security risk. Running ConsoleKit is
+;; really recommended.
+; assume-session-local = false
+
+;; assume-user-privileged:
+;; Assume that a user is privileged if he/she can not be looked up in
+;; the user database or PolicyKit fails to deliver an answer.
+;;
+;; WARNING: Setting this to true is most definitely a security risk.
+; assume-user-privileged = false \ No newline at end of file