![]() Previously, access() and eaccess() does not determine the permissions
for files on samba/SMB share correctly. Even if the user logs-in as
the owner of the file, access() and eaccess() referes to others'
permissions. With this patch, to determine the permissions correctly,
NtOpenFile() with desired access mask is used.
Fixes:
|
||
---|---|---|
.. | ||
acl.cc | ||
auth.cc | ||
base.cc | ||
helper.cc | ||
posixacl.cc |