diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-02-19 02:15:24 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-02-19 03:27:03 +0100 |
commit | ac45f971a12280de55b834a65237f72dcacfc099 (patch) | |
tree | 00b60ba7dcf78849a8615f994f952f02c1371781 /src/core/execute.h | |
parent | 49a356c2580c7c80f9c1e7e897ff7dcf9d9bce4c (diff) |
core: add Personality= option for units to set the personality for spawned processes
Diffstat (limited to 'src/core/execute.h')
-rw-r--r-- | src/core/execute.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/execute.h b/src/core/execute.h index b98ef952e1..5c4c0b4abe 100644 --- a/src/core/execute.h +++ b/src/core/execute.h @@ -168,6 +168,8 @@ struct ExecContext { * don't enter a trigger loop. */ bool same_pgrp; + unsigned long personality; + Set *syscall_filter; Set *syscall_archs; int syscall_errno; |