pbiernacki / mac_nonet

Disable access to networking for certain group

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mac_nonet

Disable access to networking for certain group

To test, clone the repo and run make && make load in the module directory. The load action require root permissions.

Set gid that shouldn't access the network: sysctl security.mac.nonet.gid=31337 and enable enforcing: sysctl security.mac.nonet.enabled=1. Any call to socket(2) from user in this group will end with EPERM.

You can also select group that can access only AF_UNIX sockets with security.mac.nonet.local_gid.

About

Disable access to networking for certain group

License:BSD 2-Clause "Simplified" License


Languages

Language:C 95.5%Language:Makefile 4.5%