mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 14:17:06 -04:00
11 lines
149 B
Text
11 lines
149 B
Text
|
|
$FreeBSD$
|
||
|
|
|
||
|
|
To verify that redzone(9) works properly:
|
||
|
|
|
||
|
|
# make
|
||
|
|
# make install
|
||
|
|
# kldload redzone
|
||
|
|
# sh test.sh
|
||
|
|
|
||
|
|
And look at the logs/console output.
|