From 87cee6eb735e0345c368b6272eb909f9d9b48e22 Mon Sep 17 00:00:00 2001 From: Dante Catalfamo Date: Mon, 29 Jun 2020 00:50:42 -0400 Subject: Begin better description of login_ programs --- content/posts/how-bsd-authentication-works/index.org | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/content/posts/how-bsd-authentication-works/index.org b/content/posts/how-bsd-authentication-works/index.org index f6c46af..35a3fb4 100644 --- a/content/posts/how-bsd-authentication-works/index.org +++ b/content/posts/how-bsd-authentication-works/index.org @@ -30,6 +30,23 @@ specifically). The program or script has no ability to interfere with the parent and can very easily revoke permissions using =pledge(3)= or =unveil(3)=. +These programs or scripts are located in =/usr/libexec/auth/= with the +naming convention =login_