diff options
author | Günther Deschner <gd@samba.org> | 2007-10-10 13:12:53 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:42:51 +0100 |
commit | a6c4b9d1793c7ea1965a23e1d23b73012acd151b (patch) | |
tree | 6cad5d745f37a8e37673fde74f1dc822dbe61061 /source4/lib/registry | |
parent | 50bf95197705a3e3ca6b69fc9584ed0564c305d1 (diff) | |
download | samba-a6c4b9d1793c7ea1965a23e1d23b73012acd151b.tar.gz samba-a6c4b9d1793c7ea1965a23e1d23b73012acd151b.tar.bz2 samba-a6c4b9d1793c7ea1965a23e1d23b73012acd151b.zip |
r25607: Allow to set security descriptor type flags at creation time with
security_descriptor_create().
Guenther
(This used to be commit 7dd0d28d254f78891b0807492baafa188b42df16)
Diffstat (limited to 'source4/lib/registry')
-rw-r--r-- | source4/lib/registry/tests/registry.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/registry/tests/registry.c b/source4/lib/registry/tests/registry.c index 9b1c6ff249..d2838e363f 100644 --- a/source4/lib/registry/tests/registry.c +++ b/source4/lib/registry/tests/registry.c @@ -400,6 +400,7 @@ static bool test_security(struct torture_context *tctx, const void *_data) return false; osd = security_descriptor_create(tctx, + 0, NULL, NULL, SID_NT_AUTHENTICATED_USERS, SEC_ACE_TYPE_ACCESS_ALLOWED, |