This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/22959] New: euidaccess("/dir",W_OK) error on ACL-enabled directory


https://sourceware.org/bugzilla/show_bug.cgi?id=22959

            Bug ID: 22959
           Summary: euidaccess("/dir",W_OK) error on ACL-enabled directory
           Product: glibc
           Version: 2.17
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: th.schmidt at de dot bosch.com
                CC: drepper.fsp at gmail dot com
  Target Milestone: ---

euidaccess("/dir",W_OK) does not return 0, if /dir is writable due to an
extended ACE.

Environment:
RHEL7 with glibc 2.17, XFS filesystem
OpenSuSE 42.3 with glibc 2.22, Ext4 filesystem

Reproduce:
setfacl -m u:65534:rwx /dir
seteuid(65534)
euidaccess("/dir",W_OK)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]