Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 4f73437e14de
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 0998756db2ea
Choose a head ref
  • 3 commits
  • 3 files changed
  • 3 contributors

Commits on Jan 14, 2021

  1. nixos/wrappers: fix applying capabilities

    With libcap 2.41 the output of cap_to_text changed, also the original
    author of code hoped that this would never happen.
    To counter this now the security-wrapper only relies on the syscall
    ABI, which is more stable and robust than string parsing. If new
    breakages occur this will be more obvious because version numbers will
    be incremented.
    Furthermore all errors no make execution explicitly fail instead of
    hiding errors behind debug environment variables and the code style was
    more consistent with no goto fail; goto fail; vulnerabilities (https://gotofail.com/)
    Mic92 committed Jan 14, 2021
    Copy the full SHA
    eadffd9 View commit details
    Browse the repository at this point in the history
  2. Update nixos/modules/security/wrappers/wrapper.nix

    Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
    Mic92 and cole-h committed Jan 14, 2021
    Copy the full SHA
    dbd05a5 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Copy the full SHA
    0998756 View commit details
    Browse the repository at this point in the history