1 config BR2_PACKAGE_SMACK
3 depends on !BR2_STATIC_LIBS # dlfcn.h
4 depends on BR2_TOOLCHAIN_HAS_THREADS
5 depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
7 User space programs and libraries for SMACK.
9 SMACK stands for Simplified Mandatory Access Control Kernel.
10 It is a Linux Security Module which provides a Mandatory Access
11 Control mechanism, aimed towards simplicity.
13 This package provides a library which allows applications to work
14 with SMACK and tools to load/unload rules from the kernel, as well
17 SMACK requires the following kernel options to be enabled:
20 - CONFIG_SECURITY_SMACK
21 - CONFIG_SECURITY_NETWORK
23 These options will be automatically enabled by Buildroot if it is
24 responsible for building the kernel. Otherwise, if you are building
25 your kernel outside of Buildroot, make sure these options are
28 To activate SMACK, do not forget to add "security=smack" to your
31 https://github.com/smack-team/smack
33 comment "smack needs a toolchain w/ dynamic library, threads, headers >= 3.0"
34 depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 \
35 || !BR2_TOOLCHAIN_HAS_THREADS