Displaying 4 results from an estimated 4 matches for "smb_vfs_next_fget_nt_acl".
2016 Aug 26
2
Issue with acl_xattr:ignore system acls in 4.5rc2
...dules/vfs_acl_common.c
> @@ -801,35 +801,57 @@ static NTSTATUS get_nt_acl_internal(vfs_handle_struct *handle,
> /* Get the full underlying sd, as we failed to get the
> * blob for the hash, or the revision/hash type wasn't
> * known */
> - if (fsp) {
> - status = SMB_VFS_NEXT_FGET_NT_ACL(handle,
> - fsp,
> - security_info,
> - mem_ctx,
> - &psd);
> +
> + if (config->ignore_system_acls) {
> + SMB_STRUCT_STAT sbuf;
> + SMB_STRUCT_STAT *psbuf = &sbuf;
> +
> + status = stat_fsp_or_smb_fname(handle, fsp, smb...
2016 Aug 26
2
Issue with acl_xattr:ignore system acls in 4.5rc2
On Fri, Aug 26, 2016 at 06:33:26PM +0200, Ralph Böhme via samba wrote:
> On Thu, Aug 25, 2016 at 12:14:00PM -0700, Jeremy Allison wrote:
> > On Wed, Aug 24, 2016 at 04:06:42PM +0200, Ralph Böhme via samba wrote:
> > >
> > > Yeah, as much as I'd like to avoid adding a new option, I guess we
> > > have to do something about it, my latest take on this is
>
2016 Aug 29
1
Issue with acl_xattr:ignore system acls in 4.5rc2
...dules/vfs_acl_common.c
> @@ -792,35 +792,57 @@ static NTSTATUS get_nt_acl_internal(vfs_handle_struct *handle,
> /* Get the full underlying sd, as we failed to get the
> * blob for the hash, or the revision/hash type wasn't
> * known */
> - if (fsp) {
> - status = SMB_VFS_NEXT_FGET_NT_ACL(handle,
> - fsp,
> - security_info,
> - mem_ctx,
> - &psd);
> +
> + if (config->ignore_system_acls) {
> + SMB_STRUCT_STAT sbuf;
> + SMB_STRUCT_STAT *psbuf = &sbuf;
> +
> + status = stat_fsp_or_smb_fname(handle, fsp, smb...
2016 Aug 27
2
Issue with acl_xattr:ignore system acls in 4.5rc2
On Fri, Aug 26, 2016 at 04:03:49PM -0700, Jeremy Allison wrote:
> On Fri, Aug 26, 2016 at 02:46:19PM -0700, Jeremy Allison via samba wrote:
> > On Fri, Aug 26, 2016 at 06:44:05PM +0200, Ralph Böhme wrote:
> > >
> > > Cheerio!
> > > -slow
> >
> > Still reviewing this - but a few things that will need changing:
> >
> > When adding the