[Lldb-commits] [lldb] 8a16a06 - [lldb][NFC] Remove copy of debugserver entitlements plist
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Tue Jan 31 12:58:58 PST 2023
Author: Alex Langford
Date: 2023-01-31T12:58:37-08:00
New Revision: 8a16a069540a6c9662e53b64679b1f5ce8e51956
URL: https://github.com/llvm/llvm-project/commit/8a16a069540a6c9662e53b64679b1f5ce8e51956
DIFF: https://github.com/llvm/llvm-project/commit/8a16a069540a6c9662e53b64679b1f5ce8e51956.diff
LOG: [lldb][NFC] Remove copy of debugserver entitlements plist
An exact copy of this file exists in debugserver's resource directory
and this one is unused.
Added:
Modified:
Removed:
lldb/resources/debugserver-macosx-entitlements.plist
################################################################################
diff --git a/lldb/resources/debugserver-macosx-entitlements.plist b/lldb/resources/debugserver-macosx-entitlements.plist
deleted file mode 100644
index 3d60e8bd0b94d..0000000000000
--- a/lldb/resources/debugserver-macosx-entitlements.plist
+++ /dev/null
@@ -1,8 +0,0 @@
-<?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>com.apple.security.cs.debugger</key>
- <true/>
-</dict>
-</plist>
More information about the lldb-commits
mailing list