From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH 0/7 v3] tools/hotplug: systemd changes for 4.5 Date: Wed, 7 Jan 2015 16:03:02 +0100 Message-ID: <20150107150302.GA25615@aepfle.de> References: <1418988333-5404-1-git-send-email-olaf@aepfle.de> <20141219191032.GB9213@laptop.dumpdata.com> <20141222080639.GA6139@aepfle.de> <20141231153106.GA2928@laptop.dumpdata.com> <20150105212206.GA3869@l.oracle.com> <20150107095306.GE12049@aepfle.de> <20150107145620.GF30457@l.oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20150107145620.GF30457@l.oracle.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Konrad Rzeszutek Wilk Cc: wei.liu2@citrix.com, ian.campbell@citrix.com, mcgrof@do-not-panic.com, ian.jackson@eu.citrix.com, xen-devel@lists.xen.org, m.a.young@durham.ac.uk, anthony.perard@citrix.com List-Id: xen-devel@lists.xenproject.org On Wed, Jan 07, Konrad Rzeszutek Wilk wrote: > On Wed, Jan 07, 2015 at 10:53:06AM +0100, Olaf Hering wrote: > > Its my understanding that the reported SELinux failure is not only > > related to the context= mount option, but also to the socket passing > > from systemd. > > I couldn't spot any errors in SELinux for this. Perhaps I had misconfigured? Last year you said xenstored did not start, even with patch #1 applied. I dont know if you added the required fstab changes. So if current staging works fine with SELinux enabled we could go with this change for the service file, instead of the wrapper: ExecStart=/usr/bin/env $XENSTORED --no-fork $XENSTORED_ARGS Does that work for you? If yes, lets get rid of the XENSTORED_TRACE= boolean and use a new XENSTORED_ARGS= variable instead. That would make patch #7 alot simpler. Olaf