2014/1/23 David Timothy Strauss <[email protected]>: > Has anyone looked at using socketat() for this? It's unclear whether > that syscall actually exists in any supported form; it's certainly not > documented. > > [1] http://lwn.net/Articles/407495/
grep -ir socketat linux-3.12 doesn't return anything, so unfortunatly this syscall does not exist. The comments on the lwn article state that this is because it can easily be done in userspace. But unfortunatly the userspace aproach includes switchin namespaces for the whole pid 1, which I think would not be nice. Simon _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
