summaryrefslogtreecommitdiffstats
path: root/src/nspawn/nspawn.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* nspawn: export userns_mkdir() + userns_lchown() so that it can be used ↵Lennart Poettering2021-05-191-0/+7
| | | | elsewhere in nspawn
* nspawn: remove nspawn.h, it's empty nowLennart Poettering2015-09-071-22/+0
|
* nspawn: split all port exposure code into nspawn-expose-port.[ch]Lennart Poettering2015-09-071-15/+0
|
* nspawn: split out mount related functions into a new nspawn-mount.c fileLennart Poettering2015-09-071-32/+0
|
* nspawn: add new .nspawn files for container settingsLennart Poettering2015-09-061-0/+69
.nspawn fiels are simple settings files that may accompany container images and directories and contain settings otherwise passed on the nspawn command line. This provides an efficient way to attach execution data directly to containers.