From 887e331abb6ac0a850e5d53de55f43c9ebdee5a2 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Thu, 25 Jan 2018 17:14:49 +0100 Subject: =?UTF-8?q?add=20apt-helper=20drop-privs=20command=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/examples/configure-index | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 9088bd844..b5a0b5657 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -533,7 +533,6 @@ Debug pkgAcqArchive::NoQueue ""; Hashes ""; APT::FtpArchive::Clean ""; - NoDropPrivs ""; EDSP::WriteSolution ""; InstallProgress::Fancy ""; APT::Progress::PackageManagerFd ""; @@ -596,6 +595,25 @@ APT::FTPArchive::release Version ""; }; +Debug::NoDropPrivs ""; +APT::Sandbox +{ + User ""; + ResetEnvironment ""; + Verify "" + { + Groups ""; + IDs ""; + Regain ""; + }; + seccomp "" + { + print ""; // print what syscall was trapped + allow ""; + trap ""; + }; +}; + // having both seems wrong dpkgpm::progress ""; dpkg::progress ""; @@ -638,11 +656,6 @@ apt::solver ""; apt::planner ""; apt::system ""; apt::acquire::translation ""; // deprecated in favor of Acquire::Languages -apt::sandbox::user ""; -apt::sandbox::seccomp ""; -apt::sandbox::seccomp::print ""; // print what syscall was trapped -apt::sandbox::seccomp::allow ""; -apt::sandbox::seccomp::trap ""; apt::color::highlight ""; apt::color::neutral ""; -- cgit v1.2.3