]>
Commit | Line | Data |
---|---|---|
5222c21d A |
1 | ## |
2 | # configuration file for syslogd and aslmanager | |
3 | ## | |
4 | ||
5 | # aslmanager logs | |
6 | > /var/log/asl/Logs/aslmanager external style=lcl-b ttl=2 | |
7 | ||
8 | # authpriv messages are root/admin readable | |
9 | ? [= Facility authpriv] access 0 80 | |
10 | ||
11 | # remoteauth critical, alert, and emergency messages are root/admin readable | |
12 | ? [= Facility remoteauth] [<= Level critical] access 0 80 | |
13 | ||
14 | # broadcast emergency messages | |
15 | ? [= Level emergency] broadcast | |
16 | ||
17 | # save kernel [PID 0] and launchd [PID 1] messages | |
18 | ? [<= PID 1] store | |
19 | ||
20 | # ignore "internal" facility | |
21 | ? [= Facility internal] ignore | |
22 | ||
23 | # save everything from emergency to notice | |
24 | ? [<= Level notice] store | |
25 | ||
26 | # Specify owner, group, and access bits for mobile-owned log directories | |
27 | > /var/mobile/Library uid=501 gid=501 mode=0700 | |
c5897295 A |
28 | > /var/mobile/Library/Logs uid=501 gid=250 mode=0775 |
29 | > /var/mobile/Library/Logs/CrashReporter uid=501 gid=250 mode=0775 | |
5222c21d | 30 | > /var/mobile/Library/Logs/CrashReporter/DiagnosticLogs uid=501 gid=501 mode=0755 |