diff options
Diffstat (limited to 'src/core/execute.h')
-rw-r--r-- | src/core/execute.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/execute.h b/src/core/execute.h index 631279038d..1ea7e51fd7 100644 --- a/src/core/execute.h +++ b/src/core/execute.h @@ -260,6 +260,9 @@ struct ExecContext { char *log_namespace; + ProtectProc protect_proc; /* hidepid= */ + ProcSubset proc_subset; /* subset= */ + bool private_tmp; bool private_network; bool private_devices; |