3
0
forked from pool/libseccomp
Commit Graph

6 Commits

Author SHA256 Message Date
9eb9f9cbeb Accepting request 849868 from home:dirkmueller:branches:security
- update to 2.5.1:
 * Fix a bug where seccomp_load() could only be called once
 * Change the notification fd handling to only request a notification fd if
 * the filter has a _NOTIFY action
 * Add documentation about SCMP_ACT_NOTIFY to the seccomp_add_rule(3) manpage
 * Clarify the maintainers' GPG keys
- remove testsuite-riscv64-missing-syscalls.patch

OBS-URL: https://build.opensuse.org/request/show/849868
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=88
2020-11-22 11:09:19 +00:00
cacb56cd5d osc copypac from project:security package:libseccomp revision:81
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=86
2020-09-21 09:01:45 +00:00
ce846bd751 OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=84 2020-09-17 15:52:15 +00:00
e396cffd64 - libseccomp.keyring: replaced by Paul Moore <pmoore@redhat.com> key.
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=78
2020-09-08 14:27:10 +00:00
6058786514 - Update to release 2.4.3
OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=75
2020-06-05 13:20:39 +00:00
d39e253178 - updated to 2.4.0 (bsc#1128828)
- Update the syscall table for Linux v5.0-rc5
  - Added support for the SCMP_ACT_KILL_PROCESS action
  - Added support for the SCMP_ACT_LOG action and SCMP_FLTATR_CTL_LOG attribute
  - Added explicit 32-bit (SCMP_AX_32(...)) and 64-bit (SCMP_AX_64(...)) argument comparison macros to help protect against unexpected sign extension
  - Added support for the parisc and parisc64 architectures
  - Added the ability to query and set the libseccomp API level via seccomp_api_get(3) and seccomp_api_set(3)
  - Return -EDOM on an endian mismatch when adding an architecture to a filter
  - Renumber the pseudo syscall number for subpage_prot() so it no longer conflicts with spu_run()
  - Fix PFC generation when a syscall is prioritized, but no rule exists
  - Numerous fixes to the seccomp-bpf filter generation code
  - Switch our internal hashing function to jhash/Lookup3 to MurmurHash3
  - Numerous tests added to the included test suite, coverage now at ~92%
  - Update our Travis CI configuration to use Ubuntu 16.04
  - Numerous documentation fixes and updates
- now gpg signed, added key of Paul Moore from keyserver.

OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=60
2019-03-17 10:08:41 +00:00