diff options
Diffstat (limited to 'doc/examples/configure-index')
-rw-r--r-- | doc/examples/configure-index | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 61a749495..f0d81bb7a 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -639,6 +639,9 @@ apt::planner "<STRING>"; apt::system "<STRING>"; apt::acquire::translation "<STRING>"; // deprecated in favor of Acquire::Languages apt::sandbox::user "<STRING>"; +apt::sandbox::seccomp "<BOOL>"; +apt::sandbox::seccomp::allow "<LIST>"; +apt::sandbox::seccomp::trap "<LIST>"; apt::color::highlight "<STRING>"; apt::color::neutral "<STRING>"; |