Options for configuring control flow integrity (CFI) enforcement
NONE               No CFI enforcement
HW                 CFI enforcement leveraging hardware support. Currently only on aarch64: enforcing backward-edge CFI using pointer authentication codes (PAC).
SW                 CFI enforcement entirely in software.
SW_NONATIVE        CFI enforcement in software, except for transitions to/from native code, which are not validated.