You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{ { "keep_env", no_argument, NULL, 'e' }, "Pass all environment variables to the child process (default: all envvars are cleared)" },
96
-
{ { "env", required_argument, NULL, 'E' }, "Additional environment variable (can be used multiple times)" },
96
+
{ { "env", required_argument, NULL, 'E' }, "Additional environment variable (can be used multiple times). If the envvar doesn't contain '=' (e.g. just the 'DISPLAY' string), the current envvar value will be used" },
97
97
{ { "keep_caps", no_argument, NULL, 0x0501 }, "Don't drop any capabilities" },
98
98
{ { "cap", required_argument, NULL, 0x0509 }, "Retain this capability, e.g. CAP_PTRACE (can be specified multiple times)" },
Copy file name to clipboardExpand all lines: nsjail.1
+1-1
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ Log fatal messages only
92
92
Pass all environment variables be passed process (default: all envvars are cleared)
93
93
.TP
94
94
\fB\-\-env\fR|\fB\-E\fR VALUE
95
-
Additional environment variable (can be used multiple times)
95
+
Additional environment variable (can be used multiple times). If the envvar doesn't contain '=' (e.g. just the 'DISPLAY' string), the current envvar value will be used
0 commit comments