From: Demi Marie Obenour <demiobenour@gmail.com>
To: Spectrum OS Development <devel@spectrum-os.org>
Cc: Demi Marie Obenour <demiobenour@gmail.com>, Alyssa Ross <hi@alyssa.is>
Subject: [PATCH 0/4] Improve mount-flatpak
Date: Fri, 05 Dec 2025 11:22:00 -0500 [thread overview]
Message-ID: <20251205-better-mount-flatpak-v1-0-229a81366091@gmail.com> (raw)
Patches 1 through 3 are all cleanups. Patch 4 adds a bunch of
additional checks to improve error messages. It is also less clean code
than the others. However, it is optional.
Signed-off-by: Demi Marie Obenour <demiobenour@gmail.com>
---
Demi Marie Obenour (4):
tools: Use with_resolver_flags instead of mutation
tools/mount-flatpak: Create utility function to open a subdirectory
tools/mount-flatpak: Move more code to mount_commit()
tools/mount-flatpak: Reasonableness checks on application IDs and paths
tools/mount-flatpak/src/main.rs | 190 ++++++++++++++++++++++++++++------------
1 file changed, 134 insertions(+), 56 deletions(-)
---
base-commit: 92e219e7c08c479d216a46d2736ea9d229ff034d
change-id: 20251202-better-mount-flatpak-cdf8db2ce7f4
--
Sincerely,
Demi Marie Obenour (she/her/hers)
next reply other threads:[~2025-12-05 16:23 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-05 16:22 Demi Marie Obenour [this message]
2025-12-05 16:22 ` [PATCH 1/4] tools: Use with_resolver_flags instead of mutation Demi Marie Obenour
2026-01-07 13:07 ` Alyssa Ross
2025-12-05 16:22 ` [PATCH 2/4] tools/mount-flatpak: Create utility function to open a subdirectory Demi Marie Obenour
2025-12-22 14:31 ` Alyssa Ross
2025-12-22 18:31 ` Demi Marie Obenour
2025-12-05 16:22 ` [PATCH 3/4] tools/mount-flatpak: Move more code to mount_commit() Demi Marie Obenour
2025-12-05 16:22 ` [PATCH 4/4] tools/mount-flatpak: Reasonableness checks on application IDs and paths Demi Marie Obenour
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251205-better-mount-flatpak-v1-0-229a81366091@gmail.com \
--to=demiobenour@gmail.com \
--cc=devel@spectrum-os.org \
--cc=hi@alyssa.is \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).