diff options
author | Djalal Harouni <tixxdz@opendz.org> | 2016-11-15 20:45:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-15 20:45:27 +0100 |
commit | afc402b76a4520997a7c831a943be75e3072b301 (patch) | |
tree | 0ebe0b88cb1c755e5cd49cb169b23f494b99a3a8 /src/core/execute.h | |
parent | 22f1f8f24cc845dbb953535e93d69f06aa69712f (diff) | |
parent | 73186d534b1d4a8c217cf102ffd837d8e61a7e42 (diff) |
Merge pull request #4658 from endocode/djalal/sandbox-various-fixes-v1
core: improve the logic that implies no new privileges and documentation fixes
Diffstat (limited to 'src/core/execute.h')
-rw-r--r-- | src/core/execute.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/execute.h b/src/core/execute.h index 56f880cffe..e52640ee91 100644 --- a/src/core/execute.h +++ b/src/core/execute.h @@ -216,7 +216,6 @@ struct ExecContext { bool nice_set:1; bool ioprio_set:1; bool cpu_sched_set:1; - bool no_new_privileges_set:1; }; static inline bool exec_context_restrict_namespaces_set(const ExecContext *c) { |