1 مستودع
Mechanisms to prevent the creation of local communication sockets at the operating system level.
Distinct from Unix Socket Listeners: Candidates focus on socket listeners or forwarding, not the active blocking/prevention of socket creation.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Socket Blocking. Refine with filters or upvote what's useful.
This project is an OS-level process sandbox and cross-platform security wrapper for Linux and macOS. It is designed to isolate arbitrary processes from the host machine by restricting filesystem and network access without the use of full containerization. The system functions as a system-call interceptor and access controller, blocking unauthorized operating system calls based on predefined security policies. It employs allowlists and denylists to manage resource requests and monitors for security violations in real time. Capability areas include filesystem access management using glob-patte
Prevents the creation of local Unix sockets using system-level filters.