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

Move filter delete auditing to delete notify callback #3372

Merged
merged 1 commit into from
Mar 22, 2024

Conversation

dv-msft
Copy link
Collaborator

@dv-msft dv-msft commented Mar 20, 2024

Description

This PR moves the audit tracking of filter delete operations to the 'filter-update' notification callback. This call back is the final indicator of a filter being actually deleted by WFP.

Testing

Local testing.

Documentation

No documentation changes required.

Installation

No installer impac.

Fixes #3370

@dv-msft dv-msft changed the title (DARFT PR - NOT FOR REVIEW) - Move filter delete auditing to delete notify callback (DRAFT PR - NOT FOR REVIEW) - Move filter delete auditing to delete notify callback Mar 20, 2024
@dv-msft dv-msft force-pushed the 3370-filter-delete-audit-fix branch from 3f9fdfa to 6081704 Compare March 21, 2024 22:03
@dv-msft dv-msft changed the title (DRAFT PR - NOT FOR REVIEW) - Move filter delete auditing to delete notify callback Move filter delete auditing to delete notify callback Mar 21, 2024
@dv-msft dv-msft marked this pull request as ready for review March 21, 2024 22:10
@dv-msft dv-msft force-pushed the 3370-filter-delete-audit-fix branch from 6d7ed4a to d48e436 Compare March 21, 2024 22:14
@dv-msft dv-msft added this pull request to the merge queue Mar 22, 2024
Merged via the queue into microsoft:main with commit d0b5c62 Mar 22, 2024
80 checks passed
@dv-msft dv-msft deleted the 3370-filter-delete-audit-fix branch March 22, 2024 08:08
shankarseal added a commit to shankarseal/ebpf-for-windows that referenced this pull request Mar 30, 2024
github-merge-queue bot pushed a commit that referenced this pull request Mar 30, 2024
* extension_header

* fix logic error.

* Re-purposing the size field to act as the "minor version". Additional validation checks are added.

* PR Feedback.

* fix break due to bad merge with PR #3372
shankarseal added a commit to shankarseal/ebpf-for-windows that referenced this pull request Apr 1, 2024
* extension_header

* fix logic error.

* Re-purposing the size field to act as the "minor version". Additional validation checks are added.

* PR Feedback.

* fix break due to bad merge with PR microsoft#3372
matthewige pushed a commit that referenced this pull request Apr 1, 2024
* extension_header

* fix logic error.

* Re-purposing the size field to act as the "minor version". Additional validation checks are added.

* PR Feedback.

* fix break due to bad merge with PR #3372
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.

Move 'filter deleted' book-keeping audit trail in netebpfext to the 'notify' callback function
3 participants