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

menuconfig LIBSEMANAGE
	tristate
	prompt "libsemanage                   "
	select BZIP2
	select BZIP2_LIBBZ2
	select LIBSEPOL
	select LIBSELINUX
	select USTR
	select PYTHON		if LIBSEMANAGE_PYTHON
	select HOST_SWIG	if LIBSEMANAGE_PYTHON
	help
	  This package provides the shared libraries for SELinux policy management.
	  It uses libsepol for binary policy manipulation and libselinux for
	  interacting with the SELinux system.

if LIBSEMANAGE

config LIBSEMANAGE_PYTHON
	bool "python wrapper"

endif