From ea97a3d4459e856c62db281a0f12e20452aebefc Mon Sep 17 00:00:00 2001 From: Sebastien Braun Date: Wed, 6 Oct 2010 15:21:49 +0200 Subject: Install a pvsprivinputd.conf template into /etc --- src/input/CMakeLists.txt | 5 +++++ src/input/pvsprivinputd.conf | 14 ++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 src/input/pvsprivinputd.conf (limited to 'src') diff --git a/src/input/CMakeLists.txt b/src/input/CMakeLists.txt index a2e6fda..398ca55 100644 --- a/src/input/CMakeLists.txt +++ b/src/input/CMakeLists.txt @@ -99,6 +99,11 @@ if(UNIX) else() message(STATUS "PolicyKit integration: disabled") endif() + + # Install a pvsprivinputd.conf template + install(FILES pvsprivinputd.conf + DESTINATION /etc + PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ) endif() add_library( diff --git a/src/input/pvsprivinputd.conf b/src/input/pvsprivinputd.conf new file mode 100644 index 0000000..52df206 --- /dev/null +++ b/src/input/pvsprivinputd.conf @@ -0,0 +1,14 @@ +;; 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 + \ No newline at end of file -- cgit v1.2.3-55-g7522