#
7a7077c0 |
| 03-Jun-2024 |
anton <anton@openbsd.org> |
Pledge violation messages are no longer accessible through dmesg since the switch to uprintf. Attach a pseudo terminal in pledge regress in order to observe the syscall number that caused the pledge
Pledge violation messages are no longer accessible through dmesg since the switch to uprintf. Attach a pseudo terminal in pledge regress in order to observe the syscall number that caused the pledge violation, shrug.
show more ...
|
#
9d895d27 |
| 26-Apr-2024 |
jsg <jsg@openbsd.org> |
fix signal test; ok tb@
|
#
2172cb15 |
| 15-Dec-2017 |
bluhm <bluhm@openbsd.org> |
The pledge(2) regress tests fail since the second parameter has been converted from paths to execpromises. Remove the test fragments for the non-existing paths feature. OK semarie@ florian@
|
#
0335c113 |
| 12-Oct-2017 |
bluhm <bluhm@openbsd.org> |
Use a regex(3) to find the new pledge violation string in the dmesg.
|
#
ecbf7dd8 |
| 19-Feb-2017 |
tb <tb@openbsd.org> |
Clean up regress/sys/kern/pledge/generic tests: many tests failed because wlpaths is disabled in GENERIC kernels: remove or disable failing test cases. Also remove the test_mmap() function testing th
Clean up regress/sys/kern/pledge/generic tests: many tests failed because wlpaths is disabled in GENERIC kernels: remove or disable failing test cases. Also remove the test_mmap() function testing the prot_exec promise since it would need to be run on a wxallowed partition.
from semarie
show more ...
|
#
252d375f |
| 23-Oct-2015 |
mmcc <mmcc@openbsd.org> |
Cast isdigit() argument to unsigned char.
|
#
06ff9290 |
| 18-Oct-2015 |
semarie <semarie@openbsd.org> |
regress pledge: tweak a bit the manner to grab hte syscall number
permit debug string be present on the line
|
#
4586e8ff |
| 09-Oct-2015 |
semarie <semarie@openbsd.org> |
add "tty" regress for pledge
|
#
70bd4cc8 |
| 09-Oct-2015 |
semarie <semarie@openbsd.org> |
follow tame->pledge in regress
|