]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/spawn.h
xnu-3248.40.184.tar.gz
[apple/xnu.git] / bsd / sys / spawn.h
index f54fcc396a1f89ee7c3b230e47d82067af1dc5aa..edd7020d62b974c852ab3ec4a2edc401797389a5 100644 (file)
  */
 #define        POSIX_SPAWN_SETEXEC             0x0040
 #define        POSIX_SPAWN_START_SUSPENDED     0x0080
+#ifdef PRIVATE
+#define        _POSIX_SPAWN_DISABLE_ASLR       0x0100
+#define _POSIX_SPAWN_NANO_ALLOCATOR     0x0200
+/* unused                               0x0400 */
+/* unused                               0x0800 */
+/* unused                               0x1000 */
+#define        _POSIX_SPAWN_ALLOW_DATA_EXEC    0x2000
+#endif /* PRIVATE */
+#define        POSIX_SPAWN_CLOEXEC_DEFAULT     0x4000
 
 /*
  * Possible values to be set for the process control actions on resource starvation.