xref: /OK3568_Linux_fs/buildroot/package/libcap/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBCAP
2*4882a593Smuzhiyun	bool "libcap"
3*4882a593Smuzhiyun	depends on BR2_USE_MMU # fork()
4*4882a593Smuzhiyun	help
5*4882a593Smuzhiyun	  This library implements the user-space interfaces to the
6*4882a593Smuzhiyun	  POSIX 1003.1e capabilities available in Linux kernels. These
7*4882a593Smuzhiyun	  capabilities are a partitioning of the all powerful root
8*4882a593Smuzhiyun	  privilege into a set of distinct privileges.
9*4882a593Smuzhiyun
10*4882a593Smuzhiyun	  https://sites.google.com/site/fullycapable/
11*4882a593Smuzhiyun
12*4882a593Smuzhiyunif BR2_PACKAGE_LIBCAP
13*4882a593Smuzhiyun
14*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBCAP_TOOLS
15*4882a593Smuzhiyun	bool "install tools"
16*4882a593Smuzhiyun	help
17*4882a593Smuzhiyun	  Install setcap, getcap, getpcaps and capsh tools.
18*4882a593Smuzhiyun
19*4882a593Smuzhiyun	  For these tools to run properly, you should enable, in your
20*4882a593Smuzhiyun	  kernel configuration, extended file attributes/security labels
21*4882a593Smuzhiyun	  support for the file system type used on target system (e.g.
22*4882a593Smuzhiyun	  CONFIG_EXT2_FS_XATTR and CONFIG_EXT2_FS_SECURITY for ext2).
23*4882a593Smuzhiyun
24*4882a593Smuzhiyunendif
25