From 5c90afa296b5e9939dc4571c418321d3235a547f Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 9 Jan 2014 11:00:36 -0800 Subject: Work on mac launch script, sign binary mac tap driver kext (and there was much rejoicing!) --- .../tap.kext/Contents/_CodeSignature/CodeDirectory | Bin 0 -> 145 bytes .../Contents/_CodeSignature/CodeRequirements | Bin 0 -> 176 bytes .../tap.kext/Contents/_CodeSignature/CodeResources | 105 +++++++++++++++++++++ .../tap.kext/Contents/_CodeSignature/CodeSignature | Bin 0 -> 8578 bytes 4 files changed, 105 insertions(+) create mode 100644 ext/bin/tap-mac/tap.kext/Contents/_CodeSignature/CodeDirectory create mode 100644 ext/bin/tap-mac/tap.kext/Contents/_CodeSignature/CodeRequirements create mode 100644 ext/bin/tap-mac/tap.kext/Contents/_CodeSignature/CodeResources create mode 100644 ext/bin/tap-mac/tap.kext/Contents/_CodeSignature/CodeSignature (limited to 'ext/bin') diff --git a/ext/bin/tap-mac/tap.kext/Contents/_CodeSignature/CodeDirectory b/ext/bin/tap-mac/tap.kext/Contents/_CodeSignature/CodeDirectory new file mode 100644 index 00000000..94acbe29 Binary files /dev/null and b/ext/bin/tap-mac/tap.kext/Contents/_CodeSignature/CodeDirectory differ diff --git a/ext/bin/tap-mac/tap.kext/Contents/_CodeSignature/CodeRequirements b/ext/bin/tap-mac/tap.kext/Contents/_CodeSignature/CodeRequirements new file mode 100644 index 00000000..1df93129 Binary files /dev/null and b/ext/bin/tap-mac/tap.kext/Contents/_CodeSignature/CodeRequirements differ diff --git a/ext/bin/tap-mac/tap.kext/Contents/_CodeSignature/CodeResources b/ext/bin/tap-mac/tap.kext/Contents/_CodeSignature/CodeResources new file mode 100644 index 00000000..0710b400 --- /dev/null +++ b/ext/bin/tap-mac/tap.kext/Contents/_CodeSignature/CodeResources @@ -0,0 +1,105 @@ + + + + + files + + files2 + + rules + + ^Resources/ + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^version.plist$ + + + rules2 + + .*\.dSYM($|/) + + weight + 11 + + ^(.*/)?\.DS_Store$ + + omit + + weight + 2000 + + ^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/ + + nested + + weight + 10 + + ^.* + + ^Info\.plist$ + + omit + + weight + 20 + + ^PkgInfo$ + + omit + + weight + 20 + + ^Resources/ + + weight + 20 + + ^Resources/.*\.lproj/ + + optional + + weight + 1000 + + ^Resources/.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^[^/]+$ + + nested + + weight + 10 + + ^embedded\.provisionprofile$ + + weight + 20 + + ^version\.plist$ + + weight + 20 + + + + diff --git a/ext/bin/tap-mac/tap.kext/Contents/_CodeSignature/CodeSignature b/ext/bin/tap-mac/tap.kext/Contents/_CodeSignature/CodeSignature new file mode 100644 index 00000000..5fde8dc5 Binary files /dev/null and b/ext/bin/tap-mac/tap.kext/Contents/_CodeSignature/CodeSignature differ -- cgit v1.2.3