From 6f0daa807ac0bb560353c5d5e25638cf1972f79f Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Sun, 6 Jan 2013 23:44:30 +0100 Subject: SYSDB: Split a function to read all SELinux maps --- src/db/sysdb_selinux.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/db/sysdb_selinux.h') diff --git a/src/db/sysdb_selinux.h b/src/db/sysdb_selinux.h index c7dbbe98c..5fcbb56ef 100644 --- a/src/db/sysdb_selinux.h +++ b/src/db/sysdb_selinux.h @@ -48,6 +48,12 @@ errno_t sysdb_store_selinux_config(struct sysdb_ctx *sysdb, const char *default_map, const char *order); +errno_t sysdb_get_selinux_usermaps(TALLOC_CTX *mem_ctx, + struct sysdb_ctx *sysdb, + const char **attrs, + size_t *count, + struct ldb_message ***messages); + errno_t sysdb_search_selinux_usermap_by_mapname(TALLOC_CTX *mem_ctx, struct sysdb_ctx *sysdb, const char *name, -- cgit