Skip to content
Snippets Groups Projects
Commit 772a410e authored by sveseli's avatar sveseli
Browse files

comment change

parent 4c613528
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ class LinuxUtility: ...@@ -47,7 +47,7 @@ class LinuxUtility:
@classmethod @classmethod
def setPathReadExecutePermissionsForGroup(cls, path, groupName): def setPathReadExecutePermissionsForGroup(cls, path, groupName):
""" Add user to group. """ """ Set path permissions for the given group. """
logger = cls.getLogger() logger = cls.getLogger()
logger.debug('Allowing group %s to read/execute path %s' % (groupName, path)) logger.debug('Allowing group %s to read/execute path %s' % (groupName, path))
cmd = '%s -m group\:%s\:rx %s' % (cls.SETFACL_CMD, groupName, path) cmd = '%s -m group\:%s\:rx %s' % (cls.SETFACL_CMD, groupName, path)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment