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. | |||
2019-06-06 | Fix the is_so_mark_functional test in Linux containers | Alan Somers | |
It's not sufficient to check for root privileges. In a container, the euid may be root even though the user lacks some capabilities. Replace this test's root check with a check for the CAP_NET_ADMIN capability instead. | |||
2018-12-06 | Add support of TCP_CONGESTION for setsockopt | Fensteer | |
2017-12-20 | Make numeric literals easier to read | Bryant Mairs | |
2017-08-01 | add SockProtocol type for third argument of socket and socketpair | Nicolas Dusart | |
2016-01-29 | Add tests for sockopt (SndBuf, RcvBuf, SndBufForce, RcvBufForce) | Frank Denis | |