-
Notifications
You must be signed in to change notification settings - Fork 194
fix: disable Windows permission inheritance to resolve OSQuery extension loading issues #10199
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
Conversation
…ion loading issues
not sure where we might want to backport this one @cmacknz |
This pull request does not have a backport label. Could you fix it @marc-gr? 🙏
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This still has the issue of not working. If a user goes all the way into the components
directory (Windows will update the permissions of that directory), it will still fail to run. This is only reducing the chance that it happens and not actually fixing the issue.
|
as discussed I'll close this one and implement this on osquerybeat instead |
What does this PR do?
disable Windows permission inheritance
Why is it important?
It resolves OSQuery extension loading issues
Checklist
./changelog/fragments
using the changelog toolDisruptive User Impact
How to test this PR locally
Related issues