flatcar-scripts/sdk_lib
Michael Marineau efa18698a0 fix(enter_chroot): Limit sharing system mount sharing
The existing code seems to assume that the mounts inherited from the
system are private, the Linux default. However on our systems that
clearly isn't the case, all system mounts are set as shared. Considering
all of us have been have been seeing mounts leak out of the SDK despite
cros_sdk creating a new filesystem namespace via unshare I'm guessing
this is a systemd thing.

Instead force all system mounts to 'slave' mode in the SDK namespace so
global changes are still visible but no SDK mounts can leak out.
2013-07-23 01:26:35 -04:00
..
enter_chroot.sh fix(enter_chroot): Limit sharing system mount sharing 2013-07-23 01:26:35 -04:00
make_chroot.sh chore(*): use coreos_ everywhere 2013-07-21 23:20:50 -07:00
make_conf_util.sh fix(scripts): Add --load-average to MAKEOPTS 2013-07-17 18:04:51 -07:00