diff options
author | Dante Catalfamo | 2020-06-27 03:11:26 -0400 |
---|---|---|
committer | Dante Catalfamo | 2020-06-27 03:11:26 -0400 |
commit | edd9de07ffd297a8b6a5724e61d202a9a7c0c0b5 (patch) | |
tree | 374fb3f110a5b79a695025c056d6b144f2430669 /content/posts/how-bsd-authentication-works/graph.dot | |
parent | a4b6f07b0d0a58542c57d492165c15133b8cc1d6 (diff) | |
download | blog-edd9de07ffd297a8b6a5724e61d202a9a7c0c0b5.tar.gz blog-edd9de07ffd297a8b6a5724e61d202a9a7c0c0b5.tar.bz2 blog-edd9de07ffd297a8b6a5724e61d202a9a7c0c0b5.zip |
More work towards bsd auth post
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; |