Systemd/src/nspawn
tomty89 e8a94ce83e nspawn: add nosuid and nodev to /tmp mount (#6004)
When automatic /tmp mount was introduced to nspawn in v219, it was done without having the nosuid and nodev mount options, which was the same case as systemd's default tmp.mount unit back then.

nosuid and nodev was added to tmp.mount(.m4) in v231 for security reasons. matching the nspawn /tmp mount entry against that.

Ref.:
2f9df7c96a
bbb99c30d0
2017-05-23 09:41:36 +02:00
..
.gitignore
Makefile
meson.build meson: reindent all files with 8 spaces 2017-04-23 21:47:29 -04:00
nspawn-cgroup.c cgroup: rename cg_unified() → cg_unified_controller() 2017-02-24 18:00:04 +01:00
nspawn-cgroup.h
nspawn-expose-ports.c
nspawn-expose-ports.h
nspawn-gperf.gperf
nspawn-mount.c nspawn: add nosuid and nodev to /tmp mount (#6004) 2017-05-23 09:41:36 +02:00
nspawn-mount.h
nspawn-network.c Fix includes (#5980) 2017-05-19 10:01:35 -04:00
nspawn-network.h
nspawn-patch-uid.c
nspawn-patch-uid.h
nspawn-register.c
nspawn-register.h
nspawn-seccomp.c
nspawn-seccomp.h
nspawn-settings.c
nspawn-settings.h
nspawn-setuid.c
nspawn-setuid.h
nspawn-stub-pid1.c Fix includes (#5980) 2017-05-19 10:01:35 -04:00
nspawn-stub-pid1.h
nspawn.c tree-wide: fix incorrect uses of %m 2017-05-13 15:42:26 -04:00
test-patch-uid.c