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

Add system_extensions fact #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nixtar
Copy link

@nixtar nixtar commented Feb 22, 2022

I recently had to transition from one AV product to another.

The AV product I was moving away from (Symantec) has no silent uninstall ability while the system extension is in an activated state.

This fact provides munki with an array of hashtables for each system extension. An example structure for system_extensions is as follows:

{'system_extensions': [
    {'teamID': 'UBF8T346G9', 'bundleID': 'com.microsoft.wdav.netext', 'version': '101.56.62/101.56.62', 'name': 'Microsoft Defender Network Extension', 'state': 'terminated waiting to uninstall on reboot'},
    {'teamID': 'UBF8T346G9', 'bundleID': 'com.microsoft.wdav.epsext', 'version': '101.56.62/101.56.62', 'name': 'Microsoft Defender Endpoint Security Extension', 'state': 'terminated waiting to uninstall on reboot'},
    {'teamID': 'Y2CCP3S9W7', 'bundleID': 'com.broadcom.mes.systemextension', 'version': '9.1.100/9.1.100', 'name': 'Symantec System Extension', 'state': 'activated waiting for user'}
]}

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.

None yet

1 participant