patches and low-level development discussion
 help / color / mirror / code / Atom feed
* [PATCH] vm/app/systemd-sysupdate: fix mounting overlay
@ 2025-12-08 15:47 Alyssa Ross
  2025-12-08 16:25 ` [PATCH 2/2] vm/app/systemd-sysupdate: retry a few times Alyssa Ross
  2025-12-08 17:20 ` [PATCH] vm/app/systemd-sysupdate: fix mounting overlay Demi Marie Obenour
  0 siblings, 2 replies; 7+ messages in thread
From: Alyssa Ross @ 2025-12-08 15:47 UTC (permalink / raw)
  To: devel; +Cc: Demi Marie Obenour, Johannes Süllner

This assumed it would be run as root, so has been broken since we
stopped running application scripts as root inside img/app VMs.

Reported-by: Johannes Süllner <johannes.suellner@mailbox.org>
Link: https://matrix.to/#/!xSysqhzbOZImdvGpix:fairydust.space/$9psDI3BIP00EIzW-qOqzJswkwzgYyQLKpbfDDp0uo6k?via=fairydust.space&via=matrix.org&via=dataaturservice.se
Fixes: 8bfcbf9 ("img/app: run applications as non-root")
Signed-off-by: Alyssa Ross <hi@alyssa.is>
---
 vm/app/systemd-sysupdate/download-update | 1 +
 1 file changed, 1 insertion(+)

diff --git a/vm/app/systemd-sysupdate/download-update b/vm/app/systemd-sysupdate/download-update
index eada41c..335e389 100755
--- a/vm/app/systemd-sysupdate/download-update
+++ b/vm/app/systemd-sysupdate/download-update
@@ -3,6 +3,7 @@
 # SPDX-FileCopyrightText: 2025 Demi Marie Obenour <demiobenour@gmail.com>
 export LC_ALL C
 export LANGUAGE C
+unshare -rUm
 if { mount -toverlay -olowerdir=/run/virtiofs/virtiofs0/etc:/etc -- overlay /etc }
 backtick tmpdir { mktemp -d /tmp/sysupdate-XXXXXX }
 # Not a useless use of cat: if there are NUL bytes in the URL

base-commit: 9f33ec29d39df59589ed7c1b85d54e116e135df8
-- 
2.51.0


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-12-08 17:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-08 15:47 [PATCH] vm/app/systemd-sysupdate: fix mounting overlay Alyssa Ross
2025-12-08 16:25 ` [PATCH 2/2] vm/app/systemd-sysupdate: retry a few times Alyssa Ross
2025-12-08 17:20 ` [PATCH] vm/app/systemd-sysupdate: fix mounting overlay Demi Marie Obenour
2025-12-08 17:28   ` Alyssa Ross
2025-12-08 17:42     ` Demi Marie Obenour
2025-12-08 17:49       ` Alyssa Ross
2025-12-08 17:50         ` Demi Marie Obenour

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).