<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - RFE: tmpfiles: per user support"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=88873">88873</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>RFE: tmpfiles: per user support
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>systemd
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>general
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>systemd-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>alexandre@detiste.be
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>systemd-bugs@lists.freedesktop.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Either per user tmpfiles support, or a rule that glob all users
would be nice.

I currently use:

tchet@antec:~$ cat /etc/tmpfiles.d/okular.conf
#Type Path        Mode UID  GID  Age Argument
d /home/tchet/.kde/share/apps/okular/docdata/   0755 tchet tchet 3w
d /home/melanie/.kde/share/apps/okular/docdata/ 0755 melanie melanie 3w
d /home/julie/.kde/share/apps/okular/docdata/   0755 julie julie 3w


I could use (or this could be shipped by Okular for example):
#Type Path        Mode UID  GID  Age Argument
d /home/%all/.kde/share/apps/okular/docdata/   0755 tchet tchet 3w

or
/home/tchet/$something:
#Type Path        Mode UID  GID  Age Argument
d /home/tchet/.kde/share/apps/okular/docdata/   0755 tchet tchet 3w</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>