diskimage-builder/doc/source/developer
Ian Wienand 672705831f Add a best-effort sudo safety check
As motivation for this; we have had two breakouts of dib in recent
memory.  One was a failure to unmount through symlinks in the core
code (I335316019ef948758392b03e91f9869102a472b9) and the other was
removing host keys on the build-system
(Ib01d71ff9415a0ae04d963f6e380aab9ac2260ce).

For the most part, dib runs unprivileged.  Bits of the core code are
hopefully well tested (modulo bugs like the first one!).  We give free
reign inside the chroot (although there is still some potential there
for adverse external affects via bind mounts).  Where we could be a
bit safer (and could have prevented at least the second of these
breakouts) is with some better checking that the "sudo" calls
*outside* the chroot at least looked sane.

This adds a basic check that we're using chroot or image paths when
calling sudo in those parts of elements that run *outside* the chroot.
Various files are updated to accomodate this check; mostly by just
ignoring it for existing code (I have not audited these calls).

Nobody is pretending this type of checking makes dib magically safe,
or removes the issues with it needing to do things as root during the
build.  But this can help find egregious errors like the key removal.

Change-Id: I161a5aea1d29dcdc7236f70d372c53246ec73749
2016-05-09 15:41:38 +10:00
..
caches.rst Prettify 'Caches and offline mode' documentation 2015-09-17 12:14:54 +02:00
components.rst doc: migrate from README.rst to Sphinx 2015-09-10 16:55:39 +10:00
design.rst Use fstrim to prep the block device 2016-03-13 16:24:59 +00:00
developing_elements.rst Add a best-effort sudo safety check 2016-05-09 15:41:38 +10:00
dib_lint.rst Add documentation for dib-lint 2016-05-02 01:29:17 -05:00
index.rst Add documentation for dib-lint 2016-05-02 01:29:17 -05:00
invocation.rst Add image size report 2016-03-08 13:58:40 +11:00
stable_interfaces.rst Document what our stable interfaces are 2015-07-22 09:17:02 +00:00