Skip to content
  • Jon Morrow's avatar
    Implement deep signing for OSX Notarization · cba1d5db
    Jon Morrow authored
    
    
    * 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: default avatarJon Morrow <jmorrow@chef.io>
    cba1d5db