Skip to content

Commit

Permalink
README: add info about required libseccomp version
Browse files Browse the repository at this point in the history
Support for SCMP_FLTATR_CTL_TSYNC (required by qemu) in theory is in
2.2.0, but it is not enabled there yet. Requires libseccomp >= 2.3.0 to
actually have this flag functional.
See seccomp/libseccomp#20

(cherry picked from commit e762ebb)
  • Loading branch information
marmarek committed Apr 7, 2019
1 parent 1af6e9c commit e6fab55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Building
- automake
- edk2-tools
- libtool
- libseccomp-devel
- libseccomp-devel >= 2.3.0
- pixman-devel
- xen-devel

Expand Down

0 comments on commit e6fab55

Please sign in to comment.