summaryrefslogtreecommitdiff
path: root/regress/sys/kern/pledge
AgeCommit message (Expand)Author
2021-12-13Kill sys/cdefs.h includes, because overly complicated include+macroTheo de Raadt
2021-12-13remove a couple hundred sys/param.h includes in userland code, andTheo de Raadt
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2021-09-28add missing sudoAnton Lindqvist
2021-01-21Pledge violation for SO_RTABLE prints "wroute" now. Adapt test.Alexander Bluhm
2020-12-16Make test actually fail if something is broken.Alexander Bluhm
2020-04-01Add ulimit -c unlimited to the commands that plan to produce a coredump.Claudio Jeker
2018-04-28bye bye pledgepathBob Beck
2018-04-27Add test for stat behavior to make sure we can stat executable onlyBob Beck
2018-04-27Fix regress that was depengin on pledgepath() being able toBob Beck
2018-04-27test with pledgepath(NULL,NULL) instead of pledge activating thingsBob Beck
2018-04-27Change regress to accomodate no flags escalation once activeBob Beck
2018-04-27remove references to O flags in test messagesBob Beck
2018-04-26tests for clearing out flagsBob Beck
2018-04-26Adjust regress for new rwxc flags instead of O_FLAGSBob Beck
2018-04-26failure for exiting on signalBob Beck
2018-04-26Add regress for .. being disallowed as it currently isBob Beck
2018-04-26test double slash in pathsBob Beck
2018-04-26Moar regressBob Beck
2018-04-26Regress additions and fixes for latestBob Beck
2018-04-25New regress to handle flagsBob Beck
2018-04-24regress changes for later varietiesBob Beck
2018-04-16Add regression test of unlinking and re-creating a pledgepathed fileBob Beck
2018-04-11The pledge flag for file descriptors opened from /dev/fd was alwaysAlexander Bluhm
2018-04-10Check that a file descriptor's plegde flag is correctly propagated.Alexander Bluhm
2018-04-10Add subdir filedescriptor.Alexander Bluhm
2018-04-10Check that a file descriptor's plegde flag is correctly propagated.Alexander Bluhm
2017-12-16hookup execpromiseFlorian Obser
2017-12-16execpromise regressFlorian Obser
2017-12-15The pledge(2) regress tests fail since the second parameter hasAlexander Bluhm
2017-11-30Add regress to ensure that execve bypasses pledgepath checks (for now)Bob Beck
2017-11-28copyrightBob Beck
2017-11-27decriptor relative openat() and chmodBob Beck
2017-11-27readlink and friendsBob Beck
2017-11-27symlink and a couple more...Bob Beck
2017-11-27access and chflagsBob Beck
2017-11-27Add the start of regression tests for upcoming pledgepath stuff.Bob Beck
2017-11-20Now pledge("inet") allows socket option IPV6_V6ONLY. Adapt test.Alexander Bluhm
2017-10-12Use a regex(3) to find the new pledge violation string in the dmesg.Alexander Bluhm
2017-04-12The pledge sigkill test is an outdated copy of sigabrt. Remove theAlexander Bluhm
2017-04-12Add comment how the test works.Alexander Bluhm
2017-03-28Make the test also work with obj directory.Alexander Bluhm
2017-03-28Link pledge sockopt regression tests to build.Alexander Bluhm
2017-03-28Call get/setsockopt(2) with various sockets and check which optionsAlexander Bluhm
2017-03-24correct my email address. thanks fcambus@Sebastian Benoit
2017-02-22Enable semarie's sendrecvfd testsTheo Buehler
2017-02-22Add regress tests for fd passing and pledge. Check sending and receivingTheo Buehler
2017-02-21Remove SUDO=doas in regress Makefile. The test developer must notAlexander Bluhm
2017-02-21Make test_request_tty() also pass in environments without tty by opening aTheo Buehler
2017-02-19re-enable generic pledge testsTheo Buehler