mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
journalwatch config
This commit is contained in:
parent
4429884780
commit
d33bcbe5d6
@ -48,13 +48,19 @@
|
|||||||
filters = ''
|
filters = ''
|
||||||
.*
|
.*
|
||||||
'';
|
'';
|
||||||
match = "_SYSTEMD_UNIT = bluetooth.service";
|
match = "_SYSTEMD_UNIT = /(bluetooth\.service|cups\.service)/";
|
||||||
}
|
}
|
||||||
{ # yodaTux
|
{ # yodaYoga
|
||||||
filters = ''
|
filters = ''
|
||||||
.*
|
# Somebody evil trying to connect over SSH ^^
|
||||||
|
error: kex_exchange_identification: read: Connection reset by peer
|
||||||
|
# Somebody evil connected with a non-SSH client to the SSH server.
|
||||||
|
error: kex_exchange_identification: banner line contains invalid characters
|
||||||
|
# Somebody evil ...
|
||||||
|
error: kex_exchange_identification: client sent invalid protocol identifier "GET / HTTP/1.1"
|
||||||
|
error: kex_exchange_identification: Connection closed by remote host
|
||||||
'';
|
'';
|
||||||
match = "_SYSTEMD_UNIT = cups.service";
|
match = "_SYSTEMD_UNIT = sshd.service";
|
||||||
}
|
}
|
||||||
{ # yodaTux. If the user `yoda` runs a command with `sudo`.
|
{ # yodaTux. If the user `yoda` runs a command with `sudo`.
|
||||||
filters = ''
|
filters = ''
|
||||||
@ -100,9 +106,17 @@
|
|||||||
{ # yodaTux
|
{ # yodaTux
|
||||||
filters = ''
|
filters = ''
|
||||||
.+ error name="org\.bluez\.MediaEndpoint1\.Error\.NotImplemented" .+
|
.+ error name="org\.bluez\.MediaEndpoint1\.Error\.NotImplemented" .+
|
||||||
|
# Open issue: https://github.com/NixOS/nixpkgs/issues/79220
|
||||||
|
Unknown username .+ in message bus configuration file
|
||||||
'';
|
'';
|
||||||
match = "_SYSTEMD_UNIT = dbus.service";
|
match = "_SYSTEMD_UNIT = dbus.service";
|
||||||
}
|
}
|
||||||
|
{ # yodaTux
|
||||||
|
filters = ''
|
||||||
|
.+ Setting AttentionNeeded to FALSE because EnsureCredentials\(\) succeded
|
||||||
|
'';
|
||||||
|
match = "_SYSTEMD_USER_UNIT = dbus.service";
|
||||||
|
}
|
||||||
{ # yodaTux
|
{ # yodaTux
|
||||||
filters = ''
|
filters = ''
|
||||||
.*
|
.*
|
||||||
@ -111,12 +125,30 @@
|
|||||||
}
|
}
|
||||||
{ # yodaTux
|
{ # yodaTux
|
||||||
filters = ''
|
filters = ''
|
||||||
|
#
|
||||||
ACPI: FW issue: working around C-state latencies out of order
|
ACPI: FW issue: working around C-state latencies out of order
|
||||||
# Kernel WiFi driver bug.
|
# Kernel WiFi driver bug.
|
||||||
iwlwifi 0000:01:00.0: Unhandled alg: 0x707
|
# api flags index 2 larger than supported by driver
|
||||||
|
# https://wiki.gentoo.org/wiki/Iwlwifi#Troubleshooting
|
||||||
|
# Probably no action required: https://www.spinics.net/lists/linux-wireless/msg239088.html
|
||||||
|
iwlwifi 0000:01:00.0: .*
|
||||||
|
#
|
||||||
|
random: crng reseeded on system resumption
|
||||||
'';
|
'';
|
||||||
match = "SYSLOG_IDENTIFIER = kernel";
|
match = "SYSLOG_IDENTIFIER = kernel";
|
||||||
}
|
}
|
||||||
|
{ # yodaTux
|
||||||
|
filters = ''
|
||||||
|
.*
|
||||||
|
'';
|
||||||
|
match = "SYSLOG_IDENTIFIER = simple-scan";
|
||||||
|
}
|
||||||
|
{ # yodaTux
|
||||||
|
filters = ''
|
||||||
|
.*
|
||||||
|
'';
|
||||||
|
match = "_SYSTEMD_USER_UNIT = /(org\.gnome\..+\.service|pipewire\.service|wireplumber\.service)/";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user