]>
Commit | Line | Data |
---|---|---|
d8f41ccd A |
1 | > security.log format='$Time $(Sender)[$(PID)] <$((Level)(str))> [$(Facility){$(SecAPITrace)} $(CALLER)]: $Message' rotate=utc-basic crashlog compress file_max=5M all_max=20M |
2 | ||
3 | # Note: this file is for OSX only. | |
4 | ||
5 | # Note: | |
6 | # securityd is the iOS securityd | |
7 | # com.apple.securityd is the OSX securityd | |
8 | # com.apple.secd is the iOS version of securityd running on OSX | |
9 | ||
10 | ? [T SecAPITrace] file security.log | |
11 | ? [= Sender com.apple.securityd] file security.log | |
12 | ? [= Sender com.apple.secd] file security.log | |
13 | ? [= Sender CloudKeychainProxy] file security.log | |
6b200bc3 | 14 | ? [= Sender KeychainSyncingOverIDSProxy] file security.log |
d8f41ccd A |
15 | ? [= Sender securityd] file security.log |
16 | ? [= Sender secd] file security.log | |
17 | ? [= Sender securityd_service] file security.log | |
18 | ||
19 | # Claim prevents the built-in ASL configuration from | |
20 | # processing our messages. We claim anything short | |
21 | # of errors, and let ASL do what it wants with the rest | |
22 | ||
23 | ? [T SecAPITrace] [> Level error] claim | |
24 | ? [= Sender com.apple.securityd] [> Level error] claim | |
25 | ? [= Sender com.apple.secd] [> Level error] claim | |
26 | ? [= Sender CloudKeychainProxy] [> Level error] claim | |
6b200bc3 | 27 | ? [= Sender KeychainSyncingOverIDSProxy] [> Level error] claim |
d8f41ccd A |
28 | ? [= Sender securityd] [> Level error] claim |
29 | ? [= Sender secd] [> Level error] claim | |
30 | ? [= Sender securityd_service] [> Level error] claim |