| Summary: | FILESAVE Save to a Samba share changes file owner / permissions | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Gabor Kelemen (allotropia) <kelemeng> |
| Component: | framework | Assignee: | Gabor Kelemen (allotropia) <kelemeng> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | samuel.mehrbrodt, vmiklos |
| Priority: | medium | Keywords: | bibisected, regression |
| Version: | 6.1.0.3 release | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:24.8.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 104742 | ||
|
Description
Gabor Kelemen (allotropia)
2024-01-02 14:30:12 UTC
Another aspect is file permissions, for example adding x right to everyone: gabor@shuttle:~/thinclient_drives/perm-test-lin$ sudo chmod a+x test.ods gabor@shuttle:~/thinclient_drives/perm-test-lin$ ll összesen 28 drwxrwxr-x 2 gabor gabor 4096 jan 2 15:28 ./ drwxrwxrwt 50 gabor gabor 12288 jan 2 15:25 ../ -rwxrwxrwx 1 jakab jakab 10422 jan 2 15:28 test.ods* Saving in another system also resets those: gabor@shuttle:~/thinclient_drives/perm-test-lin$ ll ; echo "after save" összesen 28 drwxrwxr-x 2 gabor gabor 4096 jan 2 15:32 ./ drwxrwxrwt 50 gabor gabor 12288 jan 2 15:25 ../ -rw-rw-rw- 1 gabor gabor 10704 jan 2 15:32 test.ods after save Reserving Samuel Mehrbrodt committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/cf616121ed48c8df96104bc35abf3b55b8862043 tdf#158975 Add option to not write temp file next to local file It will be available in 24.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. |