]> git.saurik.com Git - apple/syslog.git/blob - syslogd.tproj/asl.conf.ios
ae10c60093987c6c5105138507a09e4774693778
[apple/syslog.git] / syslogd.tproj / asl.conf.ios
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
28 > /var/mobile/Library/Logs uid=501 gid=501 mode=0755
29 > /var/mobile/Library/Logs/CrashReporter uid=501 gid=501 mode=0755
30 > /var/mobile/Library/Logs/CrashReporter/DiagnosticLogs uid=501 gid=501 mode=0755