Hello there
I’ve been experimenting with GNU Rush on NixOS and found that I could only get it working through a wrapper, since it requires setgid
capabilities.
In this module, I configured it to reuse the value of config.security.enableWrappers
by default, assuming that simply setting this to false
would make wrappers unnecessary. However, even with that security option disabled, I haven’t been able to grant the binary the necessary capabilities to run without a wrapper.
Is there a way to grant Linux capabilities (like setgid
) to binaries without using wrappers on NixOS?
Thanks in advance!