| Summary: | Running an app with elevated privileges (sudo) forces other app to run under sudo | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | Matty R <dev> |
| Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED DOWNSTREAM | ||
| Severity: | normal | CC: | ad.liu.jin, kde, nate |
| Priority: | NOR | ||
| Version First Reported In: | 6.1.4 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Matty R
2024-10-10 19:23:26 UTC
So wait, when you run this app as root, Nextcloud — all on its own — launches a new instance also running as root? (In reply to Nate Graham from comment #1) > So wait, when you run this app as root, Nextcloud — all on its own — > launches a new instance also running as root? Yep, exactly. (In reply to Nate Graham from comment #1) > So wait, when you run this app as root, Nextcloud — all on its own — > launches a new instance also running as root? The nextcloud client can be launched via dbus: `/usr/share/dbus-1/services/com.nextcloudgmbh.Nextcloud.service`. It also registers as plugins to Dolphin, Nautilus and a few other file managers. So it's not that surprising that something launches it when running as another user, although I'm unclear what exactly that "something" is. 🐛🧹 ⚠️ This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information, then set the bug status to REPORTED. If there is no change for at least 30 days, it will be automatically closed as RESOLVED WORKSFORME. For more information about our bug triaging procedures, please read https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging. Thank you for helping us make KDE software even better for everyone! Information was reported. Well, the situation described here is exceptionally strange, but as it involves exclusively 3rd-party apps acting in non-recommended ways (e.g. running as root). I'm very doubtful that there's anything we can do in Plasma to stop or fix this. I'd recommend reporting the issue to Nextcloud first. It sounds really weird that their tray item would quit and re-launch itself parented to a root-owned app. |