guarddog | An utility that can restrict a program with seccomp-bpf
kandi X-RAY | guarddog Summary
kandi X-RAY | guarddog Summary
guarddog is a Go library. guarddog has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.
Guarddog is an utility in Go that executes a program while restricting a set of system calls it is allowed to make. Guarddog is also able to chroot(2) into a given directory and change user and group ids before running the program. This is done so that you don't have to put chroot program into the sandbox. Guarddog uses seccomp(2) with SECCOMP_SET_MODE_FILTER option to put a restriction so the kernel must support it. On attempt to make a call not specified in a list of allowed calls the kernel sends a SIGKILL signal that terminates the program.
Guarddog is an utility in Go that executes a program while restricting a set of system calls it is allowed to make. Guarddog is also able to chroot(2) into a given directory and change user and group ids before running the program. This is done so that you don't have to put chroot program into the sandbox. Guarddog uses seccomp(2) with SECCOMP_SET_MODE_FILTER option to put a restriction so the kernel must support it. On attempt to make a call not specified in a list of allowed calls the kernel sends a SIGKILL signal that terminates the program.
Support
Quality
Security
License
Reuse
Support
guarddog has a low active ecosystem.
It has 2 star(s) with 0 fork(s). There are 1 watchers for this library.
It had no major release in the last 6 months.
guarddog has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of guarddog is current.
Quality
guarddog has 0 bugs and 0 code smells.
Security
guarddog has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
guarddog code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
guarddog does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
guarddog releases are not available. You will need to build from source code and install.
Installation instructions, 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 guarddog
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of guarddog
guarddog Key Features
No Key Features are available at this moment for guarddog.
guarddog Examples and Code Snippets
No Code Snippets are available at this moment for guarddog.
Community Discussions
No Community Discussions are available at this moment for guarddog.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install guarddog
You will need to install:. This program uses libseccomp so you need to install it beforehands. On Debian or Ubuntu this can be done by running ./scripts/install.sh.
golang (tested with go1.3.3 linux/386, can be checked with go version)
gcc (tested with 4.9.2, can be checked with gcc --version)
pkg-config (tested with 0.28, can be checked with pkg-config --version)
libseccomp-dev (tested with 2.1.1)
strace (tested with 4.9, can be checked with strace -V)
gdb (optional, if you want to view stack traces from core dumps)
golang (tested with go1.3.3 linux/386, can be checked with go version)
gcc (tested with 4.9.2, can be checked with gcc --version)
pkg-config (tested with 0.28, can be checked with pkg-config --version)
libseccomp-dev (tested with 2.1.1)
strace (tested with 4.9, can be checked with strace -V)
gdb (optional, if you want to view stack traces from core dumps)
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
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