Fix for file injection is broken on centos computes with Cirros images LP #1587960
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libselinux / Config.in
1 config BR2_PACKAGE_LIBSELINUX
2         bool "libselinux"
3         select BR2_PACKAGE_LIBSEPOL
4         select BR2_PACKAGE_PCRE
5         depends on BR2_TOOLCHAIN_HAS_THREADS
6         depends on !BR2_STATIC_LIBS
7         help
8           libselinux is the runtime SELinux library that provides
9           interfaces (e.g. library functions for the SELinux kernel
10           APIs like getcon(), other support functions like
11           getseuserbyname()) to SELinux-aware applications. libselinux
12           may use the shared libsepol to manipulate the binary policy
13           if necessary (e.g. to downgrade the policy format to an
14           older version supported by the kernel) when loading policy.
15
16           http://selinuxproject.org/page/Main_Page
17
18 comment "libselinux needs a toolchain w/ threads, dynamic library"
19         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS