Update tmpl and parsing apache

This commit is contained in:
gbucchino
2023-09-14 16:30:48 +02:00
parent 2758b47f5b
commit 5757ec94ca
14 changed files with 127 additions and 82 deletions
+1
View File
@@ -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
+1
View File
@@ -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: