acl: implement Update in C
The original implementation was effectively just writing C in Go. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
3
acl/acl-update.h
Normal file
3
acl/acl-update.h
Normal file
@@ -0,0 +1,3 @@
|
||||
#include <sys/acl.h>
|
||||
|
||||
int f_acl_update_file_by_uid(const char *path_p, uid_t uid, acl_perm_t *perms, size_t plen);
|
||||
Reference in New Issue
Block a user