Add user to default groups
1 unresolved thread
1 unresolved thread
Compare changes
+ 13
− 2
@@ -266,13 +266,25 @@ def task_manager(ch, method, properties, body):
@@ -266,13 +266,25 @@ def task_manager(ch, method, properties, body):
@@ -295,7 +307,6 @@ def timeout_handler(signum, frame):
@@ -295,7 +307,6 @@ def timeout_handler(signum, frame):
Maybe use
rcfg.supplemental_groups
rcfg.migration_groups
instead ofrcfg.default_groups
to follow Unix conventions to define additional groups beside the primary group.Sometimes default_groups can be confused with primary_group