mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
Disable core dumps
--HG-- extra : convert_revision : ba8ebf724630561c6b9285247be7574a33853a17
This commit is contained in:
@@ -47,6 +47,8 @@ int main(int argc, char ** argv) {
|
||||
_dropbear_exit = cli_dropbear_exit;
|
||||
_dropbear_log = cli_dropbear_log;
|
||||
|
||||
disallow_core();
|
||||
|
||||
cli_getopts(argc, argv);
|
||||
|
||||
TRACE(("user='%s' host='%s' port='%s'", cli_opts.username,
|
||||
|
||||
Reference in New Issue
Block a user