Summary: | Notification pictures get stored on /tmp | ||
---|---|---|---|
Product: | [Applications] kdeconnect | Reporter: | Aleix Pol <aleixpol> |
Component: | common | Assignee: | Albert Vaca Cintora <albertvaka> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bugs.kde.org, kishore96, nicolas.fella |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Aleix Pol
2017-08-04 23:58:10 UTC
Every plugin has a storage directory available to it. Maybe we can use that? Or do you thin it would be better to not store images at all, and just have them in memory? To me this sounds more like a permission problem. Remove read/write/execute permissions from group/other and this should be fixed. Note: all other files in /tmp belonging to my user already have the permissions set this way commit 7e7aa6df3fe599e73272be86543fc9f43a2c17d2 Author: Nicolas Fella <nicolas.fella@gmx.de> Date: Fri Dec 29 18:38:09 2017 +0100 Fix information leak via /tmp Summary: BUG: 383144 Reviewers: #kde_connect, apol, albertvaka Reviewed By: #kde_connect, apol, albertvaka Subscribers: thomasp, apol, #kde_connect, albertvaka Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D7146 |