The branch, v3-3-test has been updated
       via  d6ec9a28711e2a5e404354408c012d6d70a8ca3f (commit)
      from  40c1031545c1b087d71d857667c8c23276d355bc (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit d6ec9a28711e2a5e404354408c012d6d70a8ca3f
Author: Jeremy Allison <[EMAIL PROTECTED]>
Date:   Thu Nov 6 01:59:17 2008 -0800

    Start factoring out the inheritance differences.
    Jeremy.

-----------------------------------------------------------------------

Summary of changes:
 source/lib/secdesc.c           |    3 +--
 source/modules/vfs_acl_xattr.c |    3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/lib/secdesc.c b/source/lib/secdesc.c
index 8fd6ab2..a8324b8 100644
--- a/source/lib/secdesc.c
+++ b/source/lib/secdesc.c
@@ -574,8 +574,7 @@ NTSTATUS se_create_child_secdesc(TALLOC_CTX *ctx,
        }
        *ppsd = make_sec_desc(ctx,
                        SECURITY_DESCRIPTOR_REVISION_1,
-                       SEC_DESC_SELF_RELATIVE|SEC_DESC_DACL_PRESENT|
-                               SEC_DESC_DACL_DEFAULTED,
+                       SEC_DESC_SELF_RELATIVE|SEC_DESC_DACL_PRESENT,
                        owner_sid,
                        group_sid,
                        NULL,
diff --git a/source/modules/vfs_acl_xattr.c b/source/modules/vfs_acl_xattr.c
index 7f32af2..ee0c16e 100644
--- a/source/modules/vfs_acl_xattr.c
+++ b/source/modules/vfs_acl_xattr.c
@@ -326,8 +326,7 @@ static struct security_descriptor 
*default_file_sd(TALLOC_CTX *mem_ctx,
        }
        return make_sec_desc(mem_ctx,
                        SECURITY_DESCRIPTOR_REVISION_1,
-                       SEC_DESC_SELF_RELATIVE|SEC_DESC_DACL_PRESENT|
-                               SEC_DESC_DACL_DEFAULTED,
+                       SEC_DESC_SELF_RELATIVE|SEC_DESC_DACL_PRESENT,
                        &owner_sid,
                        &group_sid,
                        NULL,


-- 
Samba Shared Repository

Reply via email to