aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/system/acl/libacl-helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal/system/acl/libacl-helper.h')
-rw-r--r--internal/system/acl/libacl-helper.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/system/acl/libacl-helper.h b/internal/system/acl/libacl-helper.h
new file mode 100644
index 00000000..b86eb170
--- /dev/null
+++ b/internal/system/acl/libacl-helper.h
@@ -0,0 +1,4 @@
+#include <sys/acl.h>
+
+int hakurei_acl_update_file_by_uid(const char *path_p, uid_t uid,
+ acl_perm_t *perms, size_t plen);