diff options
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/configure-index | 26 |
1 files changed, 20 insertions, 6 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 8a74fde2d..3763aa900 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -536,10 +536,10 @@ Debug pkgAcqArchive::NoQueue "<BOOL>"; Hashes "<BOOL>"; APT::FtpArchive::Clean "<BOOL>"; - NoDropPrivs "<BOOL>"; EDSP::WriteSolution "<BOOL>"; InstallProgress::Fancy "<BOOL>"; APT::Progress::PackageManagerFd "<BOOL>"; + SetupAPTPartialDirectory::AssumeGood "<BOOL>"; }; pkgCacheGen @@ -599,6 +599,25 @@ APT::FTPArchive::release Version "<STRING>"; }; +Debug::NoDropPrivs "<BOOL>"; +APT::Sandbox +{ + User "<STRING>"; + ResetEnvironment "<BOOL>"; + Verify "<BOOL>" + { + Groups "<BOOL>"; + IDs "<BOOL>"; + Regain "<BOOL>"; + }; + seccomp "<BOOL>" + { + print "<BOOL>"; // print what syscall was trapped + allow "<LIST>"; + trap "<LIST>"; + }; +}; + // having both seems wrong dpkgpm::progress "<BOOL>"; dpkg::progress "<BOOL>"; @@ -641,11 +660,6 @@ apt::solver "<STRING>"; 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::print "<BOOL>"; // print what syscall was trapped -apt::sandbox::seccomp::allow "<LIST>"; -apt::sandbox::seccomp::trap "<LIST>"; apt::color::highlight "<STRING>"; apt::color::neutral "<STRING>"; |