diff options
author | Angelos Evripiotis <jevripiotis@bloomberg.net> | 2019-02-20 10:26:20 +0000 |
---|---|---|
committer | Angelos Evripiotis <jevripiotis@bloomberg.net> | 2019-02-20 14:07:24 +0000 |
commit | e5c2e708e1cd4c096567cad587f9930de8c8e55e (patch) | |
tree | a95a3d0e0dd68275ac6f9faa9bde0b81c0291845 /doc | |
parent | 9382001c5f69117ae462e913356ef27d4d9a902f (diff) | |
download | buildstream-e5c2e708e1cd4c096567cad587f9930de8c8e55e.tar.gz |
doc/./arch_sandboxing: 'read only'->'read-only'
I read this wrong initially, the hyphen would have helped me here.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/arch_sandboxing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/arch_sandboxing.rst b/doc/source/arch_sandboxing.rst index 531a3e5d5..21ac5acec 100644 --- a/doc/source/arch_sandboxing.rst +++ b/doc/source/arch_sandboxing.rst @@ -51,7 +51,7 @@ well. Filesystem access ~~~~~~~~~~~~~~~~~ -The filesystem inside sandboxes should be read only during element assembly, +The filesystem inside sandboxes should be read-only during element assembly, except for certain directories which element plugins can mark as being read/write. Most elements plugins derive from :mod:`BuildElement <buildstream.buildelement>`, which marks ``%{build-root}`` and |