libcli security_descriptor: Add function to delete a given ace from a security descriptor
authorChristian Merten <christian@merten.dev>
Mon, 19 Sep 2022 20:47:10 +0000 (22:47 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 27 Sep 2022 16:46:35 +0000 (16:46 +0000)
commit7efe673fbdcd27ddd23f36281c5f5338681a68fe
tree88ba52f125451d39a7ad538911eae8d926e45363
parentb600b0c8d9690cb5eeded1e5925c8e667c11af04
libcli security_descriptor: Add function to delete a given ace from a security descriptor

Two functions have been added to delete a given ace from the SACL or the DACL of a security descriptor.

Signed-off-by: Christian Merten <christian@merten.dev>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Jeremy Allison <jra@samba.org>
libcli/security/security_descriptor.c
libcli/security/security_descriptor.h