Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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