diff options
Diffstat (limited to 'content/posts/how-bsd-authentication-works/graph.dot')
-rw-r--r-- | content/posts/how-bsd-authentication-works/graph.dot | 2 |
1 files changed, 1 insertions, 1 deletions
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; |