diff options
author | hbrueckner <hbrueckner@users.noreply.github.com> | 2016-10-05 13:58:55 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-10-05 13:58:55 +0200 |
commit | 6abfd30372f9440c3dc3cf2fcf6d3eee85037ccb (patch) | |
tree | 8d7594b38de5aa539bc7bdb248d207971ec3134c /man/systemd.exec.xml | |
parent | 41eb436265684080c601bff392ba6da1789639a2 (diff) |
seccomp: add support for the s390 architecture (#4287)
Add seccomp support for the s390 architecture (31-bit and 64-bit)
to systemd.
This requires libseccomp >= 2.3.1.
Diffstat (limited to 'man/systemd.exec.xml')
-rw-r--r-- | man/systemd.exec.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 2054267b90..5e6787338d 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -1334,7 +1334,8 @@ identifiers to include in the system call filter. The known architecture identifiers are <constant>x86</constant>, <constant>x86-64</constant>, <constant>x32</constant>, - <constant>arm</constant> as well as the special identifier + <constant>arm</constant>, <constant>s390</constant>, + <constant>s390x</constant> as well as the special identifier <constant>native</constant>. Only system calls of the specified architectures will be permitted to processes of this unit. This is an effective way to disable compatibility with |