-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
guix: fix build user takeover patch #353533
Conversation
Hmm, unfortunately I don’t think I’m passing the vulnerability check:
|
Never mind, I forgot to remove my original patches override (#353471) from my NixOS config, which was removing the fixes. Confirmed the check passes now. |
The preceding fix only applies one of two patches, which breaks builds: error: getting attributes of path `/gnu/store/<item>': No such file or directory The Debian package maintainer, Vagrant Cascadian, is a frequent Guix committer, so the Debian package is a suitable upstream patch source when Guix commits require backporting to the current release tarball. Fixes: 633a3b8 ("guix: build user takeover patch")
aec99f8
to
e3c99d6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks alright, and I do prefer just getting the patch from debian, but I kinda want to add the check script to the VM tests, I may do that today...
@ofborg test guix |
Good idea. I think I left the box checked for maintainer modifications, so you should be able to apply it here if you like 👍
|
Successfully created backport PR for |
I'll follow up (hopefully), I think it's better to just get this fix merged first tbh |
See commit message
Please label for backport to 24.05!
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.