aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/acl/libacl-helper.h
blob: b86eb1704821e2c36916815a4a4572801a8789ce (plain)
1
2
3
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);