Analyzing profile
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user