[Lldb-commits] [lldb] 8aa07f8 - Remove the old SecTaskAccess entry from debugserver's plist
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 16 21:54:41 PDT 2020
Author: Jason Molenda
Date: 2020-03-16T21:54:32-07:00
New Revision: 8aa07f81b85b7af4b0678a813dd4f5a98293b955
URL: https://github.com/llvm/llvm-project/commit/8aa07f81b85b7af4b0678a813dd4f5a98293b955
DIFF: https://github.com/llvm/llvm-project/commit/8aa07f81b85b7af4b0678a813dd4f5a98293b955.diff
LOG: Remove the old SecTaskAccess entry from debugserver's plist
<rdar://problem/60230324>
Added:
Modified:
lldb/tools/debugserver/resources/lldb-debugserver-Info.plist
Removed:
################################################################################
diff --git a/lldb/tools/debugserver/resources/lldb-debugserver-Info.plist b/lldb/tools/debugserver/resources/lldb-debugserver-Info.plist
index 343325c2765c..ddaf0644f2cf 100644
--- a/lldb/tools/debugserver/resources/lldb-debugserver-Info.plist
+++ b/lldb/tools/debugserver/resources/lldb-debugserver-Info.plist
@@ -12,10 +12,5 @@
<string>debugserver</string>
<key>CFBundleVersion</key>
<string>2</string>
- <key>SecTaskAccess</key>
- <array>
- <string>allowed</string>
- <string>debug</string>
- </array>
</dict>
</plist>
More information about the lldb-commits
mailing list