You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
639 B
25 lines
639 B
From 184366b6200c80fae167853bab0038a54538ad16 Mon Sep 17 00:00:00 2001
|
|
From: Alec Leamas <leamas.alec@gmail.com>
|
|
Date: Thu, 11 Dec 2014 00:30:23 +0100
|
|
Subject: [PATCH] Changing effective-user default
|
|
|
|
---
|
|
lirc_options.conf | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/lirc_options.conf b/lirc_options.conf
|
|
index 9dc672a..bf342c1 100644
|
|
--- a/lirc_options.conf
|
|
+++ b/lirc_options.conf
|
|
@@ -12,6 +12,7 @@ plugindir = /usr/lib/lirc/plugins
|
|
permission = 666
|
|
allow-simulate = No
|
|
repeat-max = 600
|
|
+effective-user = lirc
|
|
#listen = [address:]port
|
|
#connect = host[:port]
|
|
#debug = 6
|
|
--
|
|
1.9.3
|
|
|