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:
parent
e16759e0f7
commit
bd7b17ffd4
7 changed files with 271 additions and 3 deletions
|
@ -3,4 +3,9 @@ option(
|
|||
type: 'boolean',
|
||||
value: false,
|
||||
description: 'enable installed tests'
|
||||
)
|
||||
)
|
||||
option(
|
||||
'pamlibdir',
|
||||
type: 'string',
|
||||
description: 'directory for PAM modules'
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue