xref: /xnu-11417.140.69/san/memory/kasan-denylist-dynamic (revision 43a90889846e00bfb5cf1d255cdc0a701a1e05a4)
1#!special-case-list-v1
2# rdar://139815990
3# entry = <kext>:<func>:<type>
4#
5# <type> = [ kfree zfree fsfree memr memw strr strw read write rw free mem str poison ]
6# See kasan_internal.h for descriptions of the types
7#
8# <kext> = last component of kext bundle ID. Use '__kernel__' for xnu proper.
9#
10# Any field can be empty, which matches everything
11
12
13# OSKext::copyInfo copies the whole cstrings section
14__kernel__:_ZN6OSKext8copyInfoEP7OSArray:memr
15
16# For unit-testing KASan
17__kernel__:test_denylist:test
18__kernel__:test_denylist_str:memr
19