diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-03-02 22:47:13 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-09 11:03:54 +0200 |
commit | 7ec49b9af7eef4cb43615e58e7f166fddaae94e6 (patch) | |
tree | 5298619e452d4e054939545134f276381972a740 /package/libcap/Config.in | |
parent | c040b2c0105120bcd71046e346842f9917b4445a (diff) | |
download | buildroot-7ec49b9af7eef4cb43615e58e7f166fddaae94e6.tar.gz buildroot-7ec49b9af7eef4cb43615e58e7f166fddaae94e6.zip |
libcap: new package
Needed as a dependency of cdrkit, which contains genisomage, useful
for generating ISO9660 filesystem images.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libcap/Config.in')
-rw-r--r-- | package/libcap/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/libcap/Config.in b/package/libcap/Config.in new file mode 100644 index 0000000000..f1fc8fa163 --- /dev/null +++ b/package/libcap/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_LIBCAP + bool "libcap" + help + This library implements the user-space interfaces to the + POSIX 1003.1e capabilities available in Linux kernels. These + capabilities are a partitioning of the all powerful root + privilege into a set of distinct privileges. + + http://sites.google.com/site/fullycapable/ + |