[gnome-build-meta/alatiera/journal-permissions] ostree.conf: create systemd journal with correct permissions




commit 35862f3663b13cc5b7ab2887d5cff86306323903
Author: Jordan Petridis <jpetridis gnome org>
Date:   Sat Jan 16 04:40:16 2021 +0200

    ostree.conf: create systemd journal with correct permissions
    
    Ever since systemd 208, it expects the journal to be part of the
    systemd-journal group and have setsig set.
    
    https://github.com/systemd/systemd/commit/cd4010b37349413db1e553e213e62e654ca28113

 files/vm/ostree-config/ostree.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/files/vm/ostree-config/ostree.conf b/files/vm/ostree-config/ostree.conf
index e5534ca0..6f59c1a4 100644
--- a/files/vm/ostree-config/ostree.conf
+++ b/files/vm/ostree-config/ostree.conf
@@ -1,4 +1,4 @@
-d /var/log/journal 0755 root root -
+d /var/log/journal 2755 root systemd-journal -
 d /var/home 0755 root root -
 d /var/roothome 0700 root root -
 d /run/media 0755 root root -


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]