forked from opa334/ldid
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement -w flag, fix misc bugs (ProcursusTeam#28)
* Fix -U support for blank passwords * Fix an alignment issue with LC_CODE_SIGNATURE * Remov one particular _assert() that seems to be preventing legitimate cases * Forward the user's choice of entitlements/requirements to nested bundles/stray binaries Should resolve issue ProcursusTeam#24 ldid uses recursion in order to sign nested bundles, but it did not forward the user's choice of entitlements and requirements to said recursion, potentially resulting in improperly entitled binaries. This fixes that. * Implement the -w flag: shallow sign * Update manpage description for -w
- Loading branch information
Showing
3 changed files
with
62 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters