I attempted to reproduce the issue on Ubuntu 26.04 without applying the proposed package first and had the same experience as Wade.
Steps I took to attempt and confirm the same experience: 1. $ apt info snapd | grep Version Version: 2.74.1+ubuntu26.04.4 2. $ snap --version snap 2.75.2 snapd 2.75.2 series 16 ubuntu 26.04 kernel 7.0.0-15-generic architecture amd64 3. Comment out the line in `/etc/krb5.conf.d/enable_sssd_conf_dir` (I thought the fix[1] for this was already released.) 3. `grep krb5 /var/lib/snapd/apparmor/profiles/snap.firefox.firefox` to check if rule is in the apparmor. No results. 4. Run `sudo snap connect firefox:kerberos-tickets` - success. 5. $ grep krb5 /var/lib/snapd/apparmor/profiles/snap.firefox.firefox owner /var/lib/snapd/hostfs/tmp/krb5cc *rkw, 6. Run firefox: `KRB5CCNAME=FILE:/tmp/krb5cc_1000 snap run firefox` ^ Before the fix Nathan proposed in this bug report, the apparmor value was '*rk' Because snapd shows as 2.75.2, I'm assuming that means the patch is applied to snapd even though I don't have the proposed package installed. Since snapd automatically updates itself, what do you recommend we do to properly test this? [1] https://bugs.launchpad.net/ubuntu/+source/chromium- browser/+bug/2122317 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2138268 Title: Kerberos authentication slow in Firefox (snap) and Chromium (snap) To manage notifications about this bug go to: https://bugs.launchpad.net/snapd/+bug/2138268/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
