From 57183d117a1d6a96d71ce99d648beb0d2b36228d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 13 Feb 2014 00:24:00 +0100 Subject: core: add SystemCallArchitectures= unit setting to allow disabling of non-native architecture support for system calls Also, turn system call filter bus properties into complex types instead of concatenated strings. --- src/core/execute.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/execute.h') diff --git a/src/core/execute.h b/src/core/execute.h index baf430a047..06b6b3fb2d 100644 --- a/src/core/execute.h +++ b/src/core/execute.h @@ -168,6 +168,7 @@ struct ExecContext { bool same_pgrp; Set *syscall_filter; + Set *syscall_archs; int syscall_errno; bool syscall_whitelist:1; -- cgit v1.2.3-54-g00ecf