To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=104922 Issue #|104922 Summary|Documents opened Read-Only, ignoring Linux POSIX ACL Component|framework Version|OOo 3.0.1 Platform|PC URL| OS/Version|Linux Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|tm Reported by|sduchesneau
------- Additional comments from [email protected] Wed Sep 9 14:35:28 +0000 2009 ------- Tested on Ubuntu 9.04 with the bundled openoffice version, using writer and calc: If I don't have write access to a file according to standard unix permissions, but I do have write access according to additionnal posix ACLs, OpenOffice will not allow me to edit the file, ignoring the ACLs. Note: strangely, if the unix permissions don't even allow me to read the file (chmod o-r), then I CAN edit it. (!!) EXAMPLE CASE: I am user sduchesneau, I am NOT in the group "share" I cannot edit the following file: # file: Document.doc # owner: share # group: share user::rw- user:sduchesneau:rwx group::rwx mask::rwx other::r-- but I CAN edit the following file: # file: Document.doc # owner: share # group: share user::rw- user:sduchesneau:rwx group::rwx mask::rwx other::--- I SHOULD be able to edit both, since my user can modify the files on the disk. If I put sduchesneau in the "share" group, of course, I can edit the file. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
