diff options
Diffstat (limited to 'src/core/execute.h')
-rw-r--r-- | src/core/execute.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/execute.h b/src/core/execute.h index 06b6b3fb2d..b98ef952e1 100644 --- a/src/core/execute.h +++ b/src/core/execute.h @@ -138,6 +138,7 @@ struct ExecContext { char *utmp_id; + bool selinux_context_ignore; char *selinux_context; char **read_write_dirs, **read_only_dirs, **inaccessible_dirs; |