summaryrefslogtreecommitdiff
path: root/methods/aptmethod.h
AgeCommit message (Expand)AuthorFilesLines
2018-12-04Add support for /etc/apt/auth.conf.d/*.conf (netrcparts)Julian Andres Klode1-11/+36
2018-04-06Allow restart_syscall() syscall in seccomp sandboxesJulian Andres Klode1-0/+1
2018-04-06Turn off seccomp sandboxing by defaultJulian Andres Klode1-1/+1
2018-01-03reimplement and simplify mirror:// methodDavid Kalnischkies1-0/+10
2017-12-13report transient errors as transient errorsDavid Kalnischkies1-0/+7
2017-11-12Do not attempt seccomp under qemu-user and drop EFAULT workaroundJulian Andres Klode1-1/+37
2017-10-27seccomp: Allow clock_nanosleep() and nanosleep() syscallsJulian Andres Klode1-0/+2
2017-10-26seccomp: Allow ipc() for fakeroot, and allow sysinfo() for sortJulian Andres Klode1-0/+2
2017-10-26Print syscall number and arch to stderr when trapped by seccompJulian Andres Klode1-0/+33
2017-10-25Only warn about seccomp() EINVAL (normal) and EFAULT (qemu) errorsJulian Andres Klode1-3/+5
2017-10-25methods: Enable additional syscalls (SYSV IPC) in fakerootJulian Andres Klode1-0/+10
2017-10-23seccomp: Conditionalize statx() whitelistingJulian Andres Klode1-0/+2
2017-10-23seccomp: Add missing syscalls for ppc64el, i386, and othersJulian Andres Klode1-0/+11
2017-10-22Sandbox methods with seccomp-BPF; except cdrom, gpgv, rshJulian Andres Klode1-5/+212
2017-07-26allow the auth.conf to be root:root ownedDavid Kalnischkies1-18/+39
2017-07-26reimplement and document auth.confDavid Kalnischkies1-0/+19
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode1-1/+1
2017-07-12methods/aptmethod.h: Add missing fileutl.h includeJulian Andres Klode1-0/+1
2016-08-17methods: read config in most to least specific orderDavid Kalnischkies1-2/+2
2016-08-10implement generic config fallback for methodsDavid Kalnischkies1-5/+67
2016-08-10detect redirection loops in acquire instead of workersDavid Kalnischkies1-1/+2
2016-07-06don't change owner/perms/times through file:// symlinksDavid Kalnischkies1-0/+31
2016-06-02ignore std::locale exeception on non-existent "" localeDavid Kalnischkies1-1/+5
2016-05-28use std::locale::global instead of setlocaleDavid Kalnischkies1-1/+4
2016-03-15apt-pkg/acquire-worker.cc: Introduce 104 Warning messageJulian Andres Klode1-0/+8
2015-11-05allow acquire method specific options via Binary scopeDavid Kalnischkies1-23/+28
2015-11-05drop privileges in copy:// method as we do for file://David Kalnischkies1-0/+37