From b936ff28a6882c4da537473197673bb1520d8ce7 Mon Sep 17 00:00:00 2001 From: Benjamin BOURGEAIS Date: Thu, 6 May 2021 17:32:09 +0200 Subject: tss: Add new calls - Local policy (non persistent) - recoveryOS - recoveryOS Local policy (persistent) The local policy TSS request differs slightly between the one for the restore process and the recoveryOS. The one for the restore process is meant to be used only once, and the one for the recovery os is meant to be loaded from disk, and thus has a different request. See the Ap,LocalBoot parameter. --- src/common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index 215d18a..5d23299 100644 --- a/src/common.h +++ b/src/common.h @@ -82,6 +82,8 @@ struct idevicerestore_entry_t { struct idevicerestore_client_t { int flags; plist_t tss; + plist_t tss_localpolicy; + plist_t tss_recoveryos_root_ticket; char* tss_url; plist_t version_data; uint64_t ecid; -- cgit v1.1-32-gdbae