ShellGuard | ShellGuard consists of a kernel extension
kandi X-RAY | ShellGuard Summary
kandi X-RAY | ShellGuard Summary
ShellGuard is a Swift library. ShellGuard has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.
ShellGuard consists of a kernel extension and a userspace client that communicate through a PF_SYSTEM socket. The kext uses OS X's TrustedBSD framework to hook the execution system calls and notified of process executions. Based on the policies defined in the SG_config.json file, the ShellGuard allows or denies the execution of the shell. The ShellGuard daemon/client that remains in userspace and runs in privileged mode, which is why I have chosen to write it in Swift, a memory safe language. The daemon parses the ShellGuard policy file (JSON) and passes these rules to the kernel extension.
ShellGuard consists of a kernel extension and a userspace client that communicate through a PF_SYSTEM socket. The kext uses OS X's TrustedBSD framework to hook the execution system calls and notified of process executions. Based on the policies defined in the SG_config.json file, the ShellGuard allows or denies the execution of the shell. The ShellGuard daemon/client that remains in userspace and runs in privileged mode, which is why I have chosen to write it in Swift, a memory safe language. The daemon parses the ShellGuard policy file (JSON) and passes these rules to the kernel extension.
Support
Quality
Security
License
Reuse
Support
ShellGuard has a low active ecosystem.
It has 4 star(s) with 1 fork(s). There are 1 watchers for this library.
It had no major release in the last 6 months.
There are 1 open issues and 5 have been closed. On average issues are closed in 123 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of ShellGuard is current.
Quality
ShellGuard has no bugs reported.
Security
ShellGuard has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
ShellGuard is licensed under the GPL-3.0 License. This license is Strong Copyleft.
Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.
Reuse
ShellGuard releases are not available. You will need to build from source code and install.
Installation instructions are available. Examples and code snippets are not 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 ShellGuard
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ShellGuard
ShellGuard Key Features
No Key Features are available at this moment for ShellGuard.
ShellGuard Examples and Code Snippets
No Code Snippets are available at this moment for ShellGuard.
Community Discussions
No Community Discussions are available at this moment for ShellGuard.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ShellGuard
Because we have not been able yet to obtain a kext signing cert, by default OS X will not allow us to load the ShellGuard kext. We have to enable kext-dev-mode for it to allow unsigned kext loading. This enables kext-dev-mode and also enables symbolic links to ensure that crash logs are somewhat useful.
Go to Terminal.app
Type: sudo nvram boot-args="debug=0x146 kext-dev-mode=1 keepsyms=1"
Restart your Mac
Press CMD + R right after your Mac starts to boot up and shows the Apple logo
Your Mac will reboot into Recovery mode
Go to Utilities in the top menu bar and go to Terminal
Type: csrutil enable --without-kext
Type: reboot
Go to Terminal.app
Type: sudo nvram boot-args="debug=0x146 kext-dev-mode=1 keepsyms=1"
Restart your Mac
Press CMD + R right after your Mac starts to boot up and shows the Apple logo
Your Mac will reboot into Recovery mode
Go to Utilities in the top menu bar and go to Terminal
Type: csrutil enable --without-kext
Type: reboot
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