2014-12-16 04:53:55 +01:00
|
|
|
config BR2_PACKAGE_LIBSEMANAGE
|
|
|
|
bool "libsemanage"
|
|
|
|
select BR2_PACKAGE_LIBSELINUX
|
|
|
|
select BR2_PACKAGE_USTR
|
|
|
|
select BR2_PACKAGE_BZIP2
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2015-01-02 21:08:41 +01:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2014-12-16 04:53:55 +01:00
|
|
|
help
|
|
|
|
libsemanage is the policy management library. It uses
|
|
|
|
libsepol for binary policy manipulation and libselinux for
|
|
|
|
interacting with the SELinux system. It also exec's helper
|
|
|
|
programs for loading policy and for checking whether the
|
|
|
|
file_contexts configuration is valid (load_policy and
|
|
|
|
setfiles from policycoreutils) presently, although this may
|
|
|
|
change at least for the bootstrapping case (for rpm).
|
|
|
|
|
|
|
|
http://selinuxproject.org/page/Main_Page
|
|
|
|
|
|
|
|
if BR2_PACKAGE_LIBSEMANAGE
|
|
|
|
|
|
|
|
config BR2_PACKAGE_LIBSEMANAGE_PYTHON_BINDINGS
|
2015-01-01 22:27:13 +01:00
|
|
|
depends on BR2_PACKAGE_PYTHON
|
2014-12-16 04:53:55 +01:00
|
|
|
bool "python bindings"
|
|
|
|
help
|
2015-01-01 22:27:13 +01:00
|
|
|
Enable building python bindings
|
2014-12-16 04:53:55 +01:00
|
|
|
|
|
|
|
endif
|
2015-01-01 22:27:13 +01:00
|
|
|
|
2015-03-30 23:07:30 +02:00
|
|
|
comment "libsemanage needs a toolchain w/ threads, dynamic library"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|