From e85be67fd98dd5adb17fefdc52a28c8a7a7c3b28 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 17 Feb 2025 20:37:10 +0900 Subject: acl: implement Update in C The original implementation was effectively just writing C in Go. Signed-off-by: Ophestra --- acl/acl-update.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 acl/acl-update.h (limited to 'acl/acl-update.h') diff --git a/acl/acl-update.h b/acl/acl-update.h new file mode 100644 index 00000000..e758788e --- /dev/null +++ b/acl/acl-update.h @@ -0,0 +1,3 @@ +#include + +int f_acl_update_file_by_uid(const char *path_p, uid_t uid, acl_perm_t *perms, size_t plen); -- cgit v1.3.1