diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-12-21 11:01:22 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-12-21 11:01:22 +0200 |
commit | 00463e2fe0d115d873f141995e7d8b3041de7d36 (patch) | |
tree | 1fa56e147d7251ae0b9071382f26d39ab95c0805 /plugins | |
parent | 247c5431776299196cf32e0a3980a4b9516379ea (diff) | |
download | librpm-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.c | 1 |
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 | \ |