| a1626faa | 11-Oct-2004 |
Robert Watson <[email protected]> |
Resort unprivileged uid with privileged socket after unprivileged uid with privileged socket in test runs.
If running unprivileged and instructed to use unprivileged sockets, don't try and use raw s
Resort unprivileged uid with privileged socket after unprivileged uid with privileged socket in test runs.
If running unprivileged and instructed to use unprivileged sockets, don't try and use raw sockets.
show more ...
|
| cdeeed7a | 11-Oct-2004 |
Robert Watson <[email protected]> |
A number of improvements to the IP socket option API regression test:
- Consistently use err/errx/warnx throughout, rather than using perror() and exit().
- Teach the tests how to better manage (
A number of improvements to the IP socket option API regression test:
- Consistently use err/errx/warnx throughout, rather than using perror() and exit().
- Teach the tests how to better manage (and therefore test) privilege: in particular, how to create sockes with root credentials but exercise the privileges with non-root credentials, etc.
- Teach the test suite to apply each of the non-IP_HDRINCL options across each of SOCK_DGRAM, SOCK_STREAM, and SOCK_RAW.
show more ...
|