2022-10-15 23:05:52 +02:00
|
|
|
#!/usr/bin/env bash
|
2023-04-16 22:32:24 +02:00
|
|
|
# Dummy output for journalctl --boot --output=json
|
2022-10-15 23:05:52 +02:00
|
|
|
|
|
|
|
cat <<-_EOF
|
2022-10-16 13:47:00 +02:00
|
|
|
{"MESSAGE":"apparmor=\"ALLOWED\" operation=\"dbus_method_call\" bus=\"session\" path=\"/org/freedesktop/systemd1\" interface=\"org.freedesktop.systemd1.Manager\" member=\"SetEnvironment\" mask=\"send\" name=\"org.freedesktop.systemd1\" pid=2202 label=\"gnome-session-binary\" peer_pid=2070 peer_label=\"unconfined\""}
|
|
|
|
{"MESSAGE":"apparmor=\"ALLOWED\" operation=\"dbus_method_call\" bus=\"session\" path=\"/org/freedesktop/DBus\" interface=\"org.freedesktop.DBus\" member=\"UpdateActivationEnvironment\" mask=\"send\" name=\"org.freedesktop.DBus\" pid=2202 label=\"gnome-session-binary\" peer_label=\"dbus-daemon\""}
|
2022-10-15 23:05:52 +02:00
|
|
|
_EOF
|
|
|
|
exit 0
|