mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Run a script with cap_net_bind_service - mission impossible.
@ 2014-09-15 13:07 Aleksei Besogonov
  2014-09-16 23:41 ` Junien Fridrick
  0 siblings, 1 reply; 2+ messages in thread
From: Aleksei Besogonov @ 2014-09-15 13:07 UTC (permalink / raw)
  To: linux-kernel

Hi!

It seems that it's totally impossible to start a script with
cap_net_bind_service capability and as a non-root user without modifying
system-wide settings.

I've trawled the Net for a solution that should be exceedingly simple. I
want to run a daemon under a non-privileged account AND allow it to bind to
'secure' ports (443, 589 and 53). So far I found the following non-solutions:

- Use iptables to redirect ports. Doesn't work with local traffic.
- Use an HTTP proxy server (yeah, and also a DNS proxy server).
- Set cap_net_bind_service capability bit on the script interpreter (so
it'll break during upgrades). 
- Fuck you, run it under the root user. With several permutations like:
  * Dropping caps after opening sockets (can't do this)
  * Dropping all caps before starting the interpreter (fucks up the file
ownership)

I've tried without any luck various permutations of capsh like: capsh
--keep=1 --secbits=5 --user=cyberax --caps=cap_net_bind_service+eip -- -c
'nc -l 443'

So is it possible at all?


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-09-16 23:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-15 13:07 Run a script with cap_net_bind_service - mission impossible Aleksei Besogonov
2014-09-16 23:41 ` Junien Fridrick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®