libcli: Add file specific access flags to sddl
authorVolker Lendecke <vl@samba.org>
Mon, 22 Mar 2021 13:43:54 +0000 (14:43 +0100)
committerJeremy Allison <jra@samba.org>
Wed, 24 Mar 2021 20:31:30 +0000 (20:31 +0000)
commit249b0e32022ec925c3ebbe5efc7be9b53a0e134e
tree45d0a1cbb32de6bb6593c11c1e478fb02cb2be8b
parent2e608468595d748f506a059811231c5572976157
libcli: Add file specific access flags to sddl

See

https://docs.microsoft.com/en-us/windows/win32/secauthz/ace-strings

for reference.

We can only use them for decoding, many of our tests depend on our
string representation of the flags.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
libcli/security/sddl.c