summaryrefslogtreecommitdiffstats
path: root/rules/core-selinux.in
blob: 2a5cb87ef63967f52daf785a8963123cfab9d248 (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 BROKEN
	prompt "SELinux support"
	help
	  This will enable SELinux for all packages with optional
	  SELinux support.