History log of /systemd/units/tmp.mount.m4
Revision Date Author Comments Expand
2a2e1b36a0417d748048b530e03d5428241f749d 12-Nov-2015 Lennart Poettering <lennart@poettering.net>

core: remove SmackFileSystemRootLabel= again Apparently, util-linux' mount command implicitly drops the smack-related options anyway before passing them to the kernel, if the kernel doesn't know SMACK, hence there's no point in duplicating this in systemd. Fixes #1696

7cb48925dc9d6c74edcf800b447c6c0c6955687d 26-Oct-2015 Lennart Poettering <lennart@poettering.net>

core: rename SmackFileSystemRoot= to SmackFileSystemRootLabel= That way it's in sync with the other SMACK label settings. https://github.com/systemd/systemd/pull/1664#issuecomment-150891270

5dfcb8d20021c8fc555a86c4fbbc72d5c9837150 24-Oct-2015 Sangjung Woo <sangjung.woo@samsung.com>

units: add 'SmackFileSystemRoot=*' option into tmp.mount If SMACK is enabled, 'smackfsroot=*' option should be specified when /tmp is mounted since many non-root processes use /tmp for temporary usage. If not, /tmp is labeled as '_' and smack denial occurs when writing. In order to do that, 'SmackFileSystemRoot=*' is newly added into tmp.mount.

409c2a13fd65692c611b7bcaba12e908ef7cf1e5 15-Oct-2015 Sangjung Woo <sangjung.woo@samsung.com>

units: add 'smackfsroot=*' option into tmp.mount when SMACK is enabled If SMACK is enabled, 'smackfsroot=*' option should be specified in tmp.mount file since many non-root processes use /tmp for temporary usage. If not, /tmp is labeled as '_' and smack denial occurs when writing.