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