meta-agl: split wireplumber to run in multiple instances
[AGL/meta-agl.git] / meta-app-framework / recipes-core / smack-system-setup / files / tmp.mount.conf
1 # Mount /tmp publicly accessable. Based on patch by Michael Demeter <michael.demeter@intel.com>.
2 # Upstream systemd temporarily had SmackFileSystemRoot for this (https://github.com/systemd/systemd/pull/1664),
3 # but it was removed again (https://github.com/systemd/systemd/issues/1696) because
4 # util-linux mount will ignore smackfsroot when Smack is not active. However,
5 # busybox is not that intelligent.
6 #
7 # When using busybox mount, adding smackfsroot=* and booting without
8 # Smack (i.e. security=none), tmp.mount will fail with an error about
9 # "Bad mount option smackfsroot".
10 [Mount]
11 Options=smackfsroot=*
12