Add file creation/unlinking utils to directory handle
This commit adds file creation and unlinking functions to the
directory handle interface and corresponding run_as wrappers.
This allows the creation and unlinking of files relative to
an existing directory handle using either openat/unlinkat when
directory file descriptors are supported or open/unlink when
they are not.
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
This page took 0.031864 seconds and 4 git commands to generate.