summaryrefslogtreecommitdiffstats
path: root/rules/core-selinux.in
blob: 0e76d42224d71d04a8093f05a2db537cab5b665d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## SECTION=core

config GLOBAL_SELINUX
	bool
	select BUSYBOX_SELINUX			if BUSYBOX
	select BUSYBOX_BUILD_LIBBUSYBOX		if BUSYBOX
	select BUSYBOX_FEATURE_INDIVIDUAL	if BUSYBOX
	depends on STAGING
	prompt "SELinux support"
	help
	  This will enable SELinux for all packages with optional
	  SELinux support.