1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-26 01:49:31 +03:00

Ensure we don't see the xattr used to store NT security (visible when xattr_tdb

is used). Allows make test to pass with acl_xattr.so prepended to the vfs modules.
Jeremy.
This commit is contained in:
Jeremy Allison
2009-12-01 14:08:16 -08:00
parent ae649782df
commit 8dda4cea66
2 changed files with 1 additions and 3 deletions

View File

@ -1895,8 +1895,6 @@ struct ea_list {
#define SAMBA_XATTR_DOS_ATTRIB "user.DOSATTRIB"
/* Prefix for DosStreams in the vfs_streams_xattr module */
#define SAMBA_XATTR_DOSSTREAM_PREFIX "user.DosStream."
/* Prefix for DOS timestamps. */
#define SAMBA_XATTR_DOSTIMESTAMPS "user.DosTimestamps"
/* Prefix for xattrs storing streams. */
#define SAMBA_XATTR_MARKER "user.SAMBA_STREAMS"

View File

@ -70,8 +70,8 @@ static bool samba_private_attr_name(const char *unix_ea_name)
static const char * const prohibited_ea_names[] = {
SAMBA_POSIX_INHERITANCE_EA_NAME,
SAMBA_XATTR_DOS_ATTRIB,
SAMBA_XATTR_DOSTIMESTAMPS,
SAMBA_XATTR_MARKER,
XATTR_NTACL_NAME,
NULL
};