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