[fix] Typo and ssh as system perm

This commit is contained in:
ljf (zamentur) 2020-09-23 03:25:26 +02:00 committed by GitHub
parent 4186f757e1
commit 95f6772cba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ from yunohost.log import is_unit_operation
logger = getActionLogger('yunohost.user')
SYSTEM_PERMS = ["mail", "xmpp", "stfp"]
SYSTEM_PERMS = ["mail", "xmpp", "sftp", "ssh"]
#
#