summaryrefslogtreecommitdiffstats
path: root/rules/libselinux.in
blob: c5c67d6163819bf9d883423ef76dfeb5ce9ecb1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## SECTION=selinux

menuconfig LIBSELINUX
	tristate
	prompt "libselinux                    "
	select LIBPCRE
	select LIBSEPOL
	select PYTHON		if LIBSELINUX_PYTHON
	select HOST_SWIG	if LIBSELINUX_PYTHON
	help
	  libselinux provides an API for SELinux applications to get and set
	  process and file security contexts and to obtain security policy
	  decisions. Required for any applications that use the SELinux
	  API.

if LIBSELINUX

config LIBSELINUX_PYTHON
	bool "python wrapper"

endif