[Bug 2106675] Re: apparmor prevents access to saved sessions

2025-06-02 Thread Jeremy BĂ­cha
I'm adding a remmina task for people searching for this issue, but this issue can only be fixed in apparmor which provides /etc/apparmor.d/remmina ** Package changed: remmina (Ubuntu) => apparmor (Ubuntu) ** Summary changed: - apparmor prevents access to saved sessions + apparmor prevents access

[Bug 2106675] Re: apparmor prevents access to saved sessions

2025-05-30 Thread Ubuntu Foundations Team Bug Bot
The attachment "remmina-apparmor.patch" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owned by ~brian

[Bug 2106675] Re: apparmor prevents access to saved sessions

2025-05-30 Thread Serge
Probably related: https://askubuntu.com/questions/1546857/problem-getting- remmina-1-4-39-working-on-new-install-of-ubuntu-25-04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2106675 Title: apparmo

[Bug 2106675] Re: apparmor prevents access to saved sessions

2025-04-12 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: remmina (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2106675 Title: ap

[Bug 2106675] Re: apparmor prevents access to saved sessions

2025-04-10 Thread David R. Hedges
Additionally, this directive breaks use of ssh keys / keyring: include I replaced it with: include owner @{run}/user/@{uid}/keyring/ssh rw, And updated the ${HOME}/.ssh line: owner @{HOME}/.ssh/{config,known_hosts,id_*} r, A full patch is attached that seems to get things working for me. A fe