Skip to content

Commit

Permalink
Merge pull request #334 from drakenclimber/issues/v2.5.2-changelog
Browse files Browse the repository at this point in the history
all: CHANGELOG update for release v2.5.2
  • Loading branch information
drakenclimber committed Aug 31, 2021
2 parents 8489cff + 1d26fa1 commit af39588
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@ libseccomp: Releases
===============================================================================
https://github.com/seccomp/libseccomp

* Version 2.5.2 - August 31, 2021
- Update the syscall table for Linux v5.14-rc7
- Add a function, get_notify_fd(), to the Python bindings to get the
nofication file descriptor
- Consolidate multiplexed syscall handling for all architectures into one
location
- Add multiplexed syscall support to PPC
- Add multiplexed syscall support to MIPS
- The meaning of SECCOMP_IOCTL_NOTIF_ID_VALID changed within the kernel.
Modify the libseccomp file descriptor notification logic to support the
kernel's previous and new usage of SECCOMP_IOCTL_NOTIF_ID_VALID

* Version 2.5.1 - November 20, 2020
- Fix a bug where seccomp_load() could only be called once
- Change the notification fd handling to only request a notification fd if
Expand Down

0 comments on commit af39588

Please sign in to comment.