Merge pull request #241 from tstromberg/fpr-apr14

systemd: Filter out targets, add more entries
This commit is contained in:
Thomas Strömberg 2023-04-27 11:59:33 -04:00 committed by GitHub
commit 8017adf36a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,6 +71,7 @@ WHERE
AND NOT exception_key IN ( AND NOT exception_key IN (
'systemctl,0,apt-helper,', 'systemctl,0,apt-helper,',
'systemctl,0,,containerd-shim-runc-v2', 'systemctl,0,,containerd-shim-runc-v2',
'systemctl,0,kubeadm,containerd-shim-runc-v2',
'systemctl,0,dash,logrotate', 'systemctl,0,dash,logrotate',
'systemctl,0,pacman,pacman', 'systemctl,0,pacman,pacman',
'systemctl,500,zsh,tmux', 'systemctl,500,zsh,tmux',