summaryrefslogtreecommitdiffstats
path: root/src/db/sysdb_selinux.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2013-11-12 11:08:12 +0100
committerJakub Hrozek <jhrozek@redhat.com>2013-11-15 20:19:27 +0100
commit7a1a56860993475d0025e7411547649abf09d32c (patch)
tree6198ab4f152dd4fa17b9eb5c500a15c91407069e /src/db/sysdb_selinux.h
parentc1284d966d351e5c42fb23a0d0ef6c268a11b7f8 (diff)
downloadsssd-7a1a56860993475d0025e7411547649abf09d32c.tar.gz
sssd-7a1a56860993475d0025e7411547649abf09d32c.tar.xz
sssd-7a1a56860993475d0025e7411547649abf09d32c.zip
Merge ipa_selinux_common.c and ipa_selinux.c
Moved unused functions and merged ipa_selinux_common.c into ipa_selinux.c
Diffstat (limited to 'src/db/sysdb_selinux.h')
-rw-r--r--src/db/sysdb_selinux.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/db/sysdb_selinux.h b/src/db/sysdb_selinux.h
index 752f2206f..a40e7b52f 100644
--- a/src/db/sysdb_selinux.h
+++ b/src/db/sysdb_selinux.h
@@ -36,11 +36,6 @@
#define SYSDB_SELINUX_DEFAULT_ORDER "order"
#define SYSDB_SELINUX_HOST_PRIORITY "hostPriority"
-enum selinux_entity_type {
- SELINUX_CONFIG,
- SELINUX_USER_MAP
-};
-
errno_t sysdb_store_selinux_usermap(struct sysdb_ctx *sysdb,
struct sss_domain_info *domain,
struct sysdb_attrs *attrs);
@@ -57,19 +52,6 @@ errno_t sysdb_get_selinux_usermaps(TALLOC_CTX *mem_ctx,
size_t *count,
struct ldb_message ***messages);
-errno_t sysdb_search_selinux_usermap_by_mapname(TALLOC_CTX *mem_ctx,
- struct sysdb_ctx *sysdb,
- struct sss_domain_info *domain,
- const char *name,
- const char **attrs,
- struct ldb_message **_usermap);
-
-errno_t sysdb_search_selinux_usermap_by_username(TALLOC_CTX *mem_ctx,
- struct sysdb_ctx *sysdb,
- struct sss_domain_info *domain,
- const char *username,
- struct ldb_message ***_usermaps);
-
errno_t sysdb_search_selinux_config(TALLOC_CTX *mem_ctx,
struct sysdb_ctx *sysdb,
struct sss_domain_info *domain,