Files
snapd/data/Makefile
Alex Murray dbd4fc753d data: Add systemd-tmpfiles configuration to create private tmp dir
Use systemd-tmpfiles to create the private tmp mount namespace root
dir (/tmp/snap-private-tmp) on boot as owned by root with restrictive
permissions. We can use this as a known location to then create per-snap
private tmp mount namespace dirs (/tmp/snap-private-tmp/snap.$SNAP_INSTANCE)
etc.

Signed-off-by: Alex Murray <alex.murray@canonical.com>
2022-12-01 06:29:44 +01:00

9 lines
191 B
Makefile

all install clean:
$(MAKE) -C systemd $@
$(MAKE) -C systemd-user $@
$(MAKE) -C systemd-env $@
$(MAKE) -C systemd-tmpfiles $@
$(MAKE) -C dbus $@
$(MAKE) -C env $@
$(MAKE) -C desktop $@