Incus Error: cannot read /var/lib/incus/networks/incusbr0/dnsmasq.raw: Permission denied

After my previous topic, I have a new error:

sudo systemctl status incus
● incus.service - Incus - Daemon
     Loaded: loaded (/usr/lib/systemd/system/incus.service; indirect; preset: disabled)
    Drop-In: /usr/lib/systemd/system/service.d
             └─10-timeout-abort.conf
             /etc/systemd/system/incus.service.d
             └─override.conf
     Active: active (running) since Sat 2025-07-12 21:32:35 CEST; 3min 47s ago
 Invocation: 79cb0fe0082e44da8b7ab9c180694253
TriggeredBy: ● incus.socket
       Docs: man:incusd(1)
    Process: 41213 ExecStartPost=/usr/libexec/incus/incusd waitready --timeout=600 (code=exited, status=0/SUCCESS)
   Main PID: 41212 (incusd)
      Tasks: 28
     Memory: 79M (peak: 105.4M)
        CPU: 805ms
     CGroup: /system.slice/incus.service
             └─41212 /usr/libexec/incus/incusd --group incus-admin

Jul 12 21:32:34 workstation incusd[41212]: time="2025-07-12T21:32:34+02:00" level=warning msg=" - AppArmor support has been disabled, Manually disabled"
Jul 12 21:32:34 workstation qemu-system-x86_64[41242]: *HARK*  log.c:  92: core_log_lib_info: src version: 2.1.0
Jul 12 21:32:34 workstation qemu-system-x86_64[41242]: *HARK*  log.c:  94: core_log_lib_info: compiled with support for shutdown state
Jul 12 21:32:34 workstation qemu-system-x86_64[41242]: *HARK*  log.c:  97: core_log_lib_info: compiled with libndctl 63+
Jul 12 21:32:34 workstation qemu-system-x86_64[41244]: *HARK*  log.c:  92: core_log_lib_info: src version: 2.1.0
Jul 12 21:32:34 workstation qemu-system-x86_64[41244]: *HARK*  log.c:  94: core_log_lib_info: compiled with support for shutdown state
Jul 12 21:32:34 workstation qemu-system-x86_64[41244]: *HARK*  log.c:  97: core_log_lib_info: compiled with libndctl 63+
Jul 12 21:32:35 workstation systemd[1]: Started incus.service - Incus - Daemon.
Jul 12 21:32:49 workstation dnsmasq[41828]: cannot read /var/lib/incus/networks/incusbr0/dnsmasq.raw: Permission denied
Jul 12 21:32:49 workstation dnsmasq[41828]: FAILED to start up

This is what I did, before getting the error:

sudo mkdir -p /etc/systemd/system/incus.service.d
sudo vim /etc/systemd/system/incus.service.d/override.conf # To add the content below
# [Service]
# Environment=INCUS_SECURITY_APPARMOR=0
sudo systemctl daemon-reload
sudo systemctl restart incus.service

incus network create incusbr0

I use Nobara Linux 42.

Is anything weird going on with /var/lib/incus such as there being some symlinks in that path?

I ran a sudo find /var/lib/incus/ -type l -ls, there is no symlink :confused:

What does readlink -f /var/lib/incus/networks/incusbr0/dnsmasq.raw get you?

Given apparmor is disabled, that’s probably unrelated, though then it’s pretty confusing as to why dnsmasq wouldn’t be able to access that path.

This is the output of readlink -f /var/lib/incus/networks/incusbr0/dnsmasq.raw command:

/var/lib/incus/networks/incusbr0/dnsmasq.raw

I try to reinstall Incus, and now there is no output when I run readlink -f /var/lib/incus/networks/incusbr0/dnsmasq.raw