Xiberion

iOS 9 asl config file

Oct 23rd, 2015
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  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
Advertisement
Add Comment
Please, Sign In to add comment