The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libcap / Config.in
1 config BR2_PACKAGE_LIBCAP
2         bool "libcap"
3         depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # XATTR_NAME_CAPS
4         help
5           This library implements the user-space interfaces to the
6           POSIX 1003.1e capabilities available in Linux kernels. These
7           capabilities are a partitioning of the all powerful root
8           privilege into a set of distinct privileges.
9
10           http://sites.google.com/site/fullycapable/
11
12 if BR2_PACKAGE_LIBCAP
13
14 config BR2_PACKAGE_LIBCAP_TOOLS
15         bool "install tools"
16         depends on BR2_USE_MMU
17         help
18           Install setcap, getcap, getpcaps and capsh tools.
19
20           For these tools to run properly, you should enable, in your
21           kernel configuration, extended file attributes/security labels
22           support for the file system type used on target system (e.g.
23           CONFIG_EXT2_FS_XATTR and CONFIG_EXT2_FS_SECURITY for ext2).
24
25 endif
26
27 comment "libcap needs a toolchain w/ headers >= 3.0"
28         depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0