alvr-org/ALVR

firewall script doesn't correctly add service to all active zones

Opened this issue · 0 comments

Description

When troubleshooting the same problem described here I noticed when going into my firewall settings the service was created and was enabled for the libvirt zone but not the public zone.

for zone in $(firewall-cmd --get-active-zones | grep -P '^\w+.*\w$'); do

The output of this on my machine is just libvirt.

❯ firewall-cmd --get-active-zones | grep -P '^\w+.*\w$'
libvirt

The firewall-cmd command on it's own is:

❯ firewall-cmd --get-active-zones
libvirt
  interfaces: virbr0
public (default)
  interfaces: enp40s0

So it would seem that regex needs some attention.

General Troubleshooting

  • I carefully followed the instructions in the README and successfully completed the setup wizard
  • I read the ALVR GitHub Wiki

Environment

Hardware

https://linux-hardware.org/?probe=057c9f6d92

Installation

ALVR Version:
20.11.1

Install Type:

  • Packaged (exe, deb, rpm, etc)
  • Portable (zip)
  • Source (alvr-nvidia AUR)