comparison src/os/bsd/launcher/Info-privileged.plist @ 6765:15ba0e7a3ff4

7193201: [OS X] The development launcher should be signed and given task_for_pid privileges Reviewed-by: sspitsyn, nloodin, mgronlun, coleenp
author sla
date Mon, 17 Sep 2012 11:46:19 +0200
parents
children
comparison
equal deleted inserted replaced
6749:a6fe94b9759f 6765:15ba0e7a3ff4
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>CFBundleIdentifier</key>
6 <string>net.java.openjdk.cmd</string>
7 <key>CFBundleInfoDictionaryVersion</key>
8 <string>6.0</string>
9 <key>CFBundleName</key>
10 <string>OpenJDK Command</string>
11 <key>CFBundleShortVersionString</key>
12 <string>1.0</string>
13 <key>CFBundleVersion</key>
14 <string>1.0</string>
15 <key>SecTaskAccess</key>
16 <string>allowed</string>
17 </dict>
18 </plist>