[Lldb-commits] [lldb] 3ce6890 - [lldb] Fixup MTE entitlement spelling for MTE driver (#190842)

via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 8 12:01:46 PDT 2026


Author: Julian Lettner
Date: 2026-04-08T12:01:40-07:00
New Revision: 3ce68907fff129b1728f692be16c61c8fbd3892a

URL: https://github.com/llvm/llvm-project/commit/3ce68907fff129b1728f692be16c61c8fbd3892a
DIFF: https://github.com/llvm/llvm-project/commit/3ce68907fff129b1728f692be16c61c8fbd3892a.diff

LOG: [lldb] Fixup MTE entitlement spelling for MTE driver (#190842)

Fixup for: https://github.com/llvm/llvm-project/pull/186322

Added: 
    

Modified: 
    lldb/tools/driver/lldb-mte-entitlements.plist

Removed: 
    


################################################################################
diff  --git a/lldb/tools/driver/lldb-mte-entitlements.plist b/lldb/tools/driver/lldb-mte-entitlements.plist
index 7ab4dd621bd53..65c21067a0137 100644
--- a/lldb/tools/driver/lldb-mte-entitlements.plist
+++ b/lldb/tools/driver/lldb-mte-entitlements.plist
@@ -2,9 +2,9 @@
 <!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.developer.hardened-process</key>
+	<key>com.apple.security.hardened-process</key>
 	<true/>
-	<key>com.apple.developer.hardened-process.checked-allocations</key>
+	<key>com.apple.security.hardened-process.checked-allocations</key>
 	<true/>
 </dict>
 </plist>


        


More information about the lldb-commits mailing list