readme: add hint for selinux context

pull/24/head
Sebastian 4 months ago committed by dadevel
parent 5a3d297d82
commit b84edfd253
No known key found for this signature in database
GPG Key ID: 1A8A9735430193D5

@ -161,6 +161,12 @@ curl -o /etc/systemd/system/wg-netns@.service https://raw.githubusercontent.com/
systemctl enable --now wg-netns@example.service
~~~
If you are using SELinux, you have to change the SELinux context label, e.g. to `bin_t`, otherwise the service will not find the executable.
~~~ bash
chcon -t bin_t /root/.local/bin/wg-netns
~~~
### Podman Integration
A podman container can be easily attached to a network namespace created by `wg-netns`.

Loading…
Cancel
Save