https://bugs.kde.org/show_bug.cgi?id=399270

Méven <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://invent.kde.org/fram
                   |                            |eworks/kio/-/commit/7559fe9
                   |                            |a8409ab931be6b49b67714924db
                   |                            |cf9f1a
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED
            Version|                            |6.30
  Fixed/Implemented|                            |
                 In|                            |

--- Comment #11 from Méven <[email protected]> ---
Git commit 7559fe9a8409ab931be6b49b67714924dbcf9f1a by Méven Car.
Committed on 13/08/2026 at 09:18.
Pushed by meven into branch 'master'.

file: let a folder with the setgid bit give a copied file its group

A folder with that bit gives its own group to whatever is made in it, which
is how a group of people share what they put there. The kernel gives a new
file that group as it is created, and the copy then took the group of the
file it read from and put it on the new one, so a file copied into such a
folder came out with the group of whoever copied it and the others could
not write to it. A folder copied there was unaffected, being made another
way.

The group is left as it was given when the folder copied into has the bit,
and the owner is still preserved as before.
FIXED-IN: 6.30

M  +67   -0    autotests/jobtest.cpp
M  +2    -0    autotests/jobtest.h
M  +8    -1    src/kioworkers/file/file_unix.cpp

https://invent.kde.org/frameworks/kio/-/commit/7559fe9a8409ab931be6b49b67714924dbcf9f1a

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to