summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
blob: 72a0365714d0f66ecfa9da8796579faf9fbb7cdd (plain)
1
2
3
4
5
6
7
option(
	'policy-default',
	type: 'combo',
	choices: [ 'auto', 'allow-all', 'deny-all' ],
	value: 'allow-all',
	description: 'Default policy when no specific policy was set'
)