Control: found -1 256.6-1 (but it seems that the bug has always been present, i.e. since /tmp uses tmpfs).
On 2024-10-02 18:54:05 +0200, Chris Hofstaedtler wrote: > Control: reassign -1 systemd > > I don't see why mount is involved here. Well, the tmpfs(5) man page mentions the mount command and has a SEE ALSO mount(8), and it doesn't mention systemd at all. And the systemd.mount(5) manpage says that it invokes mount(8): Additional options are listed in systemd.exec(5), which define the execution environment the mount(8) program is executed in, and in [...] systemd passes two parameters to mount(8); the values of What= and Where=. When invoked in this way, mount(8) does not read any options from /etc/fstab, and must be run as UID 0. [...] Type= Takes a string for the file system type. See mount(8) for details. [...] and so on. -- Vincent Lefèvre <vinc...@vinc17.net> - Web: <https://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)