pam: Add a pam_malcontent.so module to enforce time-limited sessions

This involves adding a build-time dependency on PAM.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2019-12-06 17:09:57 +00:00
parent e16759e0f7
commit bd7b17ffd4
7 changed files with 271 additions and 3 deletions

View file

@ -3,4 +3,9 @@ option(
type: 'boolean',
value: false,
description: 'enable installed tests'
)
)
option(
'pamlibdir',
type: 'string',
description: 'directory for PAM modules'
)