From 4574fa474e957343bb78f13d7f6f3594ae4e5f92 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Wed, 6 Nov 2013 20:55:31 +0100 Subject: Add secprops to luci MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- lib_cman.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib_cman.py b/lib_cman.py index 633a013..0165d0d 100644 --- a/lib_cman.py +++ b/lib_cman.py @@ -34,6 +34,12 @@ class CmanLuciHTTPS(HTTPS, Delegate): defaults = dict(( LABEL('port 8084'), )) + secprops = dict( + euser='luci', + egroup='luci', + # XXX: https://bugzilla.redhat.com/1023202 + label='system_u:system_r:initrc_t:s0', + ) class CmanModclusterdUpdates(Exchange): -- cgit