;; 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