From 478c82693c386e7a6e8e4b37cc99fb19b12e7186 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Fri, 22 Mar 2013 14:35:26 +0000 Subject: build-sys: move acl searching code into libsystemd-acl This loop over acls is a bit too much to keep inside of another loop. --- src/shared/acl-util.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/shared/acl-util.h') diff --git a/src/shared/acl-util.h b/src/shared/acl-util.h index 31fbbcd510..23090d9984 100644 --- a/src/shared/acl-util.h +++ b/src/shared/acl-util.h @@ -21,4 +21,7 @@ along with systemd; If not, see . ***/ +#include + int acl_find_uid(acl_t acl, uid_t uid, acl_entry_t *entry); +int search_acl_groups(char*** dst, const char* path, bool* belong); -- cgit v1.2.3-54-g00ecf