]> git.ipfire.org Git - thirdparty/systemd.git/commit
core/namespace: remove wonky fallback in mount_private_apivfs() 36892/head
authorMike Yuan <me@yhndnzj.com>
Sun, 16 Mar 2025 21:05:41 +0000 (22:05 +0100)
committerMike Yuan <me@yhndnzj.com>
Sun, 30 Mar 2025 16:57:18 +0000 (18:57 +0200)
commit0cba5bdcf102649741d83734c1c5c9e0bedfdfeb
tree61c51ced25b05cf34570418a464194a1f0bdb1de
parent1614d0c45190eed6cccae3b98856cefcd9f0bcbc
core/namespace: remove wonky fallback in mount_private_apivfs()

Let's avoid dropping opts willy-nilly, especially that we already
carry the logic of determining availability prior to mount (but
make sure we respect the result though, and don't assume things
are available if the check fails).
src/core/namespace.c