From fea24b0696eb728d22137a4298603db40dc618a9 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 27 Dec 2022 12:11:30 +0000 Subject: [PATCH] Enable Portage network sandboxing. Enable Portage PID sandboxing. --- portage/make.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/portage/make.conf b/portage/make.conf index 2f1153f..c51b259 100644 --- a/portage/make.conf +++ b/portage/make.conf @@ -3,7 +3,7 @@ # Copyright 2022-2023 Inference # SPDX-License-Identifier: BSD-3-Clause-Clear -# Version: 2.3.1.11 +# Version: 2.4.0.12 # System @@ -25,7 +25,7 @@ GENTOO_MIRRORS="rsync://mirror.bytemark.co.uk/gentoo/ rsync://rsync.mirrorservic ## Emerge EMERGE_DEFAULT_OPTS="--ask --jobs 1 --load-average 5 --verbose" -FEATURES="buildpkg ipc-sandbox sandbox" +FEATURES="buildpkg ipc-sandbox network-sandbox pid-sandbox sandbox" MAKEOPTS="--jobs 4"