option(
	'policy-default',
	type: 'combo',
	choices: [ 'auto', 'allow-all', 'deny-all' ],
	value: 'allow-all',
	description: 'Default policy when no specific policy was set'
)