Issue 104922 - Documents opened Read-Only, ignoring Linux POSIX ACL
Summary: Documents opened Read-Only, ignoring Linux POSIX ACL
Status: CLOSED DUPLICATE of issue 101891
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: OOo 3.0.1
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-09 15:35 UTC by sduchesneau
Modified: 2017-05-20 10:01 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description sduchesneau 2009-09-09 15:35:28 UTC
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.
Comment 1 mbechler 2010-04-03 14:22:45 UTC
Propably the same issue as #101891 where a fix is included.
Comment 2 Edwin Sharp 2014-01-22 16:05:33 UTC
Duplicate bug

*** This issue has been marked as a duplicate of issue 101891 ***