]> git.saurik.com Git - apple/security.git/blob - OTAPKIAssetTool/com.apple.OTAPKIAssetTool.plist
Security-57740.31.2.tar.gz
[apple/security.git] / OTAPKIAssetTool / com.apple.OTAPKIAssetTool.plist
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>EnablePressuredExit</key>
6 <true/>
7 <key>EnableTransactions</key>
8 <true/>
9 <key>POSIXSpawnType</key>
10 <string>Adaptive</string>
11 <key>Label</key>
12 <string>com.apple.OTAPKIAssetTool</string>
13 <key>ProgramArguments</key>
14 <array>
15 <string>/usr/libexec/OTAPKIAssetTool</string>
16 </array>
17 <key>Umask</key>
18 <integer>18</integer>
19 <key>UserName</key>
20 <string>_securityd</string>
21 <key>LaunchEvents</key>
22 <dict>
23 <key>com.apple.xpc.activity</key>
24 <dict>
25 <key>com.apple.OTAPKIAssetTool.asset-check</key>
26 <dict>
27 <key>Priority</key>
28 <string>Utility</string>
29 <key>Interval</key>
30 <integer>259200</integer>
31 <key>GracePeriod</key>
32 <integer>3600</integer>
33 </dict>
34 </dict>
35 </dict>
36 </dict>
37 </plist>