You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As opposed to requiring an end-user to manually configure windows defender exceptions and configuration we should create a chart that allows the user to manage this across all nodes. This chart would extend on new wins functionality that uses syscalls to configure windows defender.
There is an existing go library that we should adding to wins as it provides a wrapper for syscalls.
As opposed to requiring an end-user to manually configure windows defender exceptions and configuration we should create a chart that allows the user to manage this across all nodes. This chart would extend on new wins functionality that uses syscalls to configure windows defender.
There is an existing go library that we should adding to wins as it provides a wrapper for syscalls.
https://github.com/iamacarpet/go-win64api/blob/master/firewall_examples_test.go#L24-L31
The text was updated successfully, but these errors were encountered: