Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump libseccomp from 0.2.2 to 0.2.3 #37

Merged
merged 1 commit into from
Jun 27, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 25, 2022

Bumps libseccomp from 0.2.2 to 0.2.3.

Release notes

Sourced from libseccomp's releases.

v0.2.3

Changelog

Added

  • "SCMP_ARCH_MIPS64N32" to ScmpArch::from_str().
  • ScmpFilterContext::{get,set}_act_badarch() to get/set the default action taken on a syscall for an architecture not in the filter.
  • ScmpFilterContext::get_act_default() to get the default action as specified in the call to new_filter() or reset().
  • ScmpFilterContext::get_ctl_nnp (replaces ScmpFilterContext::get_no_new_privs_bit).
  • ScmpFilterContext::set_ctl_nnp (replaces ScmpFilterContext::set_no_new_privs_bit).
  • ScmpFilterContext::{get,set}_ctl_log() to get/set the state of the ScmpFilterAttr::CtlLog.
  • ScmpFilterContext::{get,set}_ctl_ssb() to get/set the state of the ScmpFilterAttr::CtlSsb.
  • ScmpFilterContext::{get,set}_ctl_optimize() to get/set the level of the ScmpFilterAttr::CtlOptimize.
  • ScmpFilterContext::{get,set}_api_sysrawrc() to get/set the state of the ScmpFilterAttr::ApiSysRawRc.
  • ScmpFilterContext::{get,set}_ctl_tsync() to get/set the state of the ScmpFilterAttr::CtlTsync.
  • reset_global_state() to reset libseccomp's global state.
  • derive(Hash) for the most types
  • ScmpSyscall type
    • ScmpSyscall::from_name() (replaces get_syscall_from_name)
    • ScmpSyscall::from_name_by_arch() (replaces get_syscall_from_name)
    • ScmpSyscall::from_name_by_arch_rewrite() (new)
    • ScmpSyscall::get_name() (replaces get_syscall_name_from_arch)
    • ScmpSyscall::get_name_by_arch() (replaces get_syscall_name_from_arch)

Deprecated

  • get_syscall_from_name, use ScmpSyscall::from_name*()
  • get_syscall_name_from_arch, use ScmpSyscall::get_name*()
  • ScmpFilterContext::get_no_new_privs_bit, use ScmpFilterContext::get_ctl_nnp.
  • ScmpFilterContext::set_no_new_privs_bit, use ScmpFilterContext::set_ctl_nnp.
Changelog

Sourced from libseccomp's changelog.

0.2.3 - 2022-02-14

Added

  • "SCMP_ARCH_MIPS64N32" to ScmpArch::from_str().
  • ScmpFilterContext::{get,set}_act_badarch() to get/set the default action taken on a syscall for an architecture not in the filter.
  • ScmpFilterContext::get_act_default() to get the default action as specified in the call to new_filter() or reset().
  • ScmpFilterContext::get_ctl_nnp (replaces ScmpFilterContext::get_no_new_privs_bit).
  • ScmpFilterContext::set_ctl_nnp (replaces ScmpFilterContext::set_no_new_privs_bit).
  • ScmpFilterContext::{get,set}_ctl_log() to get/set the state of the ScmpFilterAttr::CtlLog.
  • ScmpFilterContext::{get,set}_ctl_ssb() to get/set the state of the ScmpFilterAttr::CtlSsb.
  • ScmpFilterContext::{get,set}_ctl_optimize() to get/set the level of the ScmpFilterAttr::CtlOptimize.
  • ScmpFilterContext::{get,set}_api_sysrawrc() to get/set the state of the ScmpFilterAttr::ApiSysRawRc.
  • ScmpFilterContext::{get,set}_ctl_tsync() to get/set the state of the ScmpFilterAttr::CtlTsync.
  • reset_global_state() to reset libseccomp's global state.
  • derive(Hash) for the most types
  • ScmpSyscall type
    • ScmpSyscall::from_name() (replaces get_syscall_from_name)
    • ScmpSyscall::from_name_by_arch() (replaces get_syscall_from_name)
    • ScmpSyscall::from_name_by_arch_rewrite() (new)
    • ScmpSyscall::get_name() (replaces get_syscall_name_from_arch)
    • ScmpSyscall::get_name_by_arch() (replaces get_syscall_name_from_arch)

Changed

Deprecated

  • get_syscall_from_name, use ScmpSyscall::from_name*()
  • get_syscall_name_from_arch, use ScmpSyscall::get_name*()
  • ScmpFilterContext::get_no_new_privs_bit, use ScmpFilterContext::get_ctl_nnp.
  • ScmpFilterContext::set_no_new_privs_bit, use ScmpFilterContext::set_ctl_nnp.

Removed

Commits
  • 6b30fda Bump version to 0.2.3
  • 2269933 Fix doc comment for set_ctl_nnp
  • 79f803c Remove third-party directory from libseccomp-sys
  • 4008c87 docs: Add more description about ScmpFilterContext::as_ptr()
  • 141e6bb Refactor error checks
  • 1db1906 build: Use const variable for LIBSECCOMP_{LINK_TYPE,LIB_PATH}
  • 0d35f1b build: Emit an error explicitly when link type is framework
  • 1a63c19 Add ScmpFilterContext::{get,set}_ctl_tsync
  • b180826 Add ScmpFilterContext::{get,set}_api_sysrawrc
  • a88eaac Add ScmpFilterContext::{get,set}_ctl_optimize
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [libseccomp](https://github.com/libseccomp-rs/libseccomp-rs) from 0.2.2 to 0.2.3.
- [Release notes](https://github.com/libseccomp-rs/libseccomp-rs/releases)
- [Changelog](https://github.com/libseccomp-rs/libseccomp-rs/blob/main/CHANGELOG.md)
- [Commits](libseccomp-rs/libseccomp-rs@v0.2.2...v0.2.3)

---
updated-dependencies:
- dependency-name: libseccomp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 25, 2022
@slhmy slhmy merged commit 0272b31 into main Jun 27, 2022
@dependabot dependabot bot deleted the dependabot/cargo/libseccomp-0.2.3 branch June 27, 2022 02:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant