Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k1low/capv
capv is a viewer of Linux capabilitiies.
https://github.com/k1low/capv
linux-capabilities
Last synced: 23 days ago
JSON representation
capv is a viewer of Linux capabilitiies.
- Host: GitHub
- URL: https://github.com/k1low/capv
- Owner: k1LoW
- License: mit
- Created: 2020-06-19T14:23:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T11:21:14.000Z (almost 2 years ago)
- Last Synced: 2024-11-09T12:52:00.644Z (3 months ago)
- Topics: linux-capabilities
- Language: Go
- Homepage:
- Size: 108 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# capv [![Build Status](https://github.com/k1LoW/capv/workflows/build/badge.svg)](https://github.com/k1LoW/capv/actions)
`capv` is a viewer of Linux capabilitiies.
## Notice
You should use [getpcaps](https://man7.org/linux/man-pages/man8/getpcaps.8.html) and [getcap](https://www.man7.org/linux/man-pages/man8/getcap.8.html), if possible.
## Usage
### Show thread capability sets of process
``` console
$ capv -p [PID]
```### Show file capability sets of file
``` console
$ capv -f [PATH]
```### Show thread capability set after the execve(2)
**:construction: WORK IN PROGRESS :construction:**
``` console
$ capv -p [PID] -f [PATH]
```## Required
- Linux kernel > 4.3