[systemd-devel] systemd fails to boot OLPC XO-1.5

Kay Sievers kay.sievers at vrfy.org
Mon May 9 03:50:03 PDT 2011


On Mon, May 9, 2011 at 10:52, Daniel Drake <dsd at laptop.org> wrote:
> On 7 May 2011 23:43, Daniel Drake <dsd at laptop.org> wrote:
>> On 7 May 2011 23:30, Kay Sievers <kay.sievers at vrfy.org> wrote:
>>> You need capabilities in your kernel, or comment its use out, in the
>>> service file.
>>
>> I think I have capabilities in my kernel: CONFIG_SECURITY=y which
>> means security/capability.c gets compiled in. Were you thinking of
>> something else?

> So, I don't think its possible to build a kernel without capabilities
> support. The problem must be something else (but commenting out those
> CapabilityBoundingSet lines does work around the problem). Any ideas /
> next debugging steps?

Works all fine here with:
  # grep SECURITY .config
  CONFIG_EXT3_FS_SECURITY=y
  CONFIG_EXT4_FS_SECURITY=y
  # CONFIG_SECURITY_DMESG_RESTRICT is not set
  # CONFIG_SECURITY is not set
  # CONFIG_SECURITYFS is not set
  CONFIG_DEFAULT_SECURITY_DAC=y
  CONFIG_DEFAULT_SECURITY=""

> I filed a bug for the /sys/kernel/security problem:
> https://bugs.freedesktop.org/show_bug.cgi?id=36993

Commented on the bug. Works fine here. Might be an issue on your box.

Kay


More information about the systemd-devel mailing list