Bug#941730: noblacklist /bin/nc.openbsd does not work

2019-11-15 Thread Hans-Christoph Steiner
ah yes, good catch, I didn't know Debian/buster did that: ~ $ ls -l / lrwxrwxrwx 1 root root7 Apr 8 2019 bin -> usr/bin Interesting, this works now: firejail --noblacklist='${PATH}/nc' ssh \ -oProxyCommand="/usr/bin/nc.openbsd -x 127.0.0.1:9050 %h %p" testserve

Bug#941730: noblacklist /bin/nc.openbsd does not work

2019-11-13 Thread Reiner Herrmann
On Wed, Nov 13, 2019 at 03:10:13PM +0100, Hans-Christoph Steiner wrote: > > It seems the suggested workaround does not work with the actual > executable name "nc.openbsd": > > ~ $ which ssh > /usr/bin/ssh > ~ $ cat ~/.ssh/config > Host testserver > Hostname aasdfasdfasdfkfshd.onion > ~ $ f

Bug#941730: noblacklist /bin/nc.openbsd does not work

2019-11-13 Thread Hans-Christoph Steiner
It seems the suggested workaround does not work with the actual executable name "nc.openbsd": ~ $ which ssh /usr/bin/ssh ~ $ cat ~/.ssh/config Host testserver Hostname aasdfasdfasdfkfshd.onion ~ $ firejail --noblacklist=/bin/nc.openbsd ssh \ -oProxyCommand="/bin/nc.openbsd -x 127.0.0.1:9