]>
Commit | Line | Data |
---|---|---|
d8f41ccd | 1 | > /var/mobile/Library/Logs/CrashReporter/DiagnosticLogs/security.log format='$Time $(Sender)[$(PID)] <$((Level)(str))> [$(Facility){$(SecAPITrace)} $(CALLER)]: $Message' uid=501 mode=0644 rotate=utc-basic crashlog compress file_max=5M all_max=20M |
427c49bc | 2 | |
d8f41ccd | 3 | # Note: this file is for iOS only. |
427c49bc A |
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 | |
d8f41ccd | 11 | ? [= Sender com.apple.kb-service] file security.log |
427c49bc A |
12 | ? [= Sender com.apple.securityd] file security.log |
13 | ? [= Sender com.apple.secd] file security.log | |
14 | ? [= Sender CloudKeychainProxy] file security.log | |
15 | ? [= Sender securityd] file security.log | |
16 | ? [= Sender secd] file security.log | |
427c49bc A |
17 | |
18 | # Claim prevents the built-in ASL configuration from | |
19 | # processing our messages. We claim anything short | |
20 | # of errors, and let ASL do what it wants with the rest | |
21 | ||
22 | ? [T SecAPITrace] [> Level error] claim | |
d8f41ccd | 23 | ? [= Sender com.apple.kb-service] [> Level error] claim |
427c49bc A |
24 | ? [= Sender com.apple.securityd] [> Level error] claim |
25 | ? [= Sender com.apple.secd] [> Level error] claim | |
26 | ? [= Sender CloudKeychainProxy] [> Level error] claim | |
27 | ? [= Sender securityd] [> Level error] claim | |
28 | ? [= Sender secd] [> Level error] claim |