Skip to content

Commit

Permalink
nsjail.h: missed initialization of keep_env
Browse files Browse the repository at this point in the history
  • Loading branch information
robertswiecki committed Jun 12, 2018
1 parent a263231 commit 72ed4b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmdline.cc
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ std::unique_ptr<nsjconf_t> parseArgs(int argc, char* argv[]) {
nsjconf->daemonize = false;
nsjconf->tlimit = 0;
nsjconf->max_cpus = 0;
nsjconf->keep_env = false;
nsjconf->keep_caps = false;
nsjconf->disable_no_new_privs = false;
nsjconf->rl_as = 512 * (1024 * 1024);
Expand Down

0 comments on commit 72ed4b5

Please sign in to comment.