https://bugs.kde.org/show_bug.cgi?id=76380
Ahmad Samir <a.samir...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |5.74 Latest Commit| |https://invent.kde.org/fram | |eworks/kio/commit/03bcb3d3f | |f89074a68839b6ebeb8030ef0ee | |4fd1 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #77 from Ahmad Samir <a.samir...@gmail.com> --- Git commit 03bcb3d3ff89074a68839b6ebeb8030ef0ee4fd1 by Ahmad Samir, on behalf of David Faure. Committed on 26/09/2020 at 13:34. Pushed by ahmadsamir into branch 'master'. kio_trash: remove unnecessarily strict permission check Tested with `chmod 0770 /d/.Trash-1000` (where /d is a mount point), kio_trash complained about security checks before this commit, and works with it. Also tested with a USB key which ends up mounted as type vfat (rw,nosuid,nodev,relatime,uid=1000,gid=100,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro,uhelper=udisks2). After kio_trash creates .Trash-1000 it complained about a "strange filesystem", and while this is still true :), the removal of the code in TrashImpl::initTrashDirectory makes the trash dir on the USB key usable. FIXED-IN: 5.74 M +4 -21 src/ioslaves/trash/trashimpl.cpp https://invent.kde.org/frameworks/kio/commit/03bcb3d3ff89074a68839b6ebeb8030ef0ee4fd1 -- You are receiving this mail because: You are watching all bug changes.