mirror of
https://github.com/samba-team/samba.git
synced 2025-01-28 17:47:29 +03:00
r3838: use "security.NTACL" instead of "security.NTAcl" for the xattr name for ACLs
(This used to be commit db72290bbe87644a89385c465855629a1f881e4f)
This commit is contained in:
parent
9b6c08a0d1
commit
be01250d1a
@ -83,7 +83,7 @@ interface xattr
|
||||
we put this xattr in the security namespace to ensure that
|
||||
only trusted users can write to the ACL
|
||||
*/
|
||||
const string XATTR_NTACL_NAME = "security.NTAcl";
|
||||
const string XATTR_NTACL_NAME = "security.NTACL";
|
||||
|
||||
typedef union {
|
||||
[case(1)] security_descriptor *sd;
|
||||
|
Loading…
x
Reference in New Issue
Block a user