130fd82408d4a6dfccbdbfa91dd7bd90eed8faf6
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libsemanage / Config.in
1 config BR2_PACKAGE_LIBSEMANAGE
2         bool "libsemanage"
3         select BR2_PACKAGE_LIBSELINUX
4         select BR2_PACKAGE_USTR
5         select BR2_PACKAGE_BZIP2
6         depends on BR2_TOOLCHAIN_HAS_THREADS
7         depends on !BR2_STATIC_LIBS
8         help
9           libsemanage is the policy management library. It uses
10           libsepol for binary policy manipulation and libselinux for
11           interacting with the SELinux system. It also exec's helper
12           programs for loading policy and for checking whether the
13           file_contexts configuration is valid (load_policy and
14           setfiles from policycoreutils) presently, although this may
15           change at least for the bootstrapping case (for rpm).
16
17           http://selinuxproject.org/page/Main_Page
18
19 if BR2_PACKAGE_LIBSEMANAGE
20
21 config BR2_PACKAGE_LIBSEMANAGE_PYTHON_BINDINGS
22         depends on BR2_PACKAGE_PYTHON
23         bool "python bindings"
24         help
25           Enable building python bindings
26
27 endif
28
29 comment "libsemanage needs a toolchain w/ threads, dynamic library"
30         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS