com.apple.kext.plist   [plain text]


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
	<dict>
		<key>DEFAULT-OPTIONS</key>
		<dict>
			<key>Level</key>
			<dict>
				<key>Persist</key>
				<string>Inherit</string>
				<key>Enable</key>
				<string>Inherit</string>
			</dict>
			<key>Enable-Fault-Crashlogs</key>
			<true/>
		</dict>
		<key>signposts</key>
		<dict>
			<key>Signpost-Enabled</key>
			<true/>
			<key>Signpost-Scope</key>
			<string>Process</string>
			<key>Signpost-Persisted</key>
			<true/>
		</dict>
	</dict>
</plist>