-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong flag set for group in non-root users #41
Closed
Comments
alexellis
added a commit
that referenced
this issue
Jul 6, 2018
See #41 for more details. Before: added GEO data for user, after adds group to user. Signed-off-by: Alex Ellis (VMware) <[email protected]>
(I've updated the node template) |
ivanayov
added a commit
to ivanayov/templates
that referenced
this issue
Jul 9, 2018
This fixes all python templates to set app group properly. Fixes [openfaas#41](openfaas#41). Before used to add GEO data for user, after the change adds group to user Signed-off-by: Ivana Yovcheva (VMware) <[email protected]>
ivanayov
added a commit
to ivanayov/templates
that referenced
this issue
Jul 9, 2018
This fixes ruby template to set app group properly. Fixes [openfaas#41](openfaas#41). Before used to add GEO data for user, after the change adds group to user Signed-off-by: Ivana Yovcheva (VMware) <[email protected]>
ivanayov
added a commit
to ivanayov/templates
that referenced
this issue
Jul 9, 2018
This fixes Go template to set app group properly. Fixes [openfaas#41](openfaas#41). Before used to add GEO data for user, after the change adds group to user Signed-off-by: Ivana Yovcheva (VMware) <[email protected]>
ivanayov
added a commit
to ivanayov/templates
that referenced
this issue
Jul 9, 2018
This fixes dockerfile template to set app group properly. Fixes [openfaas#41](openfaas#41). Before used to add GEO data for user, after the change adds group to user Signed-off-by: Ivana Yovcheva (VMware) <[email protected]>
C# template is setting the group properly |
11 tasks
alexellis
pushed a commit
that referenced
this issue
Jul 17, 2018
This fixes ruby template to set app group properly. Fixes [#41](#41). Before used to add GEO data for user, after the change adds group to user Signed-off-by: Ivana Yovcheva (VMware) <[email protected]>
alexellis
pushed a commit
that referenced
this issue
Jul 17, 2018
This fixes all python templates to set app group properly. Fixes [#41](#41). Before used to add GEO data for user, after the change adds group to user Signed-off-by: Ivana Yovcheva (VMware) <[email protected]>
alexellis
pushed a commit
that referenced
this issue
Jul 24, 2018
This fixes dockerfile template to set app group properly. Fixes [#41](#41). Before used to add GEO data for user, after the change adds group to user Signed-off-by: Ivana Yovcheva (VMware) <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This line in the Node template is incorrect according to the man/help page for busybox:
-g
must beG
Impact is unknown but should be fixed as soon as possible.
Expected Behaviour
app should belong to app group
Current Behaviour
app doesn't belong to the group
Possible Solution
Fix flag in all/any templates including ARM.
This will need testing too.
The text was updated successfully, but these errors were encountered: