From ecfd767c65c39414a86937380b9986c6d2e0aecf Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Mon, 16 Jul 2012 19:51:18 +0200 Subject: SYSDB: Delete SELinux mappings --- src/db/sysdb_selinux.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/db/sysdb_selinux.h') diff --git a/src/db/sysdb_selinux.h b/src/db/sysdb_selinux.h index 7a0229236..39bb67a19 100644 --- a/src/db/sysdb_selinux.h +++ b/src/db/sysdb_selinux.h @@ -63,4 +63,6 @@ errno_t sysdb_search_selinux_config(TALLOC_CTX *mem_ctx, const char **attrs, struct ldb_message **_config); +errno_t sysdb_delete_usermaps(struct sysdb_ctx *sysdb); + #endif -- cgit