This commit is contained in:
2024-07-21 22:35:38 -04:00
parent b7b31abc0e
commit 455b329c58
17 changed files with 491 additions and 0 deletions

View File

@@ -23,6 +23,11 @@ GLACIER_ALLOW_SERVICES = false;
# If, for any reason, a package uses a custom license, you can simply add it to this list.
GLACIER_ALLOWED_LICENSES = [ "GPL", "MIT", "BSD", "APACHE" ]
# Package integrity checking
# WARNING: It is strongly recommended to keep this enabled.
# This ensures all incoming packages are not tampered with.
GLACIER_DO_INT_CHECK = true;
# Profile-specific settings
# WARNING: The settings below are tied into the system's profile. Changing any of these manually
# will certainly cause breakage.