On 2022-04-09 at 23:09 +0300, George wrote: > Thanks for the reply! > > So any ideas how to solve that problem? I tried a lot of things with > no luck. I didnt find the particular file at that place. > I clean the log files and still get these annoying notifications.
Try adding owner @{HOME}/.mozilla/**/*.{db,parentlock,sqlite}* k, Unrelated to your issues, but I would recommend as well to: - change all those /home/*/ to @{HOME} - Wildcard this one level up, as 8i0h8b60.default-esr is the name of *your* current profile: owner /home/*/.cache/mozilla/firefox/8i0h8b60.default-esr/** rw, - This will break if you run under a different user (1000 is your uid) owner /run/user/1000/ICEauthority r, - Have a look at /etc/apparmor.d/usr.bin.thunderbird profile for ideas, too. Best regards