From edd9de07ffd297a8b6a5724e61d202a9a7c0c0b5 Mon Sep 17 00:00:00 2001 From: Dante Catalfamo Date: Sat, 27 Jun 2020 03:11:26 -0400 Subject: More work towards bsd auth post --- content/posts/how-bsd-authentication-works/graph.dot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/posts/how-bsd-authentication-works/graph.dot') diff --git a/content/posts/how-bsd-authentication-works/graph.dot b/content/posts/how-bsd-authentication-works/graph.dot index a07e3ec..6414b11 100644 --- a/content/posts/how-bsd-authentication-works/graph.dot +++ b/content/posts/how-bsd-authentication-works/graph.dot @@ -52,7 +52,7 @@ digraph G { auth_verify -> auth_setstate; auth_verify -> auth_call; - auth_call -> execve; + auth_call -> execve[label="fork()"]; // auth_call -> _auth_spool; execve -> login; -- cgit v1.2.3