summaryrefslogtreecommitdiffstats
path: root/rules/libsemanage.in
blob: 85f71e6767557b02f118510eeeed2ba0f25d4566 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
## SECTION=staging
## old section:
### 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.

	  STAGING: remove in ptxdist-2020.12.0
	  Old version that need to be updated. Moved to staging with libselinux.

if LIBSEMANAGE

config LIBSEMANAGE_PYTHON
	bool "python wrapper"

endif