I use Kali Linux for my pentesting needs. I installed snap
to get some of my needs like Tusk
(Evernote for Linux).
I installed via apt install snapd
and ran sudo systemctl enable --now snapd.socket
to get snap
working. Then I ran snap install tusk
which installed fine. It did warn me my $PATH was not there etc and I should restart, which I did.
After restarting I tried starting Tusk
but it wouldn’t start. As a result, I tried to start it via terminal by writing snap run Tusk
to which I got this:
cannot change profile for the next exec call: No such file or directory
snap-update-ns failed with code 1: File exists
Now I did find a thread regarding this and found running apparmor_parser -r /var/lib/snapd/apparmor/profiles/*
fixes this but I have to run this everytime I restart my laptop. Is there a permanent fix for this?