-
Notifications
You must be signed in to change notification settings - Fork 653
rpmlint warning: missing-call-to-setgroups-before-setuid #1093
Comments
@daxim are you plan to deploy that rpm to devel:languages:nodejs or some other channel on openSUSE build services? |
libuv is one of the indirect dependencies of rakudo; I plan to submit it to devel:languages:parrot. |
I came here to report this as a bug. Yes, this is a potential security issue that needs to be addressed. (EDIT: Another thing that libuv should do on Linux is drop some or all capabilities.) /cc @indutny |
On 08/18/2015 09:57, Lubomir Rintel wrote:
My understanding is that what you quoted applies to getgroups, not |
@saghul sorry for the noise; I read the manual incorrect. The paragraph actually referred to getgroups(). Need more coffee. Sorry again. |
No problem! |
When packaging libuv-0.11.19 on openSUSE 13.1, rpmlint reports the warning:
Is this warning legimitate or bogus? If the former, that should be fixed in the libuv source code. If the latter, I can suppress the warning in the specfile.
The text was updated successfully, but these errors were encountered: