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

th.schmidt at de dot bosch.com sourceware-bugzilla@sourceware.org
Tue Mar 13 16:28:00 GMT 2018


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.


More information about the Glibc-bugs mailing list