Pkgbase include manifest for verified-exec signing This would be nice to have
Note: The manifest content can be as simple as bin/cat sha256=440d6545530abfb6feb02bb625e3902e5b21974d41922b1d5e945a46de3a12bc and entry is needed in a manifest for each file in a package that should be "signed". The manifest should ideally be signed.
In what context will the manifest be processed? Is there an opportunity to either access the pkg database, or generate the manifest from the pkg database? (Since it already has hashes of each package's files.)
In a system that wants to only use signed binaries - enforced by mac_veriexec, each package contains a signed manifest is loaded into the kernel so it can verify all the package content. The simplest arrangement is for the manifest to be generated and signed at the same time as the package.
Triage: if this is a feature request, then reduced severity is inherent.