Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 1
    I don't know if this ever got fixed, but Setuid/Setgid do not work properly with Go on Linux - github.com/golang/go/issues/1435 Commented Sep 16, 2018 at 22:49
  • comment out the Setuid line and see if Setgid works. Commented Sep 16, 2018 at 22:52
  • @RuiFRibeiro that doesn't work either; they are in the right order (setgid before setuid). Commented Sep 17, 2018 at 0:32
  • Yeah, they are, it was just a test. Commented Sep 17, 2018 at 0:45