mount/generators: do not make unit wanted by its device unit
authorTom Yan <tom.ty89@gmail.com>
Wed, 9 Jan 2019 15:35:24 +0000 (23:35 +0800)
committerMichael Biebl <biebl@debian.org>
Mon, 27 Apr 2020 17:02:57 +0000 (18:02 +0100)
commit139ff561ea9cf4246c5745ae45a51d9f55db26fd
tree745b388a1b92e167b5fd455c1a21aede2333b6aa
parente6fafb0e77230081ed9705e6fdb75d3549880ddf
mount/generators: do not make unit wanted by its device unit

As device units will be reloaded by systemd whenever the corresponding device generates a "changed" event, if the mount unit / cryptsetup service is wanted by its device unit, the former can be restarted by systemd unexpectedly after the user stopped them explicitly. It is not sensible at all and can be considered dangerous. Neither is the behaviour conventional (as `auto` in fstab should only affect behaviour on boot and `mount -a`) or ever documented at all (not even in systemd, see systemd.mount(5) and crypttab(5)).

(cherry picked from commit 142b8142d7bb84f07ac33fc00527a4d48ac8ef9f)

Gbp-Pq: Name mount-generators-do-not-make-unit-wanted-by-its-device-un.patch
src/core/mount.c
src/cryptsetup/cryptsetup-generator.c