summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_selinux_common.h
diff options
context:
space:
mode:
authorJan Zeleny <jzeleny@redhat.com>2012-07-20 11:09:30 -0400
committerJakub Hrozek <jhrozek@redhat.com>2012-07-25 22:50:31 +0200
commit28aa01a364218d007161f72d5c0d193e895b2c67 (patch)
tree28ca9b4fa42a95b56a72464b2beaf62decf4dcc8 /src/providers/ipa/ipa_selinux_common.h
parent198ee7c264bd8a473ecd0c343830b7952a51e90e (diff)
downloadsssd-28aa01a364218d007161f72d5c0d193e895b2c67.tar.gz
sssd-28aa01a364218d007161f72d5c0d193e895b2c67.tar.xz
sssd-28aa01a364218d007161f72d5c0d193e895b2c67.zip
Remove ipa_selinux_map_merge()
This function is no longer necessary since sysdb interface for copying elements has been implemented.
Diffstat (limited to 'src/providers/ipa/ipa_selinux_common.h')
-rw-r--r--src/providers/ipa/ipa_selinux_common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/providers/ipa/ipa_selinux_common.h b/src/providers/ipa/ipa_selinux_common.h
index 17ccb2312..d722136e9 100644
--- a/src/providers/ipa/ipa_selinux_common.h
+++ b/src/providers/ipa/ipa_selinux_common.h
@@ -25,10 +25,6 @@
#ifndef IPA_SELINUX_COMMON_H_
#define IPA_SELINUX_COMMON_H_
-errno_t ipa_selinux_map_merge(struct sysdb_attrs *map,
- struct sysdb_attrs *rule,
- const char *attr);
-
errno_t ipa_save_host(struct sysdb_ctx *sysdb,
struct sysdb_attrs *host);