xref: /OK3568_Linux_fs/buildroot/package/libcap/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBCAP
2	bool "libcap"
3	depends on BR2_USE_MMU # fork()
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	  https://sites.google.com/site/fullycapable/
11
12if BR2_PACKAGE_LIBCAP
13
14config BR2_PACKAGE_LIBCAP_TOOLS
15	bool "install tools"
16	help
17	  Install setcap, getcap, getpcaps and capsh tools.
18
19	  For these tools to run properly, you should enable, in your
20	  kernel configuration, extended file attributes/security labels
21	  support for the file system type used on target system (e.g.
22	  CONFIG_EXT2_FS_XATTR and CONFIG_EXT2_FS_SECURITY for ext2).
23
24endif
25