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

Implement deep signing for macOS Notarization #924

Merged
merged 1 commit into from
Jan 23, 2020
Merged

Implement deep signing for macOS Notarization #924

merged 1 commit into from
Jan 23, 2020

Commits on Jan 22, 2020

  1. Implement deep signing for OSX Notarization

    * Adds deep signing of libraries and binaries to the pakacking process for the pkg packager.
    * Enables the hardened runtime for binaries.
    * Adds --preserve-xattr flag to pkgbuild so signing is preserved through packaging and install.*
    
    In order to deep sign we have to know where a software definition will install binaries and libraries. To facilite this lib_dirs and bin_dirs functions have been added to the software definition. These two functions return defaults that match standard omnibus locations, but allow individual software defs to override if they do something different.
    
    Bumps major version since signing deep signing is a major change.
    
    Signed-off-by: Jon Morrow <jmorrow@chef.io>
    Jon Morrow committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    cba1d5d View commit details
    Browse the repository at this point in the history