glacier/etc/glacier.ini
2025-07-06 22:09:18 -04:00

47 lines
1.4 KiB
INI

#
# glacier.ini
# The settings defined in this file will be loaded when Glacier is executed.
# For more information, see https://www.everestlinux.org/docs/intro-to-glacier
#
# Services
# Whether Glacier will allow external service files to be called
# Services may pose a security risk to your system. Only use services you trust.
# Default: false
[services]
enabled=false
# Permitted software licenses
# When installing a package, Glacier will check its license. If said license is listed
# here, it will proceed with the installation. Otherwise, it'll return an error.
# Some common license names with their designation codes are:
# * GNU General Public License (GPL)
# * MIT License (MIT)
# * BSD License (BSD)
# * Apache License (APACHE)
# * All proprietary licenses (NONFREE)
# Packages may use custon licenses. In this case, Glacier will ask permission
# before adding it to this list.
# Default configuration
[licenses]
allowed={"GPL", "MIT", "BSD", "APACHE"}
# Including non-free software
# [licenses]
# allowed={"GPL", "MIT", "BSD", "APACHE"}
# Package integrity checking
# Whether Glacier will check a package's expected checksum versus its actual checksum.
# It is STRONGLY recommended to keep this setting ON
# Default: true
[integrity-check]
enabled=true
# Verbose logging
# Glacier will output more verbosely if this setting is enabled.
# This setting may assist with debugging.
# Default: false
[verbose]
enabled=false