Skip to content

Commit

Permalink
Add credits.
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitoliv committed Sep 4, 2018
1 parent 8ab356c commit 1534b02
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pam_ela.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* pam_ela.c : Allocates a dedicated network namespace for the logged user.
*
* Author (System design, PoC implementation): Olivier Bonhomme <[email protected]>
* Author (Code improvments, cleaning and fixes): Benoit Plessis <[email protected]>
*
*/

#define _GNU_SOURCE
#define PAM_SM_SESSION
#include <sys/stat.h>
Expand Down

0 comments on commit 1534b02

Please sign in to comment.