sane-sandboxed: fix capabilities example

This commit is contained in:
2024-03-14 01:36:46 +00:00
parent d08f318e4b
commit b25df1d997

View File

@@ -102,7 +102,7 @@ usage() {
echo ' use a specific sandboxer'
echo ' --sane-sandbox-autodetect <existing|existingFile|existingFileOrParent|existingOrParent|parent>'
echo ' add files which appear later as CLI arguments into the sandbox'
echo ' --sane-sandbox-cap <sys_admin|sys_net|...>'
echo ' --sane-sandbox-cap <sys_admin|net_raw|net_admin|...>'
echo ' allow the sandboxed program to use the provided linux capability (both inside and outside the sandbox)'
echo ' --sane-sandbox-portal'
echo ' set environment variables so that the sandboxed program will attempt to use xdg-desktop-portal for operations like opening files'