Skip to content
Snippets Groups Projects
Commit 02bea2fc authored by Luca Bigliardi's avatar Luca Bigliardi
Browse files

Lock node daemon in memory


Signed-off-by: default avatarLuca Bigliardi <shammash@google.com>
Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
parent 4b6fa0bf
No related branches found
No related tags found
No related merge requests found
......@@ -833,6 +833,8 @@ def ExecNoded(options, _):
"""Main node daemon function, executed with the PID file held.
"""
utils.Mlockall()
# Read SSL certificate
if options.ssl:
ssl_params = http.HttpSslParams(ssl_key_path=options.ssl_key,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment