https://bugs.kde.org/show_bug.cgi?id=521682
--- Comment #82 from Aaron <[email protected]> --- This is what stoped updates today when it started working. Thanks SELinux is preventing snapd from create access on the directory snapd. Plugin: catchall SELinux denied access requested by snapd. It is not expected that this access is required by snapd and this access may signal an intrusion attempt. It is also possible that the specific version or configuration of the application is causing it to require additional access. If you believe that snapd should be allowed create access on the snapd directory by default. You should report this as a bug. If you are certain this access is legitimate and not an intrusion attempt, you can generate a local policy module to allow it. Custom policy modules are not supported as they may weaken the system policy and expose the system to security vulnerabilities. # ausearch -c 'snapd' --raw | audit2allow -M my-snapd # semodule -X 300 -i my-snapd.pp On 9/7/26 5:12 AM, Tobias Fella wrote: > https://bugs.kde.org/show_bug.cgi?id=521682 > > Tobias Fella <[email protected]> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > CC| |[email protected] > > --- Comment #81 from Tobias Fella <[email protected]> --- > *** Bug 525332 has been marked as a duplicate of this bug. *** > -- You are receiving this mail because: You are watching all bug changes.
