summaryrefslogblamecommitdiffstats
path: root/src/input/pvsprivinputd.conf
blob: a62a922b07d78edc5107352d1653ed4939334b43 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                                   














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