search for: get_ea_list_from_file_path

Displaying 3 results from an estimated 3 matches for "get_ea_list_from_file_path".

2019 Jun 20
2
error when trying to copy file from samba share to old Windows CE share
On Wed, Jun 19, 2019 at 3:41 PM Jeremy Allison <jra at samba.org> wrote: > Weren't you getting a NT_STATUS_NOT_IMPLEMENTED level > error return ? > > Look for the specific error return you see on the WinCE > client in the trace. Figured out the issue... After comparing a good vs bad file copy in wireshark for a while, I have found where it goes wrong. On the good copy I
2019 Jun 20
0
error when trying to copy file from samba share to old Windows CE share
...o transfer a file with the > selinux extended attribute. > > Setting "ea support = no" fixed the issue. Interesting. Where did it get the SeLinux context EA from ? Aren't they in the "system." namespace ? We filter these out on listing EA's on a file inside get_ea_list_from_file_path() by the following code: if (strnequal(names[i], "system.", 7) || samba_private_attr_name(names[i])) continue;
2019 Jun 20
1
error when trying to copy file from samba share to old Windows CE share
...ded attribute. > > > > Setting "ea support = no" fixed the issue. > > Interesting. Where did it get the SeLinux context EA from ? > > Aren't they in the "system." namespace ? > > We filter these out on listing EA's on a file inside > > get_ea_list_from_file_path() by the following code: > > if (strnequal(names[i], "system.", 7) > || samba_private_attr_name(names[i])) > continue;