patches and low-level development discussion
 help / color / mirror / code / Atom feed
5d3ec4effe8d02a4c8d21c0153be4cadfb3150a3 blob 749 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
 
From 1fa4de5b2228c40b25fd6333a74ae7535d73bcce Mon Sep 17 00:00:00 2001
From: Alyssa Ross <hi@alyssa.is>
Date: Sun, 1 Dec 2019 17:04:04 +0000
Subject: [PATCH 4/7] sommelier: don't leak source-absolute paths

---
 vm_tools/sommelier/wayland_protocol.gni | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vm_tools/sommelier/wayland_protocol.gni b/vm_tools/sommelier/wayland_protocol.gni
index 4f18a0c10..b1bd5d659 100644
--- a/vm_tools/sommelier/wayland_protocol.gni
+++ b/vm_tools/sommelier/wayland_protocol.gni
@@ -44,7 +44,7 @@ template("wayland_protocol_library") {
         "wayland-scanner",
         g.subcommand,
         "{{source}}",
-        output_file,
+        rebase_path(output_file),
       ]
     }
   }
-- 
2.26.2

debug log:

solving 5d3ec4effe8 ...
found 5d3ec4effe8 in https://spectrum-os.org/git/nixpkgs

Code repositories for project(s) associated with this public inbox

	https://spectrum-os.org/git/crosvm
	https://spectrum-os.org/git/doc
	https://spectrum-os.org/git/mktuntap
	https://spectrum-os.org/git/nixpkgs
	https://spectrum-os.org/git/spectrum
	https://spectrum-os.org/git/ucspi-vsock
	https://spectrum-os.org/git/www

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).