/ OSX / sec / ipc / com.apple.securityd.plist
com.apple.securityd.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>EnvironmentVariables</key>
10  	<dict>
11  		<key>DEBUGSCOPE</key>
12  		<string>-policy-node,policy-set,policy,alloc,trust,bind,profile,trace,dbconn,OTR,serverxpc,sqlite3,error_thee_well, ringSigning</string>
13  		<key>WAIT4DEBUGGER</key>
14  		<string>NO</string>
15  	</dict>
16  	<key>GroupName</key>
17  	<string>_securityd</string>
18  	<key>Label</key>
19  	<string>com.apple.securityd</string>
20  	<key>MachServices</key>
21  	<dict>
22  		<key>com.apple.security.octagon</key>
23  		<true/>
24  		<key>com.apple.securityd</key>
25  		<true/>
26  		<key>com.apple.securityd.aps</key>
27  		<true/>
28  		<key>com.apple.securityd.ckks</key>
29  		<true/>
30  		<key>com.apple.securityd.general</key>
31  		<true/>
32  		<key>com.apple.securityd.sos</key>
33  		<true/>
34  		<key>com.apple.security.escrow-update</key>
35  		<true/>
36  	</dict>
37  	<key>ProgramArguments</key>
38  	<array>
39  		<string>/usr/libexec/securityd</string>
40  	</array>
41  	<key>Umask</key>
42  	<integer>54</integer>
43  	<key>UserName</key>
44  	<string>_securityd</string>
45  	<key>POSIXSpawnType</key>
46  	<string>Interactive</string>
47  	<key>MinimalBootProfile</key>
48  	<true/>
49  	<key>LaunchEvents</key>
50  	<dict>
51  		<key>com.apple.xpc.activity</key>
52  		<dict>
53  			<key>com.apple.securityd.daily</key>
54  			<dict>
55  				<key>Priority</key>
56  				<string>Utility</string>
57  				<key>Interval</key>
58  				<real>86400</real>
59  				<key>GracePeriod</key>
60  				<integer>21600</integer>
61  				<key>PowerNap</key>
62  				<true/>
63  				<key>AllowBattery</key>
64  				<false/>
65  				<key>RequireInexpensiveNetworkConnectivity</key>
66  				<true/>
67  				<key>NetworkTransferDirection</key>
68  				<string>Bidirectional</string>
69  			</dict>
70  			<key>com.apple.securityd.entropyhealth</key>
71  			<dict>
72  				<key>Priority</key>
73  				<string>Utility</string>
74  				<key>Interval</key>
75  				<real>86400</real>
76  			</dict>
77  			<key>com.apple.securityd.prng</key>
78  			<dict>
79  				<key>Priority</key>
80  				<string>Maintenance</string>
81  				<key>Interval</key>
82  				<real>3600</real>
83                  <key>RequiresClassC</key>
84                  <false/>
85  			</dict>
86  		</dict>
87  		<key>com.apple.notifyd.matching</key>
88  		<dict>
89  			<key>kSOSCCHoldLockForInitialSync</key>
90  			<dict>
91  				<key>Notification</key>
92  				<string>com.apple.security.secureobjectsync.holdlock</string>
93  			</dict>
94  		</dict>
95  	</dict>
96  	<key>_LimitLoadFromVariant</key>
97  	<string>IsRecovery</string>
98  </dict>
99  </plist>