summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-12-21 11:01:22 +0200
committerPanu Matilainen <pmatilai@redhat.com>2010-12-21 11:01:22 +0200
commit00463e2fe0d115d873f141995e7d8b3041de7d36 (patch)
tree1fa56e147d7251ae0b9071382f26d39ab95c0805 /plugins
parent247c5431776299196cf32e0a3980a4b9516379ea (diff)
downloadlibrpm-tizen-00463e2fe0d115d873f141995e7d8b3041de7d36.tar.gz
librpm-tizen-00463e2fe0d115d873f141995e7d8b3041de7d36.tar.bz2
librpm-tizen-00463e2fe0d115d873f141995e7d8b3041de7d36.zip
Move rpmtsSELabelFoo() functions to an internal-only header
- The sepolicy plugin needs them so the symbols can't be hidden, but these are not something external API-users should be messing with. - Ultimately we'll want to push the actual labeling from FSM to the plugin, insulating rpm from all SELinux specifics, this is just a band-aid temporary "solution" to keep this out of the API.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/sepolicy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/sepolicy.c b/plugins/sepolicy.c
index 101187fe4..7f8ba5dc7 100644
--- a/plugins/sepolicy.c
+++ b/plugins/sepolicy.c
@@ -14,6 +14,7 @@
#include "rpmio/base64.h"
#include "lib/rpmte_internal.h"
+#include "lib/rpmts_internal.h" /* rpmtsSELabelFoo() */
rpmPluginHook PLUGIN_HOOKS = \
PLUGINHOOK_INIT | \