From: Philippe De Swert <philippedesw...@gmail.com> Hi,
Going through the code trying to learn how systemd exactly works and try to understand the mounting better, hunting down some weird mount related bug I came across something that did not look right. If I understood things right, basic filesystems get mounted one at a time by looping through the mount_table one by one (with mount_one). Now it seems that in the case smack is enabled /run will get mounted twice. I could not immediately find specific info about smack related to /run but it does not seem very sensible to mount another tmpfs instance on /run hiding the smack one. Cheers, Philippe Philippe De Swert (1): [mount] Do not try to mount /run a second time when using smack src/core/mount-setup.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- 1.8.1.2 _______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel