Update tmpl and parsing apache
This commit is contained in:
@@ -6,4 +6,5 @@ def grub() -> dict:
|
||||
grub['filename'] = '/boot/grub/grub.cfg'
|
||||
grub['value'] = 0o600
|
||||
grub['resolve'] = 'chmod 600 /boot/grub/grub.cfg'
|
||||
grub['level'] = 'medium'
|
||||
return grub
|
||||
|
||||
@@ -6,6 +6,7 @@ def profile() -> dict:
|
||||
profile['flag'] = 'TMOUT'
|
||||
profile['value'] = 600
|
||||
profile['filename'] = '/etc/profile'
|
||||
profile['level'] = 'low'
|
||||
return profile
|
||||
|
||||
def password_quality() -> list:
|
||||
|
||||
Reference in New Issue
Block a user