chiark / gitweb /
systemd: use unit name in PrivateTmp directories
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 23 Oct 2013 00:39:18 +0000 (20:39 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 23 Oct 2013 02:54:09 +0000 (22:54 -0400)
commitd8c9d3a468e61ee2a2b2c3454e662398b0885411
tree071accb03d22bffa24f1a2c1c2284a3c70570bc8
parent0fb0c56f5283a8a94560f595768a801c8240a9bd
systemd: use unit name in PrivateTmp directories

Unit name is used whole in the directory name, so that the unit name
can be easily extracted from it, e.g. "/tmp/systemd-abcd.service-DEDBIF1".

https://bugzilla.redhat.com/show_bug.cgi?id=957439
Makefile.am
src/core/execute.c
src/core/namespace.c
src/core/namespace.h
src/test/test-namespace.c [new file with mode: 0644]