--- v15
+++ v20
@@ -2,6 +2,7 @@
use the same "display" security module. This prevents confusion
of security "contexts".
+Reviewed-by: Kees Cook <keescook@chromium.org>
Acked-by: Stephen Smalley <sds@tycho.nsa.gov>
Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>
---
@@ -9,10 +10,10 @@
1 file changed, 29 insertions(+)
diff --git a/security/security.c b/security/security.c
-index d663406cba86..d6600bb81829 100644
+index ddbaf2073b02..95b48721fb17 100644
--- a/security/security.c
+++ b/security/security.c
-@@ -769,9 +769,38 @@ int security_binder_set_context_mgr(struct task_struct *mgr)
+@@ -788,9 +788,38 @@ int security_binder_set_context_mgr(struct task_struct *mgr)
return call_int_hook(binder_set_context_mgr, 0, mgr);
}