https://bugs.documentfoundation.org/show_bug.cgi?id=102367

            Bug ID: 102367
           Summary: FILEOPEN: wrong file permission of lock file under
                    unix
           Product: LibreOffice
           Version: unspecified
          Hardware: All
                OS: Linux (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: LibreOffice
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: sven_stanislaw...@web.de

Hi all, 

in our company we use the default umask 077, so that all new saved documents
become the file permission
-rw------- example.odt

After the document was saved the user changes the file permission, so that
other users can edit the file too; e.g. 
-rw-rw-rw- example.odt

The lock file but still get the permission based on the default umask
-rw------- .~example.odt#

When a second user now open the document, he doesn't get a warning dialog that
another user is editing the document. The document will open normally and the
second user can edit the document too.
The second user has no permission to read the lock file. When the second user
becomes the permission to read the log file the warning dialog is shown.

Is it possible, that the lock file will always be written ignoring the umask
that the file will become read permissions for owner, group and other?

Thanks a lot

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to