summaryrefslogtreecommitdiffstats
path: root/src/tss.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tss.c')
-rw-r--r--src/tss.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tss.c b/src/tss.c
index 4881343..c2292bd 100644
--- a/src/tss.c
+++ b/src/tss.c
@@ -880,10 +880,6 @@ int tss_request_add_ap_recovery_tags(plist_t request, plist_t parameters, plist_
/* copy this entry */
plist_t tss_entry = plist_copy(manifest_entry);
- // ac2 TSS recoveryOSRootTicket needs EPRO and ESEC to be true
- plist_dict_set_item(tss_entry, "EPRO", plist_new_bool(1));
- plist_dict_set_item(tss_entry, "ESEC", plist_new_bool(1));
-
/* remove obsolete Info node */
plist_dict_remove_item(tss_entry, "Info");