You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our parsing library can tell us whether a profile is signed or not. So we can track this.
The particular need here is the public key (certificate) injection for a FileVault enable profile. If the profile is signed and we do a text replacement the signature will be broken. So track signed status and issue an error if we try to use a signed profile.
The text was updated successfully, but these errors were encountered:
Our parsing library can tell us whether a profile is signed or not. So we can track this.
The particular need here is the public key (certificate) injection for a FileVault enable profile. If the profile is signed and we do a text replacement the signature will be broken. So track signed status and issue an error if we try to use a signed profile.
The text was updated successfully, but these errors were encountered: