Skip to content

Commit

Permalink
hotfix(errors/tun): fix formatting for CI to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Dec 18, 2024
1 parent fe1e83b commit a1bdfe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions errors/tun.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ Thanks to [@Vendetta1985](https://github.com/Vendetta1985), [source comment](htt
## `TUN device is not available: open /dev/net/tun: permission denied`
This can happen with `podman`, usually due to SELinux. Create a SELinux policy to allow the rootless container to use the `/dev/net/tun` device.
This can happen with `podman`, usually due to SELinux. Create a SELinux policy to allow the rootless container to use the `/dev/net/tun` device.
1. Copy the content below to a new file `gluetun_policy.te`
```bash
module gluetun_policy 1.0;
require {
type tun_tap_device_t;
type container_file_t;
Expand Down

0 comments on commit a1bdfe9

Please sign in to comment.