About the security content of iOS 4.3

 
Thread Tools Search this Thread
Operating Systems OS X (Apple) OS X Support RSS About the security content of iOS 4.3
# 1  
Old 03-09-2011
About the security content of iOS 4.3

This document describes the security content of iOS 4.3, which can be downloaded and installed using iTunes.For the protection of our customers, Apple does not disclose, discuss, or confirm security issues until a full investigation has occurred and any necessary patches or releases are available. To learn more about Apple Product Security, see the Apple Product Security website.For information about the Apple Product Security PGP Key, see "How to use the Apple Product Security PGP Key."Where possible, CVE IDs are used to reference the vulnerabilities for further information.To learn about other Security Updates, see "Apple Security Updates".

More from Apple OS X Support ...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
idevicediagnostics(1)					      General Commands Manual					     idevicediagnostics(1)

NAME
idevicediagnostics - Interact with the diagnostics interface of a device. SYNOPSIS
idevicediagnostics [OPTIONS] COMMAND DESCRIPTION
Interact with the diagnostics interface of a device which allows to retrive all kinds of information including diagnostics data, mobi- legestalt data, remote access to the IORegistry and certain commands like restart, shutdown and sleep. Only available for iOS 4 and later. Accessing IORegistry is only supported on iOS 5 and later. OPTIONS
-u, --udid UDID target specific device by its 40-digit device UDID. -d, --debug enable communication debugging. -h, --help prints usage information. COMMANDS
diagnostics [TYPE] print diagnostics information from device optionally by TYPE. This includes "All", "WiFi", "GasGauge" or "NAND". Default is "All". mobilegestalt KEY [...] print values of mobilegestalt keys passed as arguments after the command and seperated by a space. ioreg [PLANE] print IORegistry of device, optionally by PLANE like "IODeviceTree", "IOPower" or "IOService". Only available on iOS 5 and later. shutdown shutdown device restart restart device sleep put device into sleep mode which also disconnects it from the host. AUTHORS
Martin Szulecki idevicediagnostics(1)