From 7dbe61c94c60d2b01f7f51b2120937bd666302b9 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Thu, 23 May 2019 12:25:03 -0700 Subject: [PATCH] docs: mention we don't do smhax (closes #303) --- docs/modules/sm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/sm.md b/docs/modules/sm.md index 79d5e800f..e92d160a7 100644 --- a/docs/modules/sm.md +++ b/docs/modules/sm.md @@ -122,4 +122,4 @@ By default, the Stratosphere implementation of PM will raise any session limits ### Weak Service Verification -In system firmware versions before 3.0.1, if a process did not call the [Initialize](https://reswitched.github.io/SwIPC/ifaces.html#nn::sm::detail::IUserInterface(0)) command on its `sm:` session, normally used to inform sm of the process's identity, sm would assume that the process was a kernel internal process and skip any service registration or access checks. The Stratosphere implementation of sm reimplements this vulnerability, allowing homebrew processes to skip service registration and access checks. +In system firmware versions before 3.0.1, if a process did not call the [Initialize](https://reswitched.github.io/SwIPC/ifaces.html#nn::sm::detail::IUserInterface(0)) command on its `sm:` session, normally used to inform sm of the process's identity, sm would assume that the process was a kernel internal process and skip any service registration or access checks. The Stratosphere implementation of sm does not implement this vulnerability, and initialization is required on all firmware versions.