chiark / gitweb /
nspawn: various fixes in selinux hookup
authorLennart Poettering <lennart@poettering.net>
Tue, 4 Feb 2014 21:56:07 +0000 (22:56 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 4 Feb 2014 21:56:07 +0000 (22:56 +0100)
commitd002827b03d78e31503a6b706ad4b4049ebf9a07
tree7fbdb2401eda38c4607d22ccb21cabc06a34e1cd
parenta8828ed93878b4b4866d40ebfb660e54995ff72e
nspawn: various fixes in selinux hookup

- As suggested, prefix argument variables with "arg_" how we do this
  usually.

- As suggested, don't involve memory allocations when storing command
  line arguments.

- Break --help text at 80 chars

- man: explain that this is about SELinux

- don't do unnecessary memory allocations when putting together mount
  option string
man/systemd-nspawn.xml
src/nspawn/nspawn.c