]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/libsemanage/Config.in
lrzsz: install symlinks for XMODEM and YMODEM
[coffee/buildroot.git] / package / libsemanage / Config.in
1 config BR2_PACKAGE_LIBSEMANAGE
2         bool "libsemanage"
3         depends on BR2_PACKAGE_AUDIT_ARCH_SUPPORTS
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         depends on !BR2_STATIC_LIBS
6         # - libselinux needs fts.h (not available in uClibc/musl)
7         # - libsemanage itself needs getpwent_r() not available in musl
8         # - audit is not available on musl
9         depends on BR2_TOOLCHAIN_USES_GLIBC
10         depends on !BR2_arc
11         select BR2_PACKAGE_AUDIT
12         select BR2_PACKAGE_LIBSELINUX
13         select BR2_PACKAGE_USTR
14         select BR2_PACKAGE_BZIP2
15         help
16           libsemanage is the policy management library. It uses
17           libsepol for binary policy manipulation and libselinux for
18           interacting with the SELinux system. It also exec's helper
19           programs for loading policy and for checking whether the
20           file_contexts configuration is valid (load_policy and
21           setfiles from policycoreutils) presently, although this may
22           change at least for the bootstrapping case (for rpm).
23
24           http://selinuxproject.org/page/Main_Page
25
26 comment "libsemanage needs a glibc toolchain w/ threads, dynamic library"
27         depends on !BR2_arc
28         depends on BR2_PACKAGE_AUDIT_ARCH_SUPPORTS
29         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS || \
30                 !BR2_TOOLCHAIN_USES_GLIBC