Document seccomp support

This commit is contained in:
Sebastian Ramacher 2018-03-11 20:21:23 +01:00
parent b836503b17
commit 58f7a4d116

4
README
View file

@ -33,7 +33,9 @@ The use of magic to detect mime types is optional and can be disabled by setting
enable-magic=off.
The use of seccomp to create a sandboxed environment is optional and can be
enabled by setting enable-seccomp=on.
enabled by setting enable-seccomp=on. Note that the sandbox is currently only
available as experimental preview. Some commands, shortcuts and other
functionality might break.
Installation
------------