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>


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to