Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 446706 - sec-policy/selinux-dovecot - /etc/selinux/targeted/contexts/files/file_contexts: line 339 has invalid regex /etc/dovecot(/.*)?*: nothing to repeat
Summary: sec-policy/selinux-dovecot - /etc/selinux/targeted/contexts/files/file_contex...
Status: RESOLVED DUPLICATE of bug 444820
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: SELinux (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: SE Linux Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-10 10:59 UTC by eroen
Modified: 2012-12-10 11:47 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
sec-policy/selinux-dovecot-2.20120725-r5 build log (file_446706.txt,17.82 KB, text/plain)
2012-12-10 11:40 UTC, eroen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description eroen 2012-12-10 10:59:36 UTC
Please forgive my limited understanding of SELinux, I may very well have committed grave mis-diagnostisation. The issue (and solution) is hopefully obvious to the maintainer and others with better knowledge of the subject.

Lately, I get occasional emerge failures in various packages with messages like:
{{snip}}
>>> Completed installing binutils-2.22-r1 into /var/tmp/portage/sys-devel/binutils-2.22-r1/image/

strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line
   usr/x86_64-pc-linux-gnu/binutils-bin/2.22/gprof
   usr/x86_64-pc-linux-gnu/binutils-bin/2.22/ld.gold
   usr/x86_64-pc-linux-gnu/binutils-bin/2.22/ld
   usr/x86_64-pc-linux-gnu/binutils-bin/2.22/as
   usr/x86_64-pc-linux-gnu/binutils-bin/2.22/ld.bfd
   usr/x86_64-pc-linux-gnu/binutils-bin/2.22/size
   usr/x86_64-pc-linux-gnu/binutils-bin/2.22/objdump
   usr/x86_64-pc-linux-gnu/binutils-bin/2.22/ar
   usr/x86_64-pc-linux-gnu/binutils-bin/2.22/strings
   usr/x86_64-pc-linux-gnu/binutils-bin/2.22/ranlib
   usr/x86_64-pc-linux-gnu/binutils-bin/2.22/objcopy
   usr/x86_64-pc-linux-gnu/binutils-bin/2.22/addr2line
   usr/x86_64-pc-linux-gnu/binutils-bin/2.22/readelf
   usr/x86_64-pc-linux-gnu/binutils-bin/2.22/elfedit
   usr/x86_64-pc-linux-gnu/binutils-bin/2.22/nm
   usr/x86_64-pc-linux-gnu/binutils-bin/2.22/strip
   usr/x86_64-pc-linux-gnu/binutils-bin/2.22/c++filt
   usr/lib64/binutils/x86_64-pc-linux-gnu/2.22/libbfd-2.22.so
   usr/lib64/binutils/x86_64-pc-linux-gnu/2.22/libopcodes-2.22.so
   usr/lib64/binutils/x86_64-pc-linux-gnu/2.22/libiberty.a
ecompressdir: bzip2 -9 /usr/share/binutils-data/x86_64-pc-linux-gnu/2.22/man
 * Removing /usr/share/doc
>>> Setting SELinux security labels
/etc/selinux/targeted/contexts/files/file_contexts:  line 339 has invalid regex /etc/dovecot(/.*)?*:  nothing to repeat
 * ERROR: sys-devel/binutils-2.22-r1 failed:
 *   Failed to set SELinux security labels.
 * 
 * Call stack:
 *   misc-functions.sh, line 1290:  Called preinst_selinux_labels
 *   misc-functions.sh, line 1129:  Called die
 * The specific snippet of code:
 *   			) || die "Failed to set SELinux security labels."
 * 
 * If you need support, post the output of `emerge --info '=sys-devel/binutils-2.22-r1'`,
 * the complete build log and the output of `emerge -pqv '=sys-devel/binutils-2.22-r1'`.
 * The complete build log is located at '/var/log/portage/sys-devel:binutils-2.22-r1:20121210-074350.log'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/sys-devel/binutils-2.22-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-devel/binutils-2.22-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/sys-devel/binutils-2.22-r1'
 * S: '/var/tmp/portage/sys-devel/binutils-2.22-r1/work/binutils-2.22'
!!! post preinst failed; exiting.
!!! FAILED preinst: 1

Hence, I had a look at the offending line in /etc/selinux/targeted/contexts/files/file_contexts and (from looking at the surrounding entries) changed it from
/etc/dovecot(/.*)?*     system_u:object_r:dovecot_etc_t
to
/etc/dovecot(/.*)?      system_u:object_r:dovecot_etc_t
(the '*' was removed). This solves the issue and let's me emerge packages for a while, until some package install puts it back the way it was. I would think new expression matches the same paths, as .* would match anything .*/.* (and so on) matches, but the expressions might be interpreted differently than I expect. I would have thought the original expression would work too, but apparently not.

I gather that the entry is generated from /usr/share/selinux/targeted/dovecot.pp from sec-policy/selinux-dovecot, which contains the following line:
/etc/dovecot(/.*)?*			system_u:object_r:dovecot_etc_t

Using grep and informal statistical investigation, this appears to be a unique construct for the dovecot policy;
$ grep -a -R '(/\.\*)?\*' /usr/share/selinux/targeted
shows only that one entry, while
$ grep -a -R '(/\.\*)?' /usr/share/selinux/targeted
lists a large number of entries.
$ bzgrep -a '(/\.\*)?\*' /var/distfiles/refpolicy-2.20120725.tar.bz2
also shows only the dovecot entry. 


Reproducible: Sometimes




$ emerge --info
Portage 2.2.0_alpha145 (hardened/linux/amd64/no-multilib/selinux, gcc-4.5.4, glibc-2.15-r3, 3.2.11-hardened-faith3 x86_64)
=================================================================
System uname: Linux-3.2.11-hardened-faith3-x86_64-Intel-R-_Xeon-R-_CPU_L5520_@_2.27GHz-with-gentoo-2.1
Timestamp of tree: Sun, 09 Dec 2012 13:30:01 +0000
ld GNU ld (GNU Binutils) 2.22
app-shells/bash:          4.2_p37
dev-lang/python:          2.7.3-r2, 3.2.3
dev-util/pkgconfig:       0.27.1
sys-apps/baselayout:      2.1-r1
sys-apps/openrc:          0.11.8
sys-apps/sandbox:         2.5
sys-devel/autoconf:       2.68
sys-devel/automake:       1.11.6
sys-devel/binutils:       2.22-r1
sys-devel/gcc:            4.5.4
sys-devel/gcc-config:     1.7.3
sys-devel/libtool:        2.4-r1
sys-devel/make:           3.82-r3
sys-kernel/linux-headers: 3.6 (virtual/os-headers)
sys-libs/glibc:           2.15-r3
Repositories: gentoo
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=core2 -O2"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt /usr/share/openvpn/easy-rsa"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=core2 -O2"
DISTDIR="/var/distfiles"
EMERGE_DEFAULT_OPTS="--quiet-build --nospinner"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs candy collision-protect config-protect-if-modified distlocks ebuild-locks fail-clean fakeroot fixlafiles merge-sync news nodoc parallel-fetch preserve-libs protect-owned sandbox selinux sesandbox sfperms unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="acl amd64 bash-completion berkdb bzip2 caps cli cracklib crypt cups cxx dri gcrypt gdbm git gmp gnutls hardened iconv icu idn iproute2 ipv6 justify libssh2 lzma lzo mbox mmx modules mudflap ncurses nptl open_perms openmp pam pax_kernel pcre peer_perms pppd readline selinux session sqlite sse sse2 ssh ssl tcpd threads ubac unicode urandom vim vim-syntax xattr xen zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" PHP_TARGETS="php5-3" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_2" RUBY_TARGETS="ruby18 ruby19" USERLAND="GNU" VIDEO_CARDS="fbdev glint intel mach64 mga nouveau nv r128 radeon savage sis tdfx trident vesa via vmware dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON

$ cat /etc/selinux/config 
# This file controls the state of SELinux on the system on boot.

SELINUX=permissive
SELINUXTYPE=targeted
Comment 1 eroen 2012-12-10 11:40:35 UTC
Created attachment 331948 [details]
sec-policy/selinux-dovecot-2.20120725-r5 build log

warnings / non-fatal errors are emitted while installing. This is not dependent on above-mentioned modification to /etc/selinux/targeted/contexts/files/file_contexts .
Comment 2 eroen 2012-12-10 11:47:17 UTC
Oops, this is a duplicate of https://bugs.gentoo.org/show_bug.cgi?id=444820 .

*** This bug has been marked as a duplicate of bug 444820 ***