Displaying 1 result from an estimated 1 matches for "seuil3".
2018 Jan 04
9
[Bug 1210] New: nftables gets confused by user namespaces when meta skuid is used
...inux (as of 2017-12-31)
### Expected behaviour
`sudo -u exim telnet smtp.bbox.fr 25` should be able to connect.
### Actual behaviour
`sudo -u exim telnet smtp.bbox.fr 25` times out.
### Steps to reproduce the problem
The setup is such:
* Archlinux host
* Archlinux systemd-nspawn guest (named `seuil3`), launched with the standard
`systemd-nspawn at .service` launcher, plus the following drop-in:
```
[Service]
ExecStart=
ExecStart=/usr/bin/systemd-nspawn --quiet --keep-unit --boot
--link-journal=guest -U --settings=override --machine=%i
```
By changing `-U` (== with user namespace) with `--priv...