Enable Portage network sandboxing. Enable Portage PID sandboxing.

This commit is contained in:
inference 2022-12-27 12:11:30 +00:00
parent 9a848d9c2d
commit fea24b0696

View File

@ -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"