There was an error while loading. Please reload this page.
1 parent a2dbf38 commit c130f74Copy full SHA for c130f74
2 files changed
linux_os/guide/system/logging/journald/dir_owner_system_journal/bash/ubuntu.sh
@@ -1,6 +1,6 @@
1
# platform = multi_platform_ubuntu
2
3
-TMPFILES_CONF="/usr/lib/tmpfiles.d/systemd.conf"
+TMPFILES_CONF="/etc/tmpfiles.d/zzz-systemd-stig.conf"
4
5
if ! grep -q 'Z /var/log/journal ~2750 root systemd-journal - -' "$TMPFILES_CONF"; then
6
if grep -qP "^[zZ][+]*\s+\/var\/log\/journal" "$TMPFILES_CONF"; then
linux_os/guide/system/logging/journald/file_owner_system_journal/bash/ubuntu.sh
0 commit comments