opnsense-ports/devel/delve/pkg-message
Franco Fichtner 5413c08ad3 */*: sync with upstream
Taken from: HardenedBSD
2020-05-26 02:23:26 +02:00

15 lines
346 B
Text

[
{ type: install
message: <<EOM
Please execute the following commands to prep this system to run delve:
echo "# required for delve" >>/etc/sysctl.conf.local
echo "security.bsd.unprivileged_proc_debug=1" >>/etc/sysctl.conf.local
Then, either reboot or run the following commands to implement the above
changes:
service sysctl reload
EOM
}
]