/ OSX / sec / ipc / com.apple.secd.plist
com.apple.secd.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>LimitLoadToSessionType</key>
10  	<string>Background</string>
11  	<key>POSIXSpawnType</key>
12  	<string>Interactive</string>
13  	<key>Label</key>
14  	<string>com.apple.secd</string>
15  	<key>MachServices</key>
16  	<dict>
17  		<key>com.apple.security.octagon</key>
18  		<true/>
19  		<key>com.apple.secd</key>
20  		<true/>
21  		<key>com.apple.securityd.xpc</key>
22  		<true/>
23  		<key>com.apple.securityd.aps</key>
24  		<true/>
25  		<key>com.apple.securityd.ckks</key>
26  		<true/>
27  		<key>com.apple.securityd.general</key>
28  		<true/>
29  		<key>com.apple.securityd.sos</key>
30  		<true/>
31  		<key>com.apple.security.escrow-update</key>
32  		<true/>
33  	</dict>
34  	<key>ProgramArguments</key>
35  	<array>
36  		<string>/usr/libexec/secd</string>
37  	</array>
38  	<key>Umask</key>
39  	<integer>54</integer>
40  	<key>EnvironmentVariables</key>
41  	<dict>
42  		<key>DEBUGSCOPE</key>
43  		<string>-policy-node,policy-set,policy,alloc,trust,bind,profile,trace,dbconn,OTR,serverxpc,sqlite3,error_thee_well,ringSigning</string>
44  		<key>WAIT4DEBUGGER</key>
45  		<string>NO</string>
46  	</dict>
47  	<key>LaunchEvents</key>
48  	<dict>
49  		<key>com.apple.xpc.activity</key>
50  		<dict>
51  			<key>com.apple.securityd.daily</key>
52  			<dict>
53  				<key>Priority</key>
54  				<string>Utility</string>
55  				<key>Interval</key>
56  				<real>86400</real>
57  			</dict>
58  			<key>com.apple.securityd.entropyhealth</key>
59  			<dict>
60  				<key>Priority</key>
61  				<string>Utility</string>
62  				<key>Interval</key>
63  				<real>86400</real>
64  			</dict>
65  			<key>com.apple.securityd.prng</key>
66  			<dict>
67  				<key>Priority</key>
68  				<string>Maintenance</string>
69  				<key>Interval</key>
70  				<real>3600</real>
71                  <key>RequiresClassC</key>
72                  <false/>
73  			</dict>
74  		</dict>
75  	</dict>
76  </dict>
77  </plist>