From ac45f971a12280de55b834a65237f72dcacfc099 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 19 Feb 2014 02:15:24 +0100 Subject: core: add Personality= option for units to set the personality for spawned processes --- src/core/execute.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/execute.h') 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; -- cgit v1.2.3-54-g00ecf