]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/namespace.c
namespace: fix MAC labels of TemporaryFileSystem= 16426/head
authorChristian Göttsche <cgzones@googlemail.com>
Fri, 10 Jul 2020 20:08:50 +0000 (22:08 +0200)
committerChristian Göttsche <cgzones@googlemail.com>
Fri, 10 Jul 2020 22:09:05 +0000 (00:09 +0200)
commitabad72be4df9d5a13ceecd5b4d073adb370882b7
treefef1764b316914ebd0646d33c5e7fee58784aa14
parent8d9cbd809db492df9d94c0c664bd0d2e53416531
namespace: fix MAC labels of TemporaryFileSystem=

Reproducible with:
  systemd-run -p TemporaryFileSystem=/root -t /bin/bash
    ls -dZ /root

Prior:
  root:object_r:tmpfs_t:s0 /root
Past:
  root:object_r:user_home_dir_t:s0 /root
src/core/namespace.c