2013-09-11 23:59:21 +02:00
|
|
|
config BR2_PACKAGE_LIBSEPOL
|
|
|
|
bool "libsepol"
|
2017-11-03 14:33:06 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # pthread
|
2013-09-11 23:59:21 +02:00
|
|
|
help
|
|
|
|
Libsepol is the binary policy manipulation library. It doesn't
|
|
|
|
depend upon or use any of the other SELinux components.
|
|
|
|
|
|
|
|
http://selinuxproject.org/page/Main_Page
|
2017-11-03 14:33:06 +01:00
|
|
|
|
|
|
|
comment "libsepol needs a toolchain w/ threads"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|