From 3558a9949fe9924d027b267152125b33e25085c8 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Sun, 7 Jul 2019 09:37:25 +0000 Subject: [PATCH] Enable APT seccomp sandboxing. Thanks to @torjunkie for the suggestion! https://forums.whonix.org/t/apt-seccomp-bpf-sandboxing/7702 --- etc/apt/apt.conf.d/40sandbox | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 etc/apt/apt.conf.d/40sandbox diff --git a/etc/apt/apt.conf.d/40sandbox b/etc/apt/apt.conf.d/40sandbox new file mode 100644 index 0000000..e79194f --- /dev/null +++ b/etc/apt/apt.conf.d/40sandbox @@ -0,0 +1,5 @@ +## Copyright (C) 2019 - 2019 ENCRYPTED SUPPORT LP +## See the file COPYING for copying conditions. + +## https://forums.whonix.org/t/apt-seccomp-bpf-sandboxing/7702 +APT::Sandbox::Seccomp "true";