While looking for a package in snap, I got a warning:
WARNING: There is 1 new warning. See 'snap warnings'.
~ $ snap warnings
last-occurrence: today at 13:20 MST
warning: |
the snapd.apparmor service is disabled; snap applications will likely not start.
Run "systemctl enable --now snapd.apparmor" to correct this.
~ $ sudo systemctl enable --now snapd.apparmor
Password:
Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /usr/lib/systemd/system/snapd.apparmor.service.
I did what it told me to do but I don't feel good about creating a symlink where there was not one before.
If anyone can shine a flashlight of knowledge on this one....thanks.