s3: VFS: vfs_audit. Implement unlinkat().
authorJeremy Allison <jra@samba.org>
Tue, 17 Sep 2019 00:57:25 +0000 (17:57 -0700)
committerRalph Boehme <slow@samba.org>
Thu, 26 Sep 2019 17:20:47 +0000 (17:20 +0000)
commit488c65672350819e35a543313ca6c876befd1d6e
tree79012d008ff8e06d47d8ac770da487e3e20191dd
parent1023ec61a9deca7a81e0cb4960b51e9b2b917c51
s3: VFS: vfs_audit. Implement unlinkat().

This is identical to unlink(), as there
are no special cases needed for rmdir().

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/modules/vfs_audit.c