netcap
Utilities for analysing and setting file capabilities
Install
- All systems
-
curl cmd.cat/netcap.sh
- Debian
-
apt-get install libcap-ng-utils
- Ubuntu
-
apt-get install libcap-ng-utils
- Alpine
-
apk add libcap-ng
- Arch Linux
-
pacman -S libcap-ng
- Kali Linux
-
apt-get install libcap-ng-utils
- CentOS
-
yum install libcap-ng-utils
- Fedora
-
dnf install libcap-ng-utils
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libcap-ng-utils
- Raspbian
-
apt-get install libcap-ng-utils
- Dockerfile
- dockerfile.run/netcap
- Docker
-
docker run cmd.cat/netcap netcap
powered by Commando
libcap-ng-utils
Utilities for analysing and setting file capabilities
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. The libcap-ng library is intended to make programming with POSIX capabilities much easier than the traditional libcap library. This package contains utilities for analysing and setting file capabilities.