captrace | Lists capabilities used by processes on your system
kandi X-RAY | captrace Summary
kandi X-RAY | captrace Summary
captrace is a C library. captrace has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
Lists capabilities used by processes at runtime, as they are requested, to assist in the task of creating custom hardened profiles for containers and sandboxes. Tracing using kprobes heavily inspired by capable.
Lists capabilities used by processes at runtime, as they are requested, to assist in the task of creating custom hardened profiles for containers and sandboxes. Tracing using kprobes heavily inspired by capable.
Support
Quality
Security
License
Reuse
Support
captrace has a low active ecosystem.
It has 7 star(s) with 0 fork(s). There are 4 watchers for this library.
It had no major release in the last 12 months.
There are 0 open issues and 2 have been closed. On average issues are closed in 120 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of captrace is v1.0
Quality
captrace has no bugs reported.
Security
captrace has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
captrace is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
captrace releases are available to install and integrate.
Installation instructions are not available. Examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of captrace
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of captrace
captrace Key Features
No Key Features are available at this moment for captrace.
captrace Examples and Code Snippets
Copy
sudo ./captrace
669161.938696 1244 /usr/libexec/Xorg CAP_IPC_OWNER
669165.918900 1244 /usr/libexec/Xorg CAP_IPC_OWNER
669166.394339 1003 /usr/sbin/dmeventd CAP_SYS_ADMIN
[...]
sudo ./captrace ping 127.0.0.1
675412.284225 4629
Copy
# ./captrace | grep myservice &
# docker run -d myservice:latest
672484.966569 1086 /bin/myservice CAP_CHOWN
672484.968063 1086 /bin/myservice CAP_NET_BIND_SERVICE
672484.968623 1139 /bin/myservice CAP_SETGID
672484.968829
Copy
git clone https://github.com/mtth-bfft/captrace
cd captrace
make # or make static
sudo ./captrace.sh
669161.938696 Xorg-1244 cap=0xf userns=0xffffffff9a244660 audit=0x1
669165.918900 Xorg-1244 cap=0xf userns=0xffffffff9a244660
Community Discussions
No Community Discussions are available at this moment for captrace.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install captrace
You can download it from GitHub.
Support
If you find this tool useful, let me know which features you'd like to see in it. If you find bugs, please open an issue.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page