diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-05-12 20:14:58 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-05-12 20:14:58 +0200 |
commit | 2099b3e9931eea8962cf7a97493abf9361cc6366 (patch) | |
tree | d7c742129c22c0b37a1cfb8b76af29c2d27ac8e3 /src/nspawn | |
parent | 42d61dedcf279b4926d8fd4b600e2d37aa284933 (diff) |
nspawn: drop spurious newline
Diffstat (limited to 'src/nspawn')
-rw-r--r-- | src/nspawn/nspawn.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c index 0479389682..8ec058431b 100644 --- a/src/nspawn/nspawn.c +++ b/src/nspawn/nspawn.c @@ -1713,7 +1713,6 @@ static int setup_seccomp(void) { } } - /* Audit is broken in containers, much of the userspace audit hookup will fail if running inside a container. We don't |