Searched refs:allow_data_exec (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/vm/
H A Dvm_unix.c112 extern int allow_stack_exec, allow_data_exec;
115 SYSCTL_INT(_vm, OID_AUTO, allow_data_exec, CTLFLAG_RW | CTLFLAG_LOCKED, &allow_data_exec, 0, "");
/xnu-2422.115.4/osfmk/x86_64/
H A Dpmap.c168 int allow_data_exec = VM_ABI_32; /* 32-bit apps may execute data by default, 64-bit apps may not */ variable
/xnu-2422.115.4/osfmk/vm/
H A Dvm_map.c331 * for 32 and 64 bit processes. Set the VM_ABI_32 or VM_ABI_64 flags in allow_data_exec
349 * Note that allow_data_exec or allow_stack_exec may also be modified by sysctl to change the
358 extern int allow_data_exec, allow_stack_exec;
382 return (allow_data_exec & current_abi) && (map->map_disallow_data_exec == FALSE);

Completed in 43 milliseconds