Re: [systemd-devel] [ANNOUNCE] systemd 5

2010-07-23 Thread Lennart Poettering
On Sat, 24.07.10 03:33, Lennart Poettering ([email protected]) wrote: > Heya, > > I just released systemd v5: > > http://www.freedesktop.org/software/systemd/systemd-4.tar.bz2 In contrast to what I wrote above and in the subject this is actually really v4, not v5 which I released. Sorry f

[systemd-devel] [ANNOUNCE] systemd 5

2010-07-23 Thread Lennart Poettering
Heya, I just released systemd v5: http://www.freedesktop.org/software/systemd/systemd-4.tar.bz2 This includes a fairly major interface change. After some longer discussions on fedora-devel systemd-install is now folded into systemctl and greatly simplified in its invocation. (see the fedora-deve

[systemd-devel] Make selinux support optional

2010-07-23 Thread Robert Sebastian Gerus
Hi Here's a patch to make selinux support in systemd optional. Hope it doesn't break anyone's running selinux-enabled system, as I don't have any machine with selinux-enabled system and couldn't test it much beyond compiling and checking if it links with libselinux. -- iNsanity! 0001-Make-seli

Re: [systemd-devel] This patch adds SELinux support to systemd for socket creation.

2010-07-23 Thread Harald Hoyer
On 07/23/2010 01:39 PM, Kay Sievers wrote: On Fri, Jul 23, 2010 at 13:21, Daniel J Walsh wrote: On 07/23/2010 06:56 AM, Kay Sievers wrote: On Fri, Jul 23, 2010 at 12:30, Daniel J Walsh wrote: I though I saw avc's caused because systemd creating some devices with the wrong labels? I searched

Re: [systemd-devel] This patch adds SELinux support to systemd for socket creation.

2010-07-23 Thread Kay Sievers
On Fri, Jul 23, 2010 at 13:21, Daniel J Walsh wrote: > On 07/23/2010 06:56 AM, Kay Sievers wrote: >> On Fri, Jul 23, 2010 at 12:30, Daniel J Walsh wrote: >>> I though I saw avc's caused because systemd creating some devices with >>> the wrong labels?  I searched for mknod but found no calls.  Doe

Re: [systemd-devel] This patch adds SELinux support to systemd for socket creation.

2010-07-23 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/23/2010 06:56 AM, Kay Sievers wrote: > On Fri, Jul 23, 2010 at 12:30, Daniel J Walsh wrote: >> I though I saw avc's caused because systemd creating some devices with >> the wrong labels? I searched for mknod but found no calls. Does >> systemd

Re: [systemd-devel] This patch adds SELinux support to systemd for socket creation.

2010-07-23 Thread Kay Sievers
On Fri, Jul 23, 2010 at 12:30, Daniel J Walsh wrote: > I though I saw avc's caused because systemd creating some devices with > the wrong labels?  I searched for mknod but found no calls.  Does > systemd create any nodes? It should not create any nodes. Systemd depends on the kernel-maintained de

Re: [systemd-devel] This patch adds SELinux support to systemd for socket creation.

2010-07-23 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/22/2010 11:11 PM, Lennart Poettering wrote: > On Thu, 22.07.10 17:01, Daniel J Walsh ([email protected]) wrote: > >> if ((r = socket_instantiate_service(s)) < 0) >> return r; >> >> log_debug("Socket unit %s will s