Analyzing profile

This commit is contained in:
2023-09-11 20:05:51 +02:00
parent 7bfb138511
commit 03143c4c0d
4 changed files with 53 additions and 38 deletions
+3 -6
View File
@@ -2,13 +2,10 @@
def profile() -> dict:
profile = dict()
profile['description'] = 'Set timeout for session'
profile['flag'] = 'TMOUT'
profile['value'] = 600
profile['filename'] = '/etc/profile'
profile['data'] = list()
profile['data'].append({
'description': 'Set timeout for session',
'flag': 'TMOUT',
'value': 600,
})
return profile
def password_quality() -> list: