Releases: krisnova/xpid
Releases · krisnova/xpid
JSON Tags
BPF Meta Detail
This release adds more detail to the BPF output for programs
Duffie Release
Now working with Cilium maps for Duffie!
xpid -b -c -p
v1.2.1 Performanc Release
Now supporting -p
that will enable a more performant scan.
Xpid will now search only pids it finds in procfs when -p
is passed at runtime.
v1.2.0 Make purge/all
Adding a purge and all target to the Makefile - will now purge the system before install - useful to get xpid into common package managers
v1.1.1 Table formatting and namespaces
Fixing output :) Superficial release as it just changes the help and bumps the version number
v1.1.0 Table formatting and namespaces
The first breaking change!
- Table formatting
- Namespaces
- Refactor API into the
api
package for ALL modules
v1.0.6 - Container permissions
Adding support for containers require uid=0
- Containers permission denied on
xpid -c
without uid=0
Fixing install target
Another makefile improvement
Seperate makefile builds (libxpid from xpid)
Remove libxpid and libxpid-install from default compile target