Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fpr: regex bug fix; lots of fprs #453

Merged
merged 2 commits into from
Feb 6, 2025
Merged

fpr: regex bug fix; lots of fprs #453

merged 2 commits into from
Feb 6, 2025

Conversation

mattlorimor
Copy link
Contributor

No description provided.

@@ -93,7 +93,8 @@ WHERE
AND p1.cgroup_path NOT LIKE '/system.slice/docker-%'
AND p1.cgroup_path NOT IN (
'/system.slice/containerd.service',
'/system.slice/docker.service'
'/system.slice/docker.service',
'/system.slice/gdm.service'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems like an extremely special case - maybe add the binary path instead?

@@ -88,6 +88,7 @@ WHERE
'/lib/jvm/.java-1.17.0-openjdk-amd64.jinfo',
'/tmp/._contentbarrier_installed',
'/tmp/.accounts-agent/',
'/tmp/.aqua/',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any context?

@tstromberg tstromberg merged commit 5199fab into main Feb 6, 2025
3 checks passed
@tstromberg tstromberg deleted the lorimor/FPs20250127v2 branch February 6, 2025 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants