commit | 85300a9a9dfb364ab1a5f94e6d3f9e558a193be1 | [log] [tgz] |
---|---|---|
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | Mon Apr 13 22:54:19 2015 +0200 |
committer | Simon Glass <sjg@chromium.org> | Sun Apr 19 14:45:56 2015 -0600 |
tree | ca8099a081fa42f00c317ba8b3668bb0919c1da2 | |
parent | b8d7652c81689a69bc6eaa206cf875bbe632831c [diff] |
sandbox: only do sandboxfs for hostfs interface Only do sandbox filesystem access when using the hostfs device interface, rather then falling back to it in all cases. This prevents confusion situations due to the fallback being taken rather then an unsupported error being raised. Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> Reviewed-by: Simon Glass <sjg@chromium.org> Acked-by: Simon Glass <sjg@chromium.org>