chiark / gitweb /
core: add SystemCallArchitectures= unit setting to allow disabling of non-native
[elogind.git] / src / core / execute.h
index baf430a047e6b1ba76e9347b1a59020dd0d6a71b..06b6b3fb2da8895b1d2b31360f06b1bd876008b5 100644 (file)
@@ -168,6 +168,7 @@ struct ExecContext {
         bool same_pgrp;
 
         Set *syscall_filter;
+        Set *syscall_archs;
         int syscall_errno;
         bool syscall_whitelist:1;