chiark / gitweb /
nspawn: add audit caps to default set to keep
authorLennart Poettering <lennart@poettering.net>
Fri, 18 Jan 2013 17:13:01 +0000 (18:13 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 18 Jan 2013 17:23:20 +0000 (18:23 +0100)
commit88d04e31ce0837ebf937ab46c3c39a0d93ab4c7c
tree99a477e474eafb70183b5b26d31734301cbe4da4
parent96cde13ace6406582688028f3df5668a172ba628
nspawn: add audit caps to default set to keep

Due to the brokeness of much of the userspace audit code we cannot
really start too many systems without the audit caps set. To make nspawn
easier to use just add the audit caps by default.

To boot up containers successfully the kernel's auditing needs to be
turned off still (use "audit=0" on the kernel command line), but at
least no manual caps have to be passed anymore.

In the long run auditing will be fixed for containers and ve virtualized
properly at which time it should be safe to enable these caps anyway.
man/systemd-nspawn.xml
src/nspawn/nspawn.c