9 lines
162 B
Python
9 lines
162 B
Python
# -*- mode: python; coding: utf-8 -*-
|
|
#
|
|
# Recuperation des mots de passe
|
|
|
|
import sys
|
|
sys.path.append("/etc/crans/secrets")
|
|
import secrets
|
|
|
|
info['perms'] &= ~0077
|