this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add new CSOPS constants for the code signing syscall

+7
+7
kernel-include/sys/codesign.h
··· 50 50 #define CS_OPS_PIDOFFSET 6 /* get offset of active Mach-o slice */ 51 51 #define CS_OPS_ENTITLEMENTS_BLOB 7 /* get entitlements blob */ 52 52 #define CS_OPS_MARKRESTRICT 8 /* set RESTRICT flag (sticky) */ 53 + #define CS_OPS_SET_STATUS 9 54 + #define CS_OPS_BLOB 10 55 + #define CS_OPS_IDENTITY 11 56 + 57 + #define CS_OPS_SIGPUP_INSTALL 20 58 + #define CS_OPS_SIGPUP_DROP 21 59 + #define CS_OPS_SIGPUP_VALIDATE 22 53 60 54 61 #ifndef KERNEL 55 62