Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-06 | Fix kmod tests on in Linux containers | Alan Somers | |
It's not sufficient to check for root privileges, because a containerized process may have root's euid but still lack important capabilities. Fix these tests by checking for the CAP_SYS_MOD capability. | |||
2018-09-05 | Add wrapper for linux kernel module loading | Pascal Bach | |
- init_module and finit_module to load kernel modules - delete_module to unload kernel modules Signed-off-by: Pascal Bach <pascal.bach@nextrem.ch> |