summarylogtreecommitdiffstats
path: root/modulejail-aur.conf
blob: 5fa9b81222c71cf7109715fb9deead58a1ade462 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# /etc/modulejail/modulejail-aur.conf
# Configuration for modulejail-git AUR package
#
# WARNING: This file is sourced as a shell script by the package's
# post_upgrade hook.

# Auto-regenerate blacklist on package upgrade
# Set to "true" to automatically run modulejail after upgrading the package
AUTO_UPDATE=false

# Arguments passed to modulejail when AUTO_UPDATE=true
# Simple space-separated string — will be passed to modulejail via eval
# Examples:
#   ARGS="-p conservative -f"
#   ARGS="-p desktop -f"
#   ARGS="-p minimal"
ARGS="-p conservative -f"