The code requirement value for SEHA for Jamf is different in the documentation than what we get by running command:
codesign -dr - "Library/Manufacturer/Endpoint Agent/SEHA.app"
Output:
designated => identifier "com.symantec.dlp.ext.host.application" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = Y2CCP3S9W7
Code value from Broadcom Documentation
anchor apple generic and identifier "com.symantec.dlp.ext.host.application" and (certificate leaf[field.1.2.840.113635.100.6.1.9] /* exists */ or certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = Y2CCP3S9W7)
Code for EDPA match the code from documentation.
16.0.1
Documentation error.
Discussed this with engineering and got below update.
Use the code requirement value generated with command codesign -dr - "Library/Manufacturer/Endpoint Agent/SEHA.app".