Enable Portage strict mode to have Portage react strongly to potentially dangerous conditions.

This commit is contained in:
inference 2022-12-29 03:31:13 +00:00
parent a084999f41
commit 62088add47

View File

@ -3,7 +3,7 @@
# Copyright 2022-2023 Inference
# SPDX-License-Identifier: BSD-3-Clause-Clear
# Version: 2.9.0.17
# Version: 2.10.0.18
# System
@ -28,7 +28,7 @@ BINPKG_COMPRESS="zstd"
BINPKG_COMPRESS_FLAGS="-7"
CLEAN_DELAY="10"
EMERGE_DEFAULT_OPTS="--ask --jobs 1 --load-average 5 --verbose"
FEATURES="buildpkg ipc-sandbox merge-sync metadata-transfer network-sandbox pid-sandbox sandbox"
FEATURES="buildpkg ipc-sandbox merge-sync metadata-transfer network-sandbox pid-sandbox sandbox strict"
MAKEOPTS="--jobs 4"