Re: [arch-general] AppArmor

2022-01-28 Thread adventurer via arch-general
Hm, AppArmor doesn't come with a Firefox profile by default (neither with an Evolution profile). So how did you confine those applications? Did you copy the profiles from /usr/share/apparmor/extra-profiles to /etc/apparmor.d or do you use profiles from some github repository? Either way, it's p

Re: [arch-general] AppArmor

2022-01-27 Thread Frank via arch-general
Hm, strange. I left for about 2 hrs and the system was frozen. So did a hard reset (I rebooted before multiple time to check if what I did worked). So it looks things are ok now, but I find some strange error messages in my journal: 15:19:32 systemd: Failed to start Sound Service. 15:19:32 systemd

Re: [arch-general] AppArmor

2022-01-27 Thread Paul Schaefer via arch-general
To quickly return to a working state, you can try to disable AppArmor using `aa-teardown`. If you want to dig deeper and want to inspect what is going wrong, you can use `aa-logprof` to interactively go through AppArmor blocks. Cheers Paul

Re: [arch-general] AppArmor

2022-01-27 Thread Anton Hvornum via arch-general
Perhaps unrelated, but you could try to increase verbosity of journalctl: `systemctl log-level` to show the current level. `systemctl log-level debug` to increase it system wide. `sudo ournalctl -f` should now show a lot more. Hopefully things you previously didn't see. This is a "catch all" att

[arch-general] AppArmor

2022-01-27 Thread Frank Zimmermann via arch-general
Oh der I made a mess. Wanted to setup Apparmor and Firefox and Evolution aren't working anymore. The programs are starting but without an UI. Even when I undo things this behaviour retains. I don't see anything in the journal and now don't know where to look for what's going wrong. Frank