Blame view

buildroot/buildroot-2016.08.1/package/libcap-ng/Config.in 401 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
  config BR2_PACKAGE_LIBCAP_NG
  	bool "libcap-ng"
  	help
  	  The libcap-ng library is intended to make programming with
  	  posix capabilities much easier than the traditional libcap
  	  library. It includes utilities that can analyse all currently
  	  running applications and print out any capabilities and whether
  	  or not it has an open ended bounding set.
  
  	  http://people.redhat.com/sgrubb/libcap-ng/