Skip to content

Add basic macOS driver updater implementation #294

Description

@JusterZhu

Summary

Replace the pure-placeholder macOS updater with a working BaseDriverUpdater subclass that supports .kext, .dext, and .pkg driver formats.

Changes

  • MacOsGeneralDrivelution inherits BaseDriverUpdater instead of throwing PlatformNotSupportedException
  • InstallCoreAsync supports .kext (kextload), .dext (systemextensionsctl), .pkg (installer)
  • File-level operations (backup, hash, compatibility) work out of the box from base class
  • Rollback restores backed-up kernel extensions
  • sudo permission check via pipeline step

Closes #294

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions