diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-03-05 04:41:01 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-03-05 04:41:01 +0100 |
commit | 760b9d7cbaa72cc7446ad915f84d4939c11a360c (patch) | |
tree | dd9299f52fe360afdc1640b227fab37008660ef3 /src/core/execute.h | |
parent | e567439ec6a63f07258d52fe383a538f5dbeb79b (diff) |
core: don't override NoNewPriviliges= from SystemCallFilter= if it is already explicitly set
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 a333657328..9fcea121fa 100644 --- a/src/core/execute.h +++ b/src/core/execute.h @@ -185,6 +185,7 @@ struct ExecContext { bool nice_set:1; bool ioprio_set:1; bool cpu_sched_set:1; + bool no_new_privileges_set:1; }; #include "cgroup.h" |