pbiernacki / mac_rtprio

Simple MAC Framework policy to manage access for setting realtime priorities by selected GID.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mac_rtprio

Simple MAC Framework policy to manage access for setting realtime priorities by selected GID.

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

Set GID that should be able to change realtime priorities: sysctl security.mac.rtprio.gid=1001 and enable enforcing: sysctl security.mac.rtprio.enabled=1.

About

Simple MAC Framework policy to manage access for setting realtime priorities by selected GID.

License:BSD 2-Clause "Simplified" License


Languages

Language:C 93.5%Language:Makefile 6.5%