The Samba-Bugzilla – Attachment 2409 Details for
Bug 4543
Broken POSIX ACL detection in 3.0.25rc2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Dirty FreeBSD hack to make things work.
patch-modules_vfs_posixacl.c (text/plain), 640 bytes, created by
Timur Bakeyev
on 2007-04-24 19:18:26 UTC
(
hide
)
Description:
Dirty FreeBSD hack to make things work.
Filename:
MIME Type:
Creator:
Timur Bakeyev
Created:
2007-04-24 19:18:26 UTC
Size:
640 bytes
patch
obsolete
>--- modules/vfs_posixacl.c.orig Wed Apr 18 11:51:22 2007 >+++ modules/vfs_posixacl.c Wed Apr 18 11:51:48 2007 >@@ -200,9 +200,9 @@ > return False; > } > ace->a_perm = 0; >- ace->a_perm |= (acl_get_perm(permset, ACL_READ) ? SMB_ACL_READ : 0); >- ace->a_perm |= (acl_get_perm(permset, ACL_WRITE) ? SMB_ACL_WRITE : 0); >- ace->a_perm |= (acl_get_perm(permset, ACL_EXECUTE) ? SMB_ACL_EXECUTE : 0); >+ ace->a_perm |= (acl_get_perm_np(permset, ACL_READ) ? SMB_ACL_READ : 0); >+ ace->a_perm |= (acl_get_perm_np(permset, ACL_WRITE) ? SMB_ACL_WRITE : 0); >+ ace->a_perm |= (acl_get_perm_np(permset, ACL_EXECUTE) ? SMB_ACL_EXECUTE : 0); > return True; > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 4543
:
2408
| 2409