History log of /openbsd/regress/sys/kern/pledge/sockopt/Makefile (Results 1 – 6 of 6)
Revision Date Author Comments
# a98f6ca8 21-Jan-2021 bluhm <bluhm@openbsd.org>

Pledge violation for SO_RTABLE prints "wroute" now. Adapt test.


# 4f2e9bfb 01-Apr-2020 claudio <claudio@openbsd.org>

Add ulimit -c unlimited to the commands that plan to produce a coredump.
This way the regress tests work also in the case where the invoking shell
has ulimit -c 0.


# d3c7ff2f 20-Nov-2017 bluhm <bluhm@openbsd.org>

Now pledge("inet") allows socket option IPV6_V6ONLY. Adapt test.


# d3916429 12-Apr-2017 bluhm <bluhm@openbsd.org>

Add comment how the test works.


# 6a31a440 28-Mar-2017 bluhm <bluhm@openbsd.org>

Make the test also work with obj directory.
from semarie@


# 14d8cbe2 28-Mar-2017 bluhm <bluhm@openbsd.org>

Call get/setsockopt(2) with various sockets and check which options
cause aborts due to pledge(2) restrictions.