diff options
author | 2016-10-05 13:58:55 +0200 | |
---|---|---|
committer | 2016-10-05 13:58:55 +0200 | |
commit | 6abfd30372f9440c3dc3cf2fcf6d3eee85037ccb (patch) | |
tree | 8d7594b38de5aa539bc7bdb248d207971ec3134c /README | |
parent | nspawn: add log message to let users know that nspawn needs an empty /dev dir... (diff) | |
download | systemd-6abfd30372f9440c3dc3cf2fcf6d3eee85037ccb.tar.gz systemd-6abfd30372f9440c3dc3cf2fcf6d3eee85037ccb.tar.bz2 systemd-6abfd30372f9440c3dc3cf2fcf6d3eee85037ccb.zip |
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 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -120,7 +120,7 @@ REQUIREMENTS: libcap libmount >= 2.27.1 (from util-linux) (util-linux *must* be built with --enable-libmount-force-mountinfo) - libseccomp >= 1.0.0 (optional) + libseccomp >= 2.3.1 (optional) libblkid >= 2.24 (from util-linux) (optional) libkmod >= 15 (optional) PAM >= 1.1.2 (optional) |