-#if TARGET_OS_IPHONE
- /*
- * Reset owner, group, and permissions in /var/mobile/Library/Logs
- * in case something created them incorrectly. syslogd was
- * guilty of this in the past, creating them with owner root.
- */
-
- asl_secure_chown_chmod_dir("/private/var/mobile/Library/Logs", 501, 501, 0755);
- asl_secure_chown_chmod_dir("/private/var/mobile/Library/Logs/CrashReporter", 501, 501, 0755);
- asl_secure_chown_chmod_dir("/private/var/mobile/Library/Logs/CrashReporter/DiagnosticLogs", 501, 501, 0755);
-#endif
-