Bug 10382 - successfully drag file into a folder which denied all NTACL permissions
Summary: successfully drag file into a folder which denied all NTACL permissions
Status: ASSIGNED
Alias: None
Product: Samba 3.6
Classification: Unclassified
Component: File services (show other bugs)
Version: 3.6.16
Hardware: x64 Linux
: P5 normal
Target Milestone: ---
Assignee: Jeremy Allison
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-16 09:22 UTC by yanhuan
Modified: 2014-01-16 18:12 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yanhuan 2014-01-16 09:22:33 UTC
I created a folder and denied all NTACL permissions on it, so I cannot double-click enter the folder nor create new files. But unexpected, I can drag a file into the folder successfully.
	I found that, the operation of dragging goes to the RENAME instead of the CREATE.
	My question is, why we do not check the NTACL permissions of the target folder when we do the RENAME operation?

	my samba version is 3.6.16, and I enabled NTACL with parameters below:
	vfs objects=acl_xattr
	map acl inherit=yes
	inherit acls=yes
	store dos attributes=yes
	dos filemode=yes
	ea support=yes
Comment 1 Jeremy Allison 2014-01-16 18:12:07 UTC
I'm planning to fix this one...

Jeremy.