From 5ea6bf5c1e303bdeb99213a363267b9524b390d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=20Pfl=C3=BCger?= Date: Sun, 21 Oct 2012 04:30:20 +0200 Subject: [PATCH] Explicitly label dovecot libraries lib_t for debian --- policy/modules/system/libraries.fc | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/system/libraries.fc b/policy/modules/system/libraries.fc index f30247709..73bb3c00c 100644 --- a/policy/modules/system/libraries.fc +++ b/policy/modules/system/libraries.fc @@ -119,6 +119,7 @@ ifdef(`distro_redhat',` /usr/lib/altivec/libavcodec\.so(\.[^/]*)* -- gen_context(system_u:object_r:textrel_shlib_t,s0) /usr/lib/cedega/.+\.so(\.[^/]*)* -- gen_context(system_u:object_r:textrel_shlib_t,s0) +/usr/lib/dovecot/(.*/)?lib.*\.so.* -- gen_context(system_u:object_r:lib_t,s0) /usr/lib/vlc/video_chroma/libi420_rgb_mmx_plugin\.so -- gen_context(system_u:object_r:textrel_shlib_t,s0) /usr/lib/vlc/codec/librealvideo_plugin\.so -- gen_context(system_u:object_r:textrel_shlib_t,s0) /usr/lib/vlc/codec/libdmo_plugin\.so -- gen_context(system_u:object_r:textrel_shlib_t,s0)