mirror of
https://github.com/sickcodes/osx-serial-generator.git
synced 2025-01-14 18:26:01 +00:00
Scan policy update
This commit is contained in:
parent
a79d554771
commit
92148ee183
|
@ -1,6 +1,7 @@
|
||||||
<!-- This file is modified by @sickcodes from https://github.com/kholia/OSX-KVM/tree/master/OpenCore-Catalina -->
|
<!-- This file is modified by @sickcodes from https://github.com/kholia/OSX-KVM/tree/master/OpenCore-Catalina -->
|
||||||
<!-- The modifications are placeholders for: {{DEVICE_MODEL}}, {{SERIAL}}, {{BOARD_SERIAL}}, {{UUID}}, {{ROM}}, {{WIDTH}}, {{HEIGHT}} -->
|
<!-- The modifications are placeholders for: {{DEVICE_MODEL}}, {{SERIAL}}, {{BOARD_SERIAL}}, {{UUID}}, {{ROM}}, {{WIDTH}}, {{HEIGHT}} -->
|
||||||
<!-- All credit for this file https://github.com/kholia/OSX-KVM/blob/master/CREDITS.md -->
|
<!-- All credit for this file https://github.com/kholia/OSX-KVM/blob/master/CREDITS.md -->
|
||||||
|
<!-- Scan policy generator: https://oc-scanpolicy.vercel.app/ -->
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?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">
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
|
@ -1085,6 +1086,8 @@
|
||||||
<data></data>
|
<data></data>
|
||||||
<key>PasswordSalt</key>
|
<key>PasswordSalt</key>
|
||||||
<data></data>
|
<data></data>
|
||||||
|
<key>ScanPolicy</key>
|
||||||
|
<integer>13056</integer>
|
||||||
<key>SecureBootModel</key>
|
<key>SecureBootModel</key>
|
||||||
<string>Disabled</string>
|
<string>Disabled</string>
|
||||||
<key>Vault</key>
|
<key>Vault</key>
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!-- This file is modified by @sickcodes from https://github.com/kholia/OSX-KVM/tree/master/OpenCore-Catalina -->
|
<!-- This file is modified by @sickcodes from https://github.com/kholia/OSX-KVM/tree/master/OpenCore-Catalina -->
|
||||||
<!-- The modifications are placeholders for: {{DEVICE_MODEL}}, {{SERIAL}}, {{BOARD_SERIAL}}, {{UUID}}, {{ROM}}, {{WIDTH}}, {{HEIGHT}} -->
|
<!-- The modifications are placeholders for: {{DEVICE_MODEL}}, {{SERIAL}}, {{BOARD_SERIAL}}, {{UUID}}, {{ROM}}, {{WIDTH}}, {{HEIGHT}} -->
|
||||||
<!-- All credit for this file https://github.com/kholia/OSX-KVM/blob/master/CREDITS.md -->
|
<!-- All credit for this file https://github.com/kholia/OSX-KVM/blob/master/CREDITS.md -->
|
||||||
|
<!-- Scan policy generator: https://oc-scanpolicy.vercel.app/ -->
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?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">
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
|
@ -1085,6 +1086,8 @@
|
||||||
<data></data>
|
<data></data>
|
||||||
<key>PasswordSalt</key>
|
<key>PasswordSalt</key>
|
||||||
<data></data>
|
<data></data>
|
||||||
|
<key>ScanPolicy</key>
|
||||||
|
<integer>13056</integer>
|
||||||
<key>SecureBootModel</key>
|
<key>SecureBootModel</key>
|
||||||
<string>Disabled</string>
|
<string>Disabled</string>
|
||||||
<key>Vault</key>
|
<key>Vault</key>
|
||||||
|
|
Loading…
Reference in a new issue