Loading...
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 | /* * Copyright (c) 2000-2006 Apple Computer, Inc. All rights reserved. * * @APPLE_OSREFERENCE_LICENSE_HEADER_START@ * * This file contains Original Code and/or Modifications of Original Code * as defined in and that are subject to the Apple Public Source License * Version 2.0 (the 'License'). You may not use this file except in * compliance with the License. The rights granted to you under the License * may not be used to create, or enable the creation or redistribution of, * unlawful or unlicensed copies of an Apple operating system, or to * circumvent, violate, or enable the circumvention or violation of, any * terms of an Apple operating system software license agreement. * * Please obtain a copy of the License at * http://www.opensource.apple.com/apsl/ and read it before using this file. * * The Original Code and all software distributed under the License are * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES, * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. * Please see the License for the specific language governing rights and * limitations under the License. * * @APPLE_OSREFERENCE_LICENSE_HEADER_END@ */ /* * @OSF_COPYRIGHT@ */ /* * Mach Operating System * Copyright (c) 1991,1990,1989,1988,1987 Carnegie Mellon University * All Rights Reserved. * * Permission to use, copy, modify and distribute this software and its * documentation is hereby granted, provided that both the copyright * notice and this permission notice appear in all copies of the * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. * * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. * * Carnegie Mellon requests users of this software to return to * * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU * School of Computer Science * Carnegie Mellon University * Pittsburgh PA 15213-3890 * * any improvements or extensions that they make and grant Carnegie Mellon * the rights to redistribute these changes. */ /* * NOTICE: This file was modified by McAfee Research in 2004 to introduce * support for mandatory and extensible security protections. This notice * is included in support of clause 2.2 (b) of the Apple Public License, * Version 2.0. */ /* */ /* * File: mach/port.h * * Definition of a Mach port * * Mach ports are the endpoints to Mach-implemented communications * channels (usually uni-directional message queues, but other types * also exist). * * Unique collections of these endpoints are maintained for each * Mach task. Each Mach port in the task's collection is given a * [task-local] name to identify it - and the the various "rights" * held by the task for that specific endpoint. * * This header defines the types used to identify these Mach ports * and the various rights associated with them. For more info see: * * <mach/mach_port.h> - manipulation of port rights in a given space * <mach/message.h> - message queue [and port right passing] mechanism * */ #ifndef _MACH_PORT_H_ #define _MACH_PORT_H_ #include <sys/cdefs.h> #include <stdint.h> #include <mach/boolean.h> #include <mach/machine/vm_types.h> #if XNU_KERNEL_PRIVATE #include <ptrauth.h> #endif /* XNU_KERNEL_PRIVATE */ /* * Helpers to declare and lock down the expected size for structures. * Some structures must remain a constant size due to performance or ABI implications. * It's not necessarily an issue if you need to bump a size passed to these macros: act judiciously. */ #if __arm64__ #define xnu_static_assert_struct_size(name, expected_size) _Static_assert(\ sizeof(name) == expected_size, "struct changed size unexpectedly") #else /* __arm64__ */ /* Don't bother trying to lock down structure sizes on !__arm64__ */ #define xnu_static_assert_struct_size(name, expected_size) _Static_assert(0 == 0, "no-op assert") #endif /* __arm64__ */ #if KERNEL #ifdef __LP64__ /* 64-bit kernel build */ #define xnu_static_assert_struct_size_kernel_user(name, expected_kernel_size, expected_user_size) \ xnu_static_assert_struct_size(name, expected_kernel_size) #define xnu_static_assert_struct_size_kernel_user64_user32(name, expected_kernel_size, _u64_size, _u32_size) \ xnu_static_assert_struct_size(name, expected_kernel_size) #else /* __LP64__ */ /* 32-bit kernel build */ /* Don't bother trying to lock down structure sizes on a 32-bit kernel build */ #define xnu_static_assert_struct_size_kernel_user(name, expected_kernel_size, expected_user_size) \ _Static_assert(0 == 0, "no-op assert") #define xnu_static_assert_struct_size_kernel_user64_user32(name, expected_kernel_size, _u64_size, _u32_size) \ _Static_assert(0 == 0, "no-op assert") #endif /* __LP64__ */ #else /* KERNEL */ #define xnu_static_assert_struct_size_kernel_user(name, expected_kernel_size, expected_user_size) \ xnu_static_assert_struct_size(name, expected_user_size) #ifdef __LP64__ #define xnu_static_assert_struct_size_kernel_user64_user32(name, _kern_size, expected_user64_size, _u32_size) \ xnu_static_assert_struct_size(name, expected_user64_size) #else /* __LP64__ */ #define xnu_static_assert_struct_size_kernel_user64_user32(name, _kern_size, _u64_size, expected_user32_size) \ xnu_static_assert_struct_size(name, expected_user32_size) #endif /* __LP64__ */ #endif /* KERNEL */ /* * mach_port_name_t - the local identity for a Mach port * * The name is Mach port namespace specific. It is used to * identify the rights held for that port by the task whose * namespace is implied [or specifically provided]. * * Use of this type usually implies just a name - no rights. * See mach_port_t for a type that implies a "named right." * */ typedef natural_t mach_port_name_t; typedef mach_port_name_t *mach_port_name_array_t; #ifdef KERNEL /* * mach_port_t - a named port right * * In the kernel, "rights" are represented [named] by pointers to * the ipc port object in question. There is no port namespace for the * rights to be collected. * * Actually, there is namespace for the kernel task. But most kernel * code - including, but not limited to, Mach IPC code - lives in the * limbo between the current user-level task and the "next" task. Very * little of the kernel code runs in full kernel task context. So very * little of it gets to use the kernel task's port name space. * * Because of this implementation approach, all in-kernel rights for * a given port coalesce [have the same name/pointer]. The actual * references are counted in the port itself. It is up to the kernel * code in question to "just remember" how many [and what type of] * rights it holds and handle them appropriately. * */ #ifndef MACH_KERNEL_PRIVATE /* * For kernel code that resides outside of Mach proper, we opaque the * port structure definition. */ struct ipc_port; #endif /* MACH_KERNEL_PRIVATE */ typedef struct ipc_port *ipc_port_t; #define IPC_PORT_NULL __unsafe_forge_single(ipc_port_t, NULL) #define IPC_PORT_DEAD __unsafe_forge_single(ipc_port_t, ~0UL) #define IPC_PORT_VALID(port) ipc_port_valid(port) static inline boolean_t ipc_port_valid(ipc_port_t port) { return port != IPC_PORT_DEAD && port; } typedef ipc_port_t mach_port_t; /* * Since the 32-bit and 64-bit representations of ~0 are different, * explicitly handle MACH_PORT_DEAD */ #define CAST_MACH_PORT_TO_NAME(x) ((mach_port_name_t)(uintptr_t)(x)) #define CAST_MACH_NAME_TO_PORT(x) ((x) == MACH_PORT_DEAD ? (mach_port_t)IPC_PORT_DEAD : (mach_port_t)(uintptr_t)(x)) #else /* KERNEL */ /* * mach_port_t - a named port right * * In user-space, "rights" are represented by the name of the * right in the Mach port namespace. Even so, this type is * presented as a unique one to more clearly denote the presence * of a right coming along with the name. * * Often, various rights for a port held in a single name space * will coalesce and are, therefore, be identified by a single name * [this is the case for send and receive rights]. But not * always [send-once rights currently get a unique name for * each right]. * */ #include <sys/_types.h> #include <sys/_types/_mach_port_t.h> #endif /* KERNEL */ #if XNU_KERNEL_PRIVATE #if __has_feature(ptrauth_calls) #define __mach_port_array_auth \ __ptrauth(ptrauth_key_process_independent_data, 1, \ ptrauth_string_discriminator("mach_port_ool_t")) #else #define __mach_port_array_auth #endif typedef struct { mach_port_t __mach_port_array_auth port; } mach_port_ool_t; typedef mach_port_ool_t *mach_port_array_t; #else typedef mach_port_t *mach_port_array_t; #endif /* * MACH_PORT_NULL is a legal value that can be carried in messages. * It indicates the absence of any port or port rights. (A port * argument keeps the message from being "simple", even if the * value is MACH_PORT_NULL.) The value MACH_PORT_DEAD is also a legal * value that can be carried in messages. It indicates * that a port right was present, but it died. */ #if defined(XNU_KERNEL_PRIVATE) && defined(__cplusplus) #define MACH_PORT_NULL NULL #else #define MACH_PORT_NULL 0 /* intentional loose typing */ #endif #define MACH_PORT_DEAD ((mach_port_name_t) ~0) #if MACH_KERNEL_PRIVATE #define MACH_PORT_SPECIAL_DEFAULT ((mach_port_name_t)1) #endif /* MACH_KERNEL_PRIVATE */ #define MACH_PORT_VALID(name) \ (((name) != MACH_PORT_NULL) && \ ((name) != MACH_PORT_DEAD)) /* * For kernel-selected [assigned] port names, the name is * comprised of two parts: a generation number and an index. * This approach keeps the exact same name from being generated * and reused too quickly [to catch right/reference counting bugs]. * The dividing line between the constituent parts is exposed so * that efficient "mach_port_name_t to data structure pointer" * conversion implementation can be made. */ #define MACH_PORT_INDEX(name) ((name) >> 8) #define MACH_PORT_GEN(name) (((name) & 0xff) << 24) #define MACH_PORT_MAKE(index, gen) (((index) << 8) | ((gen) >> 24)) /* * These are the different rights a task may have for a port. * The MACH_PORT_RIGHT_* definitions are used as arguments * to mach_port_allocate, mach_port_get_refs, etc, to specify * a particular right to act upon. The mach_port_names and * mach_port_type calls return bitmasks using the MACH_PORT_TYPE_* * definitions. This is because a single name may denote * multiple rights. */ #if XNU_KERNEL_PRIVATE __enum_closed_decl(mach_port_right_t, uint32_t, { MACH_PORT_RIGHT_SEND = 0, MACH_PORT_RIGHT_RECEIVE = 1, MACH_PORT_RIGHT_SEND_ONCE = 2, MACH_PORT_RIGHT_PORT_SET = 3, MACH_PORT_RIGHT_DEAD_NAME = 4, MACH_PORT_RIGHT_LABELH = 5, /* obsolete right */ MACH_PORT_RIGHT_NUMBER = 6, /* right not implemented */ }); #define MACH_PORT_RIGHT_VALID_TRANSLATE(right) \ ((right) >= MACH_PORT_RIGHT_SEND && (right) <= MACH_PORT_RIGHT_DEAD_NAME) #else typedef natural_t mach_port_right_t; #define MACH_PORT_RIGHT_SEND ((mach_port_right_t) 0) #define MACH_PORT_RIGHT_RECEIVE ((mach_port_right_t) 1) #define MACH_PORT_RIGHT_SEND_ONCE ((mach_port_right_t) 2) #define MACH_PORT_RIGHT_PORT_SET ((mach_port_right_t) 3) #define MACH_PORT_RIGHT_DEAD_NAME ((mach_port_right_t) 4) #define MACH_PORT_RIGHT_LABELH ((mach_port_right_t) 5) /* obsolete right */ #define MACH_PORT_RIGHT_NUMBER ((mach_port_right_t) 6) /* right not implemented */ #endif #if XNU_KERNEL_PRIVATE #define MACH_PORT_TYPE(right) ((1u) << ((right) + 16)) __options_closed_decl(mach_port_type_t, uint32_t, { MACH_PORT_TYPE_NONE = 0, MACH_PORT_TYPE_SEND = MACH_PORT_TYPE(MACH_PORT_RIGHT_SEND), MACH_PORT_TYPE_RECEIVE = MACH_PORT_TYPE(MACH_PORT_RIGHT_RECEIVE), MACH_PORT_TYPE_SEND_ONCE = MACH_PORT_TYPE(MACH_PORT_RIGHT_SEND_ONCE), MACH_PORT_TYPE_PORT_SET = MACH_PORT_TYPE(MACH_PORT_RIGHT_PORT_SET), MACH_PORT_TYPE_DEAD_NAME = MACH_PORT_TYPE(MACH_PORT_RIGHT_DEAD_NAME), /* Dummy type bits that mach_port_type/mach_port_names can return. */ MACH_PORT_TYPE_DNREQUEST = 0x80000000, MACH_PORT_TYPE_SPREQUEST = 0x40000000, MACH_PORT_TYPE_SPREQUEST_DELAYED = 0x20000000, }); typedef mach_port_type_t *mach_port_type_array_t; #else #define MACH_PORT_TYPE(right) \ ((mach_port_type_t)(((mach_port_type_t) 1) \ << ((right) + ((mach_port_right_t) 16)))) typedef natural_t mach_port_type_t; typedef mach_port_type_t *mach_port_type_array_t; #define MACH_PORT_TYPE_NONE ((mach_port_type_t) 0L) #define MACH_PORT_TYPE_SEND MACH_PORT_TYPE(MACH_PORT_RIGHT_SEND) #define MACH_PORT_TYPE_RECEIVE MACH_PORT_TYPE(MACH_PORT_RIGHT_RECEIVE) #define MACH_PORT_TYPE_SEND_ONCE MACH_PORT_TYPE(MACH_PORT_RIGHT_SEND_ONCE) #define MACH_PORT_TYPE_PORT_SET MACH_PORT_TYPE(MACH_PORT_RIGHT_PORT_SET) #define MACH_PORT_TYPE_DEAD_NAME MACH_PORT_TYPE(MACH_PORT_RIGHT_DEAD_NAME) #define MACH_PORT_TYPE_LABELH MACH_PORT_TYPE(MACH_PORT_RIGHT_LABELH) /* obsolete */ /* Dummy type bits that mach_port_type/mach_port_names can return. */ #define MACH_PORT_TYPE_DNREQUEST 0x80000000 #define MACH_PORT_TYPE_SPREQUEST 0x40000000 #define MACH_PORT_TYPE_SPREQUEST_DELAYED 0x20000000 #endif /* Convenient combinations. */ #define MACH_PORT_TYPE_SEND_RECEIVE \ (MACH_PORT_TYPE_SEND|MACH_PORT_TYPE_RECEIVE) #define MACH_PORT_TYPE_SEND_RIGHTS \ (MACH_PORT_TYPE_SEND|MACH_PORT_TYPE_SEND_ONCE) #define MACH_PORT_TYPE_PORT_RIGHTS \ (MACH_PORT_TYPE_SEND_RIGHTS|MACH_PORT_TYPE_RECEIVE) #define MACH_PORT_TYPE_PORT_OR_DEAD \ (MACH_PORT_TYPE_PORT_RIGHTS|MACH_PORT_TYPE_DEAD_NAME) #define MACH_PORT_TYPE_ALL_RIGHTS \ (MACH_PORT_TYPE_PORT_OR_DEAD|MACH_PORT_TYPE_PORT_SET) /* User-references for capabilities. */ typedef natural_t mach_port_urefs_t; typedef integer_t mach_port_delta_t; /* change in urefs */ /* Attributes of ports. (See mach_port_get_receive_status.) */ typedef natural_t mach_port_seqno_t; /* sequence number */ typedef natural_t mach_port_mscount_t; /* make-send count */ typedef natural_t mach_port_msgcount_t; /* number of msgs */ typedef natural_t mach_port_rights_t; /* number of rights */ /* * Are there outstanding send rights for a given port? */ #define MACH_PORT_SRIGHTS_NONE 0 /* no srights */ #define MACH_PORT_SRIGHTS_PRESENT 1 /* srights */ typedef unsigned int mach_port_srights_t; /* status of send rights */ typedef struct mach_port_status { mach_port_rights_t mps_pset; /* count of containing port sets */ mach_port_seqno_t mps_seqno; /* sequence number */ mach_port_mscount_t mps_mscount; /* make-send count */ mach_port_msgcount_t mps_qlimit; /* queue limit */ mach_port_msgcount_t mps_msgcount; /* number in the queue */ mach_port_rights_t mps_sorights; /* how many send-once rights */ boolean_t mps_srights; /* do send rights exist? */ boolean_t mps_pdrequest; /* port-deleted requested? */ boolean_t mps_nsrequest; /* no-senders requested? */ natural_t mps_flags; /* port flags */ } mach_port_status_t; /* System-wide values for setting queue limits on a port */ #define MACH_PORT_QLIMIT_ZERO (0) #define MACH_PORT_QLIMIT_BASIC (5) #define MACH_PORT_QLIMIT_SMALL (16) #define MACH_PORT_QLIMIT_LARGE (1024) #define MACH_PORT_QLIMIT_KERNEL (65534) #define MACH_PORT_QLIMIT_MIN MACH_PORT_QLIMIT_ZERO #define MACH_PORT_QLIMIT_DEFAULT MACH_PORT_QLIMIT_BASIC #define MACH_PORT_QLIMIT_MAX MACH_PORT_QLIMIT_LARGE typedef struct mach_port_limits { mach_port_msgcount_t mpl_qlimit; /* number of msgs */ } mach_port_limits_t; /* Possible values for mps_flags (part of mach_port_status_t) */ #define MACH_PORT_STATUS_FLAG_TEMPOWNER 0x01 #define MACH_PORT_STATUS_FLAG_GUARDED 0x02 #define MACH_PORT_STATUS_FLAG_STRICT_GUARD 0x04 #define MACH_PORT_STATUS_FLAG_IMP_DONATION 0x08 #define MACH_PORT_STATUS_FLAG_REVIVE 0x10 #define MACH_PORT_STATUS_FLAG_TASKPTR 0x20 #define MACH_PORT_STATUS_FLAG_GUARD_IMMOVABLE_RECEIVE 0x40 #define MACH_PORT_STATUS_FLAG_NO_GRANT 0x80 /* Obsolete */ typedef struct mach_port_info_ext { mach_port_status_t mpie_status; mach_port_msgcount_t mpie_boost_cnt; uint32_t reserved[6]; } mach_port_info_ext_t; typedef struct mach_port_guard_info { uint64_t mpgi_guard; /* guard value */ } mach_port_guard_info_t; typedef integer_t *mach_port_info_t; /* varying array of natural_t */ /* Flavors for mach_port_get/set/assert_attributes() */ typedef int mach_port_flavor_t; #define MACH_PORT_LIMITS_INFO 1 /* uses mach_port_limits_t */ #define MACH_PORT_RECEIVE_STATUS 2 /* uses mach_port_status_t */ #define MACH_PORT_DNREQUESTS_SIZE 3 /* info is int */ #define MACH_PORT_TEMPOWNER 4 /* indicates receive right will be reassigned to another task */ #define MACH_PORT_IMPORTANCE_RECEIVER 5 /* indicates recieve right accepts priority donation */ #define MACH_PORT_DENAP_RECEIVER 6 /* indicates receive right accepts de-nap donation */ #define MACH_PORT_INFO_EXT 7 /* uses mach_port_info_ext_t */ #define MACH_PORT_GUARD_INFO 8 /* asserts if the strict guard value is correct */ #define MACH_PORT_SERVICE_THROTTLED 9 /* info is an integer that indicates if service port is throttled or not */ #define MACH_PORT_LIMITS_INFO_COUNT ((natural_t) \ (sizeof(mach_port_limits_t)/sizeof(natural_t))) #define MACH_PORT_RECEIVE_STATUS_COUNT ((natural_t) \ (sizeof(mach_port_status_t)/sizeof(natural_t))) #define MACH_PORT_DNREQUESTS_SIZE_COUNT 1 #define MACH_PORT_INFO_EXT_COUNT ((natural_t) \ (sizeof(mach_port_info_ext_t)/sizeof(natural_t))) #define MACH_PORT_GUARD_INFO_COUNT ((natural_t) \ (sizeof(mach_port_guard_info_t)/sizeof(natural_t))) #define MACH_PORT_SERVICE_THROTTLED_COUNT 1 /* * Structure used to pass information about port allocation requests. * Must be padded to 64-bits total length. */ typedef struct mach_port_qos { unsigned int name:1; /* name given */ unsigned int prealloc:1; /* prealloced message */ boolean_t pad1:30; natural_t len; } mach_port_qos_t; /* * Structure used to pass information about the service port */ #define MACH_SERVICE_PORT_INFO_STRING_NAME_MAX_BUF_LEN 255 /* Maximum length of the port string name buffer */ typedef struct mach_service_port_info { char mspi_string_name[MACH_SERVICE_PORT_INFO_STRING_NAME_MAX_BUF_LEN]; /* Service port's string name */ uint8_t mspi_domain_type; /* Service port domain */ } mach_service_port_info_data_t; #define MACH_SERVICE_PORT_INFO_COUNT ((char) \ (sizeof(mach_service_port_info_data_t)/sizeof(char))) typedef struct mach_service_port_info * mach_service_port_info_t; /* * Platform binaries are not allowed to send OOL port array to any port. * * MACH_MSG_OOL_PORTS_DESCRIPTOR are allowed to be sent ONLY to receive * rights that are explicitly allow to receive that descriptor. * * Such ports have a dedicated port type, and are created using the * MPO_CONNECTION_PORT_WITH_PORT_ARRAY flag. * * Creation of such ports requires the binary to have the following entitlement. */ #define MACH_PORT_CONNECTION_PORT_WITH_PORT_ARRAY "com.apple.developer.allow-connection-port-with-port-array" /* Allows 1p process to create weak reply port */ #define MACH_PORT_WEAK_REPLY_ENTITLEMENT "com.apple.private.allow-weak-reply-port" /* * Flags for mach_port_options (used for * invocation of mach_port_construct). * Indicates attributes to be set for the newly * allocated port. */ /* MPO options flags */ #define MPO_CONTEXT_AS_GUARD 0x01 /* Add guard to the port */ #define MPO_QLIMIT 0x02 /* Set qlimit for the port msg queue */ #define MPO_TEMPOWNER 0x04 /* Set the tempowner bit of the port */ #define MPO_IMPORTANCE_RECEIVER 0x08 /* Mark the port as importance receiver */ #define MPO_INSERT_SEND_RIGHT 0x10 /* Insert a send right for the port */ #define MPO_STRICT 0x20 /* Apply strict guarding for port */ #define MPO_DENAP_RECEIVER 0x40 /* Mark the port as App de-nap receiver */ #define MPO_IMMOVABLE_RECEIVE 0x80 /* Mark the port as immovable; protected by the guard context */ #define MPO_FILTER_MSG 0x100 /* Allow message filtering */ #define MPO_TG_BLOCK_TRACKING 0x200 /* Track blocking relationship for thread group during sync IPC */ #define MPO_ENFORCE_REPLY_PORT_SEMANTICS 0x2000 /* When talking to this port, local port of mach msg needs to follow reply port semantics.*/ /* This service port has requested security hardening */ #define MPO_STRICT_SERVICE_PORT (MPO_SERVICE_PORT | MPO_ENFORCE_REPLY_PORT_SEMANTICS) #define MPO_OPTIONS_MASK \ (MPO_CONTEXT_AS_GUARD | \ MPO_QLIMIT | \ MPO_TEMPOWNER | \ MPO_IMPORTANCE_RECEIVER | \ MPO_INSERT_SEND_RIGHT | \ MPO_STRICT | \ MPO_DENAP_RECEIVER | \ MPO_IMMOVABLE_RECEIVE | \ MPO_FILTER_MSG | \ MPO_TG_BLOCK_TRACKING | \ MPO_ENFORCE_REPLY_PORT_SEMANTICS) /* MPO port type flags */ #define MPO_MAKE_PORT_TYPE(a, b) (((a & 0x7) << 14) | ((b & 0x7) << 10)) #define MPO_PORT_TYPE_MASK MPO_MAKE_PORT_TYPE(0x7, 0x7) /* 0x1dc00 */ #if KERNEL_PRIVATE __enum_closed_decl(mpo_flags_t, uint32_t, { #else /* KERNEL_PRIVATE */ /* These need to be defined for libxpc and other clients who `#ifdef` */ #define MPO_PORT MPO_PORT #define MPO_SERVICE_PORT MPO_SERVICE_PORT #define MPO_CONNECTION_PORT MPO_CONNECTION_PORT #define MPO_REPLY_PORT MPO_REPLY_PORT #define MPO_WEAK_REPLY_PORT MPO_WEAK_REPLY_PORT #define MPO_NOTIFICATION_PORT MPO_NOTIFICATION_PORT #define MPO_EXCEPTION_PORT MPO_EXCEPTION_PORT #define MPO_CONNECTION_PORT_WITH_PORT_ARRAY MPO_CONNECTION_PORT_WITH_PORT_ARRAY __options_decl(mpo_flags_t, uint32_t, { #endif /* KERNEL_PRIVATE */ /* Your classic IOT_PORT, an uninteresting message queue */ MPO_PORT = MPO_MAKE_PORT_TYPE(0, 0), /* 0x0 */ /* Create a service port with the given name; should be used only by launchd */ MPO_SERVICE_PORT = MPO_MAKE_PORT_TYPE(0, 1), /* 0x400 */ /* Derive new peer connection port from a given service port */ MPO_CONNECTION_PORT = MPO_MAKE_PORT_TYPE(0, 2), /* 0x800 */ /* Designate port as a reply port */ MPO_REPLY_PORT = MPO_MAKE_PORT_TYPE(0, 4), /* 0x1000 */ /* Designate port as a weak (fake) reply port */ MPO_WEAK_REPLY_PORT = MPO_MAKE_PORT_TYPE(1, 0), /* 0x4000 */ /* Designate port as a notification port */ MPO_NOTIFICATION_PORT = MPO_MAKE_PORT_TYPE(1, 1), /* 0x4400 */ /* Used for hardened exceptions - immovable */ MPO_EXCEPTION_PORT = MPO_MAKE_PORT_TYPE(2, 0), /* 0x8000 */ /* Can receive OOL port array descriptors */ MPO_CONNECTION_PORT_WITH_PORT_ARRAY = MPO_MAKE_PORT_TYPE(4, 0), /* 0x10000 */ }); /* For bincompat: weak reply port used to be called provisional reply port */ #define MPO_PROVISIONAL_REPLY_PORT MPO_WEAK_REPLY_PORT #define MPO_UNUSED_BITS ~(MPO_OPTIONS_MASK | MPO_PORT_TYPE_MASK) /* Denotes an anonymous service */ #define MPO_ANONYMOUS_SERVICE (MACH_PORT_DEAD - 1) /* * Structure to define optional attributes for a newly * constructed port. */ typedef struct mach_port_options { uint32_t flags; mach_port_limits_t mpl; /* Message queue limit for port */ union { uint64_t reserved[2]; /* Reserved */ mach_port_name_t work_interval_port; /* Work interval port */ #if KERNEL uint32_t service_port_info32; /* Service port (MPO_SERVICE_PORT) */ uint64_t service_port_info64; /* Service port (MPO_SERVICE_PORT) */ #else mach_service_port_info_t service_port_info; /* Service port (MPO_SERVICE_PORT) */ #endif mach_port_name_t service_port_name; /* Service port (MPO_CONNECTION_PORT) */ }; }mach_port_options_t; typedef mach_port_options_t *mach_port_options_ptr_t; /* Mach Port Guarding definitions */ /* * EXC_GUARD represents a guard violation for both * mach ports and file descriptors. GUARD_TYPE_ is used * to differentiate among them. */ #define GUARD_TYPE_MACH_PORT 0x1 /* * Reasons for exception for a guarded mach port * * Arguments are documented in doc/mach_ipc/guard_exceptions.md, * please update when adding a new type. * * Note: these had been designed as bitfields, * hence the weird spaced values, * but are truly an enum, please add new values in the "holes". */ enum mach_port_guard_exception_codes { kGUARD_EXC_NONE = 0, /* never sent */ kGUARD_EXC_DESTROY = 1, kGUARD_EXC_MOD_REFS = 2, kGUARD_EXC_INVALID_OPTIONS = 3, kGUARD_EXC_SET_CONTEXT = 4, kGUARD_EXC_THREAD_SET_STATE = 5, kGUARD_EXC_EXCEPTION_BEHAVIOR_ENFORCE = 6, kGUARD_EXC_SERVICE_PORT_VIOLATION_FATAL = 7, kGUARD_EXC_UNGUARDED = 8, kGUARD_EXC_KOBJECT_REPLY_PORT_SEMANTICS = 9, kGUARD_EXC_REQUIRE_REPLY_PORT_SEMANTICS = 10, kGUARD_EXC_INCORRECT_GUARD = 16, kGUARD_EXC_IMMOVABLE = 32, kGUARD_EXC_STRICT_REPLY = 64, kGUARD_EXC_INVALID_NOTIFICATION_REQ = 65, kGUARD_EXC_INVALID_MPO_ENTITLEMENT = 66, kGUARD_EXC_DESCRIPTOR_VIOLATION = 67, kGUARD_EXC_MSG_FILTERED = 128, /* start of [optionally] non-fatal guards */ kGUARD_EXC_INVALID_RIGHT = 256, kGUARD_EXC_INVALID_NAME = 512, kGUARD_EXC_INVALID_VALUE = 1u << 10, kGUARD_EXC_INVALID_ARGUMENT = 1u << 11, /* really kGUARD_EXC_ALREADY_GUARDED */ kGUARD_EXC_RIGHT_EXISTS = 1u << 12, /* unused */ kGUARD_EXC_KERN_NO_SPACE = 1u << 13, /* unused */ kGUARD_EXC_KERN_FAILURE = 1u << 14, /* really kGUARD_EXC_INVALID_PDREQUEST */ kGUARD_EXC_KERN_RESOURCE = 1u << 15, /* unused */ kGUARD_EXC_SEND_INVALID_REPLY = 1u << 16, kGUARD_EXC_SEND_INVALID_VOUCHER = 1u << 17, kGUARD_EXC_SEND_INVALID_RIGHT = 1u << 18, kGUARD_EXC_RCV_INVALID_NAME = 1u << 19, /* start of always non-fatal guards */ kGUARD_EXC_RCV_GUARDED_DESC = 0x00100000, /* for development only */ kGUARD_EXC_SERVICE_PORT_VIOLATION_NON_FATAL = 0x00100001, /* unused */ kGUARD_EXC_INVALID_NOTIFICATION_PORT = 0x00100006, kGUARD_EXC_MACH_EXC_THREAD_SET_STATE = 0x00100007, kGUARD_EXC_CV_NOTIFICATION_PORT_REQ = 0x00100008, kGUARD_EXC_WEAK_REPLY_PORT = 0x00100002, /* unused */ kGUARD_EXC_OOL_PORT_ARRAY_CREATION = 0x00100003, /* unused */ kGUARD_EXC_MOVE_WEAK_REPLY_PORT = 0x00100004, kGUARD_EXC_REPLY_PORT_SINGLE_SO_RIGHT = 0x00100005, kGUARD_EXC_MOD_REFS_NON_FATAL = 1u << 21, kGUARD_EXC_IMMOVABLE_NON_FATAL = 1u << 22, /* unused */ }; #define MAX_FATAL_kGUARD_EXC_CODE kGUARD_EXC_MSG_FILTERED #define MAX_OPTIONAL_kGUARD_EXC_CODE kGUARD_EXC_RCV_INVALID_NAME /* Temporary! Should be removed after rdar://166892063 */ #define kGUARD_EXC_PROVISIONAL_REPLY_PORT kGUARD_EXC_WEAK_REPLY_PORT #define kGUARD_EXC_MOVE_PROVISIONAL_REPLY_PORT kGUARD_EXC_MOVE_WEAK_REPLY_PORT #ifdef XNU_KERNEL_PRIVATE /* * Mach port guard payload construction helpers * * The order of the argument is the same as their position in * the payload, with flag being the MSB and the last argument * in the least siginificant end. */ #define MPG_24BIT_MASK ((0x1ULL << 24) - 1) /* * +-------------+----------------+----------------------+ * |[63:56] flag | [55:32] unused | [31:0] a | * +-------------+----------------+----------------------+ */ __header_always_inline __attribute__((overloadable)) uint64_t MPG_PAYLOAD(uint8_t flag, uint32_t a) { return ((uint64_t)flag << 56) | a; } /* * +-------------+----------------+----------------------+ * |[63:56] flag | [55:32] a | [31:0] b | * +-------------+----------------+----------------------+ */ __header_always_inline __attribute__((overloadable)) uint64_t MPG_PAYLOAD(uint8_t flag, uint32_t a, uint32_t b) { return ((uint64_t)flag << 56) | ((uint64_t)(a & MPG_24BIT_MASK) << 32) | b; } /* * +-------------+----------------+-----------+----------+ * |[63:56] flag | [55:32] a | [31:16] b | [15:0] c | * +-------------+----------------+-----------+----------+ */ __header_always_inline __attribute__((overloadable)) uint64_t MPG_PAYLOAD(uint8_t flag, uint32_t a, uint16_t b, uint16_t c) { return ((uint64_t)flag << 56) | ((uint64_t)(a & MPG_24BIT_MASK) << 32) | ((uint64_t)b << 16) | c; } #endif /* XNU_KERNEL_PRIVATE */ /* * Mach port guard flags. */ #define MPG_FLAGS_NONE 0x00 /* * These flags are used as bits in the subcode of kGUARD_EXC_STRICT_REPLY exceptions. */ #define MPG_FLAGS_STRICT_REPLY_INVALID_VOUCHER 0x04 #define MPG_FLAGS_STRICT_REPLY_MISMATCHED_PERSONA 0x10 /* * These flags are used as bits in the subcode of kGUARD_EXC_MOD_REFS exceptions. */ #define MPG_FLAGS_MOD_REFS_PINNED_DEALLOC 0x01 #define MPG_FLAGS_MOD_REFS_PINNED_DESTROY 0x02 #define MPG_FLAGS_MOD_REFS_PINNED_COPYIN 0x03 /* * These flags are used as bits in the subcode of kGUARD_EXC_INVALID_RIGHT exceptions. */ #define MPG_FLAGS_INVALID_RIGHT_RECV 0x01 /* does not have receive right */ #define MPG_FLAGS_INVALID_RIGHT_DELTA 0x02 /* ipc_right_delta() */ #define MPG_FLAGS_INVALID_RIGHT_DESTRUCT 0x03 /* ipc_right_destruct() */ #define MPG_FLAGS_INVALID_RIGHT_COPYIN 0x04 /* ipc_right_copyin() */ #define MPG_FLAGS_INVALID_RIGHT_DEALLOC 0x05 /* ipc_right_dealloc() */ #define MPG_FLAGS_INVALID_RIGHT_DEALLOC_KERNEL 0x06 /* mach_port_deallocate_kernel() */ #define MPG_FLAGS_INVALID_RIGHT_TRANSLATE_PORT 0x07 /* port in ipc_object_translate_port_pset() */ #define MPG_FLAGS_INVALID_RIGHT_TRANSLATE_PSET 0x08 /* pset in ipc_object_translate_port_pset() */ /* * These flags are used as bits in the subcode of kGUARD_EXC_INVALID_VALUE exceptions. */ #define MPG_FLAGS_INVALID_VALUE_PEEK 0x01 /* mach_port_peek() */ #define MPG_FLAGS_INVALID_VALUE_DELTA 0x02 /* ipc_right_delta() */ #define MPG_FLAGS_INVALID_VALUE_DESTRUCT 0x03 /* ipc_right_destruct() */ /* * These flags are used as bits in the subcode of kGUARD_EXC_KERN_FAILURE exceptions. */ #define MPG_FLAGS_KERN_FAILURE_TASK 0x01 /* task other than launchd arm pd on service ports */ #define MPG_FLAGS_KERN_FAILURE_NOTIFY_TYPE 0x02 /* not using IOT_NOTIFICATION_PORT for pd notification */ #define MPG_FLAGS_KERN_FAILURE_NOTIFY_RECV 0x03 /* notification port not owned by launchd */ #define MPG_FLAGS_KERN_FAILURE_MULTI_NOTI 0x04 /* register multiple pd notification */ /* * These flags are used as bits in the subcode of kGUARD_EXC_SEND_INVALID_RIGHT exceptions. */ #define MPG_FLAGS_SEND_INVALID_RIGHT_PORT 0x01 /* ipc_kmsg_copyin_port_descriptor() */ #define MPG_FLAGS_SEND_INVALID_RIGHT_OOL_PORT 0x02 /* ipc_kmsg_copyin_ool_ports_descriptor() */ #define MPG_FLAGS_SEND_INVALID_RIGHT_GUARDED 0x03 /* ipc_kmsg_copyin_guarded_port_descriptor */ /* * These flags are used as bits in the subcode of kGUARD_EXC_INVALID_OPTIONS exceptions. */ #define MPG_FLAGS_INVALID_OPTIONS_OOL_DISP 0x01 /* ipc_kmsg_copyin_ool_ports_descriptor() */ #define MPG_FLAGS_INVALID_OPTIONS_OOL_ARRAYS 0x02 /* ipc_validate_kmsg_header_from_user() */ #define MPG_FLAGS_INVALID_OPTIONS_OOL_RIGHT 0x03 /* ipc_validate_kmsg_header_from_user() */ /* * Flags for mach_port_guard_with_flags. These flags extend * the attributes associated with a guarded port. */ #define MPG_STRICT 0x01 /* Apply strict guarding for a port */ #define MPG_IMMOVABLE_RECEIVE 0x02 /* Receive right cannot be moved out of the space */ #if !__DARWIN_UNIX03 && !defined(_NO_PORT_T_FROM_MACH) /* * Mach 3.0 renamed everything to have mach_ in front of it. * These types and macros are provided for backward compatibility * but are deprecated. */ typedef mach_port_t port_t; typedef mach_port_name_t port_name_t; typedef mach_port_name_t *port_name_array_t; #define PORT_NULL ((port_t) 0) #define PORT_DEAD ((port_t) ~0) #define PORT_VALID(name) \ ((port_t)(name) != PORT_NULL && (port_t)(name) != PORT_DEAD) #endif /* !__DARWIN_UNIX03 && !_NO_PORT_T_FROM_MACH */ #endif /* _MACH_PORT_H_ */ |