git.samba.org
/
kai
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af4f6f4
)
Vista returns ACCESS_DENIED here
author
Andrew Tridgell
<tridge@samba.org>
Tue, 27 May 2008 04:06:51 +0000
(14:06 +1000)
committer
Andrew Tridgell
<tridge@samba.org>
Tue, 27 May 2008 04:06:51 +0000
(14:06 +1000)
(This used to be commit
f5068c6e50215f6ea7108d58d783394a315ff14f
)
source4/ntvfs/posix/pvfs_acl.c
patch
|
blob
|
history
diff --git
a/source4/ntvfs/posix/pvfs_acl.c
b/source4/ntvfs/posix/pvfs_acl.c
index f1e469f7909fdb9b8b394cd36687fea606fa844f..507c22f05026845d8b92859e243e5ca13e93a849 100644
(file)
--- a/
source4/ntvfs/posix/pvfs_acl.c
+++ b/
source4/ntvfs/posix/pvfs_acl.c
@@
-457,7
+457,7
@@
NTSTATUS pvfs_access_check_unix(struct pvfs_state *pvfs,
}
if (uid != 0 && (*access_mask & SEC_FLAG_SYSTEM_SECURITY)) {
- return NT_STATUS_
PRIVILEGE_NOT_HEL
D;
+ return NT_STATUS_
ACCESS_DENIE
D;
}
if (*access_mask & ~max_bits) {