mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 11:18:06 +00:00
Lab update
This commit is contained in:
@@ -188,7 +188,7 @@ Briefly describe what each of the following PAM configurations do:
|
||||
|
||||
`session optional pam_mkhomedir.so skel=/etc/skel umask=077`
|
||||
|
||||
`auth required pam_access.so, /etc/security.access.conf`
|
||||
`auth required pam_access.so, /etc/security/access.conf`
|
||||
|
||||
|
||||
## Secure Shell (SSH) Password-less Authentication
|
||||
|
||||
@@ -29,7 +29,9 @@ class gitlist_040::configure {
|
||||
|
||||
file { $leaked_files_path:
|
||||
ensure => directory,
|
||||
before => Exec['create-repo-file_leak']
|
||||
before => Exec['create-repo-file_leak'],
|
||||
owner => 'www-data',
|
||||
mode => '0700'
|
||||
} ->
|
||||
|
||||
exec { 'create-repo-file_leak':
|
||||
|
||||
Reference in New Issue
Block a user