mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 22:16:16 +02:00
Merge pull request #10971 from NixOS/user-sandbox-escape-post
Slight fixes to get CI passing again
This commit is contained in:
commit
ed129267dc
2 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
||||||
synopsis: Harden the user sandboxing
|
synopsis: Harden the user sandboxing
|
||||||
significance: significant
|
significance: significant
|
||||||
issues:
|
issues:
|
||||||
prs: <only provided once merged>
|
|
||||||
---
|
---
|
||||||
|
|
||||||
The build directory has been hardened against interference with the outside world by nesting it inside another directory owned by (and only readable by) the daemon user.
|
The build directory has been hardened against interference with the outside world by nesting it inside another directory owned by (and only readable by) the daemon user.
|
||||||
|
|
|
@ -429,6 +429,7 @@
|
||||||
''^tests/functional/test-libstoreconsumer/main\.cc''
|
''^tests/functional/test-libstoreconsumer/main\.cc''
|
||||||
''^tests/nixos/ca-fd-leak/sender\.c''
|
''^tests/nixos/ca-fd-leak/sender\.c''
|
||||||
''^tests/nixos/ca-fd-leak/smuggler\.c''
|
''^tests/nixos/ca-fd-leak/smuggler\.c''
|
||||||
|
''^tests/nixos/user-sandboxing/attacker\.c''
|
||||||
''^tests/unit/libexpr-support/tests/libexpr\.hh''
|
''^tests/unit/libexpr-support/tests/libexpr\.hh''
|
||||||
''^tests/unit/libexpr-support/tests/value/context\.cc''
|
''^tests/unit/libexpr-support/tests/value/context\.cc''
|
||||||
''^tests/unit/libexpr-support/tests/value/context\.hh''
|
''^tests/unit/libexpr-support/tests/value/context\.hh''
|
||||||
|
|
Loading…
Reference in a new issue