]> git.ipfire.org Git - people/stevee/selinux-policy.git/commitdiff
Merge branch 'master' of ssh://git.fedorahosted.org/git/selinux-policy
authorMiroslav Grepl <mgrepl@redhat.com>
Sun, 10 Apr 2011 23:30:28 +0000 (23:30 +0000)
committerMiroslav Grepl <mgrepl@redhat.com>
Sun, 10 Apr 2011 23:30:28 +0000 (23:30 +0000)
Add Dan's patch to remove 64 bit variants.

Conflicts:
policy/modules/system/lvm.te
policy/modules/system/systemd.te

57 files changed:
1  2 
Makefile
Rules.modular
policy/modules/admin/amanda.fc
policy/modules/admin/portage.fc
policy/modules/admin/tmpreaper.te
policy/modules/admin/usermanage.fc
policy/modules/admin/usermanage.te
policy/modules/apps/authbind.fc
policy/modules/apps/chrome.fc
policy/modules/apps/execmem.fc
policy/modules/apps/gnome.te
policy/modules/apps/gpg.fc
policy/modules/apps/java.fc
policy/modules/apps/mediawiki.fc
policy/modules/apps/mozilla.fc
policy/modules/apps/nsplugin.fc
policy/modules/apps/openoffice.fc
policy/modules/apps/sandbox.te
policy/modules/apps/vmware.fc
policy/modules/kernel/corecommands.fc
policy/modules/kernel/files.fc
policy/modules/services/amavis.fc
policy/modules/services/apache.fc
policy/modules/services/apm.te
policy/modules/services/colord.te
policy/modules/services/courier.fc
policy/modules/services/cups.fc
policy/modules/services/cyrus.fc
policy/modules/services/dbus.fc
policy/modules/services/dirsrv-admin.fc
policy/modules/services/inn.fc
policy/modules/services/mailman.fc
policy/modules/services/matahari.te
policy/modules/services/mta.fc
policy/modules/services/nagios.fc
policy/modules/services/nessus.fc
policy/modules/services/nis.fc
policy/modules/services/oddjob.fc
policy/modules/services/passenger.fc
policy/modules/services/postgresql.fc
policy/modules/services/rlogin.fc
policy/modules/services/squid.fc
policy/modules/services/ssh.te
policy/modules/services/sysstat.fc
policy/modules/services/ulogd.fc
policy/modules/services/xserver.fc
policy/modules/system/init.fc
policy/modules/system/init.te
policy/modules/system/ipsec.fc
policy/modules/system/libraries.fc
policy/modules/system/lvm.te
policy/modules/system/miscfiles.fc
policy/modules/system/modutils.fc
policy/modules/system/selinuxutil.fc
policy/modules/system/systemd.te
policy/modules/system/userdomain.if
policy/modules/system/xen.fc

diff --cc Makefile
index 6153c8b19a2c42d19fc737a396777fb4021bc0b8,6153c8b19a2c42d19fc737a396777fb4021bc0b8..72a53cc6ac953871d7beb3899201aa2fe040f902
+++ b/Makefile
@@@ -61,7 -61,7 +61,7 @@@ SEMODULE ?= $(tc_usrsbindir)/semodul
  SEMOD_PKG ?= $(tc_usrbindir)/semodule_package
  SEMOD_LNK ?= $(tc_usrbindir)/semodule_link
  SEMOD_EXP ?= $(tc_usrbindir)/semodule_expand
--#SEPOLGEN ?= $(tc_usrbindir)/sepolgen-ifgen
++SEPOLGEN ?= $(tc_usrbindir)/sepolgen-ifgen
  LOADPOLICY ?= $(tc_usrsbindir)/load_policy
  SETFILES ?= $(tc_sbindir)/setfiles
  XMLLINT ?= $(BINDIR)/xmllint
diff --cc Rules.modular
index cc1f793d75dd3060625edbc6aceada87e6d88c24,cc1f793d75dd3060625edbc6aceada87e6d88c24..c2bf4910871d0a7649f8f04b23ebf2ecedc20e64
@@@ -207,7 -207,7 +207,7 @@@ validate: $(base_pkg) $(mod_pkgs
        @echo "Validating policy linking."
        $(verbose) $(SEMOD_LNK) -o $(tmpdir)/test.lnk $^
        $(verbose) $(SEMOD_EXP) $(tmpdir)/test.lnk $(tmpdir)/policy.bin
--#     $(verbose) $(SEPOLGEN) -p $(tmpdir)/policy.bin -i $(poldir) -o $(tmpdir)/output
++      $(verbose) $(SEPOLGEN) -p $(tmpdir)/policy.bin -i $(poldir) -o $(tmpdir)/output
        @echo "Success."
  
  ########################################
index e3e07011c61c2145ac1b6232e6ee9f814abfbce2,e3e07011c61c2145ac1b6232e6ee9f814abfbce2..3fd0282e8260af8e8345e46081d0d0aa5b0c613d
@@@ -7,11 -7,11 +7,11 @@@
  
  /root/restore                 -d      gen_context(system_u:object_r:amanda_recover_dir_t,s0)
  
--/usr/lib(64)?/amanda          -d      gen_context(system_u:object_r:amanda_usr_lib_t,s0)
--/usr/lib(64)?/amanda/.+               --      gen_context(system_u:object_r:amanda_exec_t,s0)
--/usr/lib(64)?/amanda/amandad  --      gen_context(system_u:object_r:amanda_inetd_exec_t,s0)
--/usr/lib(64)?/amanda/amidxtaped       --      gen_context(system_u:object_r:amanda_inetd_exec_t,s0)
--/usr/lib(64)?/amanda/amindexd --      gen_context(system_u:object_r:amanda_inetd_exec_t,s0)
++/usr/lib/amanda               -d      gen_context(system_u:object_r:amanda_usr_lib_t,s0)
++/usr/lib/amanda/.+            --      gen_context(system_u:object_r:amanda_exec_t,s0)
++/usr/lib/amanda/amandad       --      gen_context(system_u:object_r:amanda_inetd_exec_t,s0)
++/usr/lib/amanda/amidxtaped    --      gen_context(system_u:object_r:amanda_inetd_exec_t,s0)
++/usr/lib/amanda/amindexd      --      gen_context(system_u:object_r:amanda_inetd_exec_t,s0)
  
  /usr/sbin/amrecover           --      gen_context(system_u:object_r:amanda_recover_exec_t,s0)
  
index db4638777c5228aeb1b055aea8c0cb395b52c3b4,db4638777c5228aeb1b055aea8c0cb395b52c3b4..b665b08893baa3acb3b0edeced5c8d3517f43ceb
@@@ -5,12 -5,12 +5,12 @@@
  /usr/bin/gcc-config           --      gen_context(system_u:object_r:gcc_config_exec_t,s0)
  /usr/bin/sandbox              --      gen_context(system_u:object_r:portage_exec_t,s0)
  
--/usr/lib(64)?/portage/bin/ebuild --   gen_context(system_u:object_r:portage_exec_t,s0)
--/usr/lib(64)?/portage/bin/emerge --   gen_context(system_u:object_r:portage_exec_t,s0)
--/usr/lib(64)?/portage/bin/quickpkg -- gen_context(system_u:object_r:portage_exec_t,s0)
--/usr/lib(64)?/portage/bin/ebuild\.sh --       gen_context(system_u:object_r:portage_exec_t,s0)
--/usr/lib(64)?/portage/bin/regenworld --       gen_context(system_u:object_r:portage_exec_t,s0)
--/usr/lib(64)?/portage/bin/sandbox --  gen_context(system_u:object_r:portage_exec_t,s0)
++/usr/lib/portage/bin/ebuild --        gen_context(system_u:object_r:portage_exec_t,s0)
++/usr/lib/portage/bin/emerge --        gen_context(system_u:object_r:portage_exec_t,s0)
++/usr/lib/portage/bin/quickpkg --      gen_context(system_u:object_r:portage_exec_t,s0)
++/usr/lib/portage/bin/ebuild\.sh --    gen_context(system_u:object_r:portage_exec_t,s0)
++/usr/lib/portage/bin/regenworld --    gen_context(system_u:object_r:portage_exec_t,s0)
++/usr/lib/portage/bin/sandbox --       gen_context(system_u:object_r:portage_exec_t,s0)
  
  /usr/portage(/.*)?                    gen_context(system_u:object_r:portage_ebuild_t,s0)
  
Simple merge
index c4671440c8a52cf45db918d4e1ff3486f6254591,c4671440c8a52cf45db918d4e1ff3486f6254591..fb794f9e6b008bef6fa2f6f670a6f0dbdfe96a6c
@@@ -10,7 -10,7 +10,7 @@@ ifdef(`distro_gentoo',
  /usr/bin/vigr         --      gen_context(system_u:object_r:admin_passwd_exec_t,s0)
  /usr/bin/vipw         --      gen_context(system_u:object_r:admin_passwd_exec_t,s0)
  
--/usr/lib(64)?/cracklib_dict.* -- gen_context(system_u:object_r:crack_db_t,s0)
++/usr/lib/cracklib_dict.* -- gen_context(system_u:object_r:crack_db_t,s0)
  
  /usr/sbin/crack_[a-z]*        --      gen_context(system_u:object_r:crack_exec_t,s0)
  /usr/sbin/cracklib-[a-z]* --  gen_context(system_u:object_r:crack_exec_t,s0)
Simple merge
index 48cf11b4bfd6bc35bc8203819899d0e58209aa9f,48cf11b4bfd6bc35bc8203819899d0e58209aa9f..9787bd4562c707dbe05333c2769aaa311f03f1a9
@@@ -1,3 -1,3 +1,3 @@@
  /etc/authbind(/.*)?                   gen_context(system_u:object_r:authbind_etc_t,s0)
  
--/usr/lib(64)?/authbind/helper --      gen_context(system_u:object_r:authbind_exec_t,s0)
++/usr/lib/authbind/helper      --      gen_context(system_u:object_r:authbind_exec_t,s0)
index 432fb255df976f7b8681ece96da9d2d1fb612318,432fb255df976f7b8681ece96da9d2d1fb612318..1f468aa4d9a07b0d221a7aa918debeb94a90786e
@@@ -1,3 -1,3 +1,3 @@@
   /opt/google/chrome/chrome-sandbox    --      gen_context(system_u:object_r:chrome_sandbox_exec_t,s0)
  
--/usr/lib(64)?/chromium-browser/chrome-sandbox --      gen_context(system_u:object_r:chrome_sandbox_exec_t,s0)
++/usr/lib/chromium-browser/chrome-sandbox      --      gen_context(system_u:object_r:chrome_sandbox_exec_t,s0)
index 454009007513b88c432965a072f2e903f22006d7,454009007513b88c432965a072f2e903f22006d7..6f3570aff438d8495bdc9966392c6952ca392e8c
  ifdef(`distro_gentoo',`
  /usr/lib32/openoffice/program/[^/]+\.bin -- gen_context(system_u:object_r:execmem_exec_t,s0)
  ')
--/usr/lib(64)?/chromium-browser/chromium-browser  gen_context(system_u:object_r:execmem_exec_t,s0)
--/usr/lib64/erlang/erts-[^/]+/bin/beam.smp --  gen_context(system_u:object_r:execmem_exec_t,s0)
++/usr/lib/chromium-browser/chromium-browser  gen_context(system_u:object_r:execmem_exec_t,s0)
  /usr/lib/erlang/erts-[^/]+/bin/beam.smp --    gen_context(system_u:object_r:execmem_exec_t,s0)
--/usr/lib64/R/bin/exec/R               --      gen_context(system_u:object_r:execmem_exec_t,s0)
  /usr/lib/R/bin/exec/R         --      gen_context(system_u:object_r:execmem_exec_t,s0)
  
  /usr/libexec/ghc-[^/]+/.*bin  --      gen_context(system_u:object_r:execmem_exec_t,s0)
  /usr/libexec/ghc-[^/]+/ghc.*  --      gen_context(system_u:object_r:execmem_exec_t,s0)
--/usr/lib(64)?/ghc-[^/]+/ghc.*  --     gen_context(system_u:object_r:execmem_exec_t,s0)
++/usr/lib/ghc-[^/]+/ghc.*  --  gen_context(system_u:object_r:execmem_exec_t,s0)
  /usr/lib/ia32el/ia32x_loader  --      gen_context(system_u:object_r:execmem_exec_t,s0)
--/usr/lib(64)/virtualbox/VirtualBox  --        gen_context(system_u:object_r:execmem_exec_t,s0)
++/usr/lib/virtualbox/VirtualBox  --    gen_context(system_u:object_r:execmem_exec_t,s0)
  
  /opt/real/(.*/)?realplay\.bin     --  gen_context(system_u:object_r:execmem_exec_t,s0)
  /opt/secondlife-install/bin/SLPlugin --       gen_context(system_u:object_r:execmem_exec_t,s0)
Simple merge
index 717d1634c6816cb4092eab9fef24bf0ed62ecb36,717d1634c6816cb4092eab9fef24bf0ed62ecb36..6864b5893a03b3cc1f7901344130f2762af73ded
@@@ -6,5 -6,5 +6,5 @@@ HOME_DIR/\.gnupg(/.+)?           gen_context(sys
  /usr/bin/kgpg         --      gen_context(system_u:object_r:gpg_exec_t,s0)
  /usr/bin/pinentry.*   --      gen_context(system_u:object_r:pinentry_exec_t,s0)
  
--/usr/lib(64)?/gnupg/.*        --      gen_context(system_u:object_r:gpg_exec_t,s0)
--/usr/lib(64)?/gnupg/gpgkeys.* -- gen_context(system_u:object_r:gpg_helper_exec_t,s0)
++/usr/lib/gnupg/.*     --      gen_context(system_u:object_r:gpg_exec_t,s0)
++/usr/lib/gnupg/gpgkeys.* -- gen_context(system_u:object_r:gpg_helper_exec_t,s0)
index cd76e6ae7432387d40180e4d8b5b4fc2d53cf0a8,cd76e6ae7432387d40180e4d8b5b4fc2d53cf0a8..5d2130cf5ffd3c5242fac48df6e3d167789318a2
@@@ -30,7 -30,7 +30,6 @@@
  /usr/lib/jvm/java(.*/)bin(/.*)? -- gen_context(system_u:object_r:java_exec_t,s0)
  /usr/lib/opera(/.*)?/opera -- gen_context(system_u:object_r:java_exec_t,s0)
  /usr/lib/opera(/.*)?/works -- gen_context(system_u:object_r:java_exec_t,s0)
--/usr/lib64/jvm/java(.*/)bin(/.*)? -- gen_context(system_u:object_r:java_exec_t,s0)
  
  /usr/local/matlab.*/bin.*/MATLAB.* -- gen_context(system_u:object_r:java_exec_t,s0)
  
index bf872efa46e0e779bbb881feb5ded162b5b6a652,bf872efa46e0e779bbb881feb5ded162b5b6a652..d56fd6926454c7045f35eb8f42955b665ba25cfa
@@@ -1,7 -1,7 +1,7 @@@
  
--/usr/lib(64)?/mediawiki/math/texvc    --      gen_context(system_u:object_r:httpd_mediawiki_script_exec_t,s0) 
--/usr/lib(64)?/mediawiki/math/texvc_tex --      gen_context(system_u:object_r:httpd_mediawiki_script_exec_t,s0)
--/usr/lib(64)?/mediawiki/math/texvc_tes --      gen_context(system_u:object_r:httpd_mediawiki_script_exec_t,s0)
++/usr/lib/mediawiki/math/texvc --      gen_context(system_u:object_r:httpd_mediawiki_script_exec_t,s0) 
++/usr/lib/mediawiki/math/texvc_tex --      gen_context(system_u:object_r:httpd_mediawiki_script_exec_t,s0)
++/usr/lib/mediawiki/math/texvc_tes --      gen_context(system_u:object_r:httpd_mediawiki_script_exec_t,s0)
  
  /var/www/wiki(/.*)?             gen_context(system_u:object_r:httpd_mediawiki_rw_content_t,s0)
  
index aafece713ce04ae349e080f89a6432fb2040b67b,aafece713ce04ae349e080f89a6432fb2040b67b..35b51ab4a0f1c46333ed37b73382f065a1fe43a5
@@@ -19,13 -19,13 +19,12 @@@ HOME_DIR/\.phoenix(/.*)?           gen_context(s
  #
  # /lib
  #
--/usr/lib(64)?/galeon/galeon   --      gen_context(system_u:object_r:mozilla_exec_t,s0)
--/usr/lib(64)?/netscape/.+/communicator/communicator-smotif\.real -- gen_context(system_u:object_r:mozilla_exec_t,s0)
--/usr/lib(64)?/netscape/base-4/wrapper -- gen_context(system_u:object_r:mozilla_exec_t,s0)
--/usr/lib(64)?/mozilla[^/]*/reg.+ --   gen_context(system_u:object_r:mozilla_exec_t,s0)
--/usr/lib(64)?/mozilla[^/]*/mozilla-.* -- gen_context(system_u:object_r:mozilla_exec_t,s0)
--/usr/lib(64)?/firefox[^/]*/mozilla-.* -- gen_context(system_u:object_r:mozilla_exec_t,s0)
--/usr/lib(64)?/[^/]*firefox[^/]*/firefox-bin -- gen_context(system_u:object_r:mozilla_exec_t,s0)
--/usr/lib/[^/]*firefox[^/]*/firefox -- gen_context(system_u:object_r:mozilla_exec_t,s0)
--/usr/lib64/[^/]*firefox[^/]*/firefox -- gen_context(system_u:object_r:mozilla_exec_t,s0)
--/usr/lib(64)?/xulrunner[^/]*/plugin-container         --      gen_context(system_u:object_r:mozilla_plugin_exec_t,s0)
++/usr/lib/galeon/galeon        --      gen_context(system_u:object_r:mozilla_exec_t,s0)
++/usr/lib/netscape/.+/communicator/communicator-smotif\.real -- gen_context(system_u:object_r:mozilla_exec_t,s0)
++/usr/lib/netscape/base-4/wrapper -- gen_context(system_u:object_r:mozilla_exec_t,s0)
++/usr/lib/mozilla[^/]*/reg.+ --        gen_context(system_u:object_r:mozilla_exec_t,s0)
++/usr/lib/mozilla[^/]*/mozilla-.* -- gen_context(system_u:object_r:mozilla_exec_t,s0)
++/usr/lib/firefox[^/]*/mozilla-.* -- gen_context(system_u:object_r:mozilla_exec_t,s0)
++/usr/lib/[^/]*firefox[^/]*/firefox-bin -- gen_context(system_u:object_r:mozilla_exec_t,s0)
++/usr/lib/[^/]*firefox[^/]*/firefox -- gen_context(system_u:object_r:mozilla_exec_t,s0)
++/usr/lib/xulrunner[^/]*/plugin-container              --      gen_context(system_u:object_r:mozilla_plugin_exec_t,s0)
index 717eb3f138e62b88f719a29e0879a0016a30e6ed,717eb3f138e62b88f719a29e0879a0016a30e6ed..22e6c963c0a64171531a2a4b76a2b6e089310535
@@@ -6,6 -6,6 +6,6 @@@ HOME_DIR/\.icedteaplugin(/.*)?           gen_con
  
  /usr/bin/nspluginscan --      gen_context(system_u:object_r:nsplugin_exec_t,s0)
  /usr/bin/nspluginviewer       --      gen_context(system_u:object_r:nsplugin_exec_t,s0)
--/usr/lib(64)?/nspluginwrapper/npviewer.bin    --      gen_context(system_u:object_r:nsplugin_exec_t,s0)
--/usr/lib(64)?/nspluginwrapper/plugin-config   --      gen_context(system_u:object_r:nsplugin_config_exec_t,s0)
--/usr/lib(64)?/mozilla/plugins-wrapped(/.*)?                   gen_context(system_u:object_r:nsplugin_rw_t,s0)
++/usr/lib/nspluginwrapper/npviewer.bin --      gen_context(system_u:object_r:nsplugin_exec_t,s0)
++/usr/lib/nspluginwrapper/plugin-config        --      gen_context(system_u:object_r:nsplugin_config_exec_t,s0)
++/usr/lib/mozilla/plugins-wrapped(/.*)?                        gen_context(system_u:object_r:nsplugin_rw_t,s0)
index 0c53a127d3c1bf9a95579f9ddf20848deb4d22db,0c53a127d3c1bf9a95579f9ddf20848deb4d22db..4428be4f7f416fe315a7027ddc7427da4824436a
@@@ -1,4 -1,4 +1,3 @@@
  /usr/lib/openoffice\.org.*/program/.+\.bin -- gen_context(system_u:object_r:openoffice_exec_t,s0)
--/usr/lib64/openoffice\.org.*/program/.+\.bin -- gen_context(system_u:object_r:openoffice_exec_t,s0)
  /opt/openoffice\.org.*/program/.+\.bin -- gen_context(system_u:object_r:openoffice_exec_t,s0)
  
Simple merge
index 028c994e7f16b185e2b59d36b8004506bccf38c7,028c994e7f16b185e2b59d36b8004506bccf38c7..179960c0b6142d8d5e2147fc3f8bdb8a448e9c0b
@@@ -39,12 -39,12 +39,6 @@@ ifdef(`distro_redhat',
  /usr/lib/vmware-tools/sbin64/vmware.* -- gen_context(system_u:object_r:vmware_host_exec_t,s0)
  ')
  
--/usr/lib64/vmware/config      --      gen_context(system_u:object_r:vmware_sys_conf_t,s0)
--/usr/lib64/vmware/bin/vmware-mks --   gen_context(system_u:object_r:vmware_exec_t,s0)
--/usr/lib64/vmware/bin/vmware-ui --    gen_context(system_u:object_r:vmware_exec_t,s0)
--/usr/lib64/vmware/bin/vmplayer        --      gen_context(system_u:object_r:vmware_exec_t,s0)
--/usr/lib64/vmware/bin/vmware-vmx --   gen_context(system_u:object_r:vmware_host_exec_t,s0)
--
  /usr/sbin/vmware-guest.*      --      gen_context(system_u:object_r:vmware_host_exec_t,s0)
  /usr/sbin/vmware-serverd      --      gen_context(system_u:object_r:vmware_exec_t,s0)
  
index 45933514f7e7e4095d643e007ea9d783b91448e1,45933514f7e7e4095d643e007ea9d783b91448e1..d0c0d025edce40cc3f191d298dfb9fe83eb12abb
@@@ -134,12 -134,12 +134,9 @@@ ifdef(`distro_debian',
  /lib/upstart(/.*)?                    gen_context(system_u:object_r:bin_t,s0)
  
  
--/lib64/security/pam_krb5/pam_krb5_storetmp -- gen_context(system_u:object_r:bin_t,s0)
--/lib64/udev/[^/]*             --      gen_context(system_u:object_r:bin_t,s0)
--
  ifdef(`distro_gentoo',`
  /lib/dhcpcd/dhcpcd-run-hooks  --      gen_context(system_u:object_r:bin_t,s0)
--/lib64/dhcpcd/dhcpcd-run-hooks        --      gen_context(system_u:object_r:bin_t,s0)
++/lib/dhcpcd/dhcpcd-run-hooks  --      gen_context(system_u:object_r:bin_t,s0)
  
  /lib/rcscripts/addons(/.*)?           gen_context(system_u:object_r:bin_t,s0)
  /lib/rcscripts/sh(/.*)?                       gen_context(system_u:object_r:bin_t,s0)
@@@ -198,50 -198,50 +195,49 @@@ ifdef(`distro_gentoo',
  /usr/lib/pgsql/test/regress/.*\.sh -- gen_context(system_u:object_r:bin_t,s0)
  /usr/lib/qt.*/bin(/.*)?                       gen_context(system_u:object_r:bin_t,s0)
  /usr/lib/wicd/monitor\.py     --      gen_context(system_u:object_r:bin_t, s0)
--/usr/lib(64)?/[^/]*firefox[^/]*/firefox -- gen_context(system_u:object_r:bin_t,s0)
--/usr/lib(64)?/apt/methods.+   --      gen_context(system_u:object_r:bin_t,s0)
--/usr/lib(64)?/ConsoleKit/scripts(/.*)?        gen_context(system_u:object_r:bin_t,s0)
--/usr/lib(64)?/ConsoleKit/run-session.d(/.*)? gen_context(system_u:object_r:bin_t,s0)
--/usr/lib(64)?/courier(/.*)?           gen_context(system_u:object_r:bin_t,s0)
--/usr/lib(64)?/cups(/.*)?              gen_context(system_u:object_r:bin_t,s0)
--/usr/lib(64)?/cyrus-imapd/.*  --      gen_context(system_u:object_r:bin_t,s0)
--/usr/lib(64)?/dpkg/.+         --      gen_context(system_u:object_r:bin_t,s0)
--/usr/lib(64)?/emacsen-common/.*               gen_context(system_u:object_r:bin_t,s0)
--/usr/lib(64)?/gimp/.*/plug-ins(/.*)?  gen_context(system_u:object_r:bin_t,s0)
--/usr/lib(64)?/ipsec/.*                --      gen_context(system_u:object_r:bin_t,s0)
--/usr/lib(64)?/mailman/bin(/.*)?               gen_context(system_u:object_r:bin_t,s0)
--/usr/lib(64)?/mailman/mail(/.*)?      gen_context(system_u:object_r:bin_t,s0)
--/usr/lib(64)?/mediawiki/math/texvc.*  gen_context(system_u:object_r:bin_t,s0)
--/usr/lib(64)?/misc/sftp-server        --      gen_context(system_u:object_r:bin_t,s0)
--/usr/lib(64)?/nagios/plugins(/.*)?    gen_context(system_u:object_r:bin_t,s0)
--/usr/lib(64)?/netsaint/plugins(/.*)?  gen_context(system_u:object_r:bin_t,s0)
--/usr/lib(64)?/news/bin(/.*)?          gen_context(system_u:object_r:bin_t,s0)
--/usr/lib(64)?/nspluginwrapper/np.*    gen_context(system_u:object_r:bin_t,s0)
--/usr/lib(64)?/portage/bin(/.*)?               gen_context(system_u:object_r:bin_t,s0)
--/usr/lib(64)?/pm-utils(/.*)?          gen_context(system_u:object_r:bin_t,s0)
--/usr/lib(64)?/rpm/rpmd                --      gen_context(system_u:object_r:bin_t,s0)
--/usr/lib(64)?/rpm/rpmk                --      gen_context(system_u:object_r:bin_t,s0)
--/usr/lib(64)?/rpm/rpmq                --      gen_context(system_u:object_r:bin_t,s0)
--/usr/lib(64)?/rpm/rpmv                --      gen_context(system_u:object_r:bin_t,s0)
--/usr/lib(64)?/sftp-server     --      gen_context(system_u:object_r:bin_t,s0)
--/usr/lib(64)?/vte/gnome-pty-helper -- gen_context(system_u:object_r:bin_t,s0)
--
--/usr/lib(64)?/debug/bin(/.*)? --      gen_context(system_u:object_r:bin_t,s0)
--/usr/lib(64)?/debug/sbin(/.*)? --     gen_context(system_u:object_r:bin_t,s0)
--/usr/lib(64)?/debug/usr/bin(/.*)? --  gen_context(system_u:object_r:bin_t,s0)
--/usr/lib(64)?/debug/usr/sbin(/.*)? -- gen_context(system_u:object_r:bin_t,s0)
--
--/usr/lib(64)?/[^/]*thunderbird[^/]*/thunderbird -- gen_context(system_u:object_r:bin_t,s0)
--/usr/lib(64)?/[^/]*thunderbird[^/]*/thunderbird-bin -- gen_context(system_u:object_r:bin_t,s0)
--/usr/lib(64)?/[^/]*thunderbird[^/]*/open-browser\.sh -- gen_context(system_u:object_r:bin_t,s0)
--/usr/lib(64)?/xulrunner[^/]*/xulrunner[^/]* --        gen_context(system_u:object_r:bin_t,s0)
--/usr/lib(64)?/xulrunner[^/]*/updater --       gen_context(system_u:object_r:bin_t,s0)
--/usr/lib(64)?/xulrunner[^/]*/crashreporter -- gen_context(system_u:object_r:bin_t,s0)
--/usr/lib(64)?/[^/]*/run-mozilla\.sh --        gen_context(system_u:object_r:bin_t,s0)
--/usr/lib(64)?/[^/]*/mozilla-xremote-client -- gen_context(system_u:object_r:bin_t,s0)
--/usr/lib(64)?/thunderbird.*/mozilla-xremote-client -- gen_context(system_u:object_r:bin_t,s0)
--
--/usr/lib(64)?/xen/bin(/.*)?           gen_context(system_u:object_r:bin_t,s0)
++/usr/lib/apt/methods.+        --      gen_context(system_u:object_r:bin_t,s0)
++/usr/lib/ConsoleKit/scripts(/.*)?     gen_context(system_u:object_r:bin_t,s0)
++/usr/lib/ConsoleKit/run-session.d(/.*)? gen_context(system_u:object_r:bin_t,s0)
++/usr/lib/courier(/.*)?                gen_context(system_u:object_r:bin_t,s0)
++/usr/lib/cups(/.*)?           gen_context(system_u:object_r:bin_t,s0)
++/usr/lib/cyrus-imapd/.*       --      gen_context(system_u:object_r:bin_t,s0)
++/usr/lib/dpkg/.+              --      gen_context(system_u:object_r:bin_t,s0)
++/usr/lib/emacsen-common/.*            gen_context(system_u:object_r:bin_t,s0)
++/usr/lib/gimp/.*/plug-ins(/.*)?       gen_context(system_u:object_r:bin_t,s0)
++/usr/lib/ipsec/.*             --      gen_context(system_u:object_r:bin_t,s0)
++/usr/lib/mailman/bin(/.*)?            gen_context(system_u:object_r:bin_t,s0)
++/usr/lib/mailman/mail(/.*)?   gen_context(system_u:object_r:bin_t,s0)
++/usr/lib/mediawiki/math/texvc.*       gen_context(system_u:object_r:bin_t,s0)
++/usr/lib/misc/sftp-server     --      gen_context(system_u:object_r:bin_t,s0)
++/usr/lib/nagios/plugins(/.*)? gen_context(system_u:object_r:bin_t,s0)
++/usr/lib/netsaint/plugins(/.*)?       gen_context(system_u:object_r:bin_t,s0)
++/usr/lib/news/bin(/.*)?               gen_context(system_u:object_r:bin_t,s0)
++/usr/lib/nspluginwrapper/np.* gen_context(system_u:object_r:bin_t,s0)
++/usr/lib/portage/bin(/.*)?            gen_context(system_u:object_r:bin_t,s0)
++/usr/lib/pm-utils(/.*)?               gen_context(system_u:object_r:bin_t,s0)
++/usr/lib/rpm/rpmd             --      gen_context(system_u:object_r:bin_t,s0)
++/usr/lib/rpm/rpmk             --      gen_context(system_u:object_r:bin_t,s0)
++/usr/lib/rpm/rpmq             --      gen_context(system_u:object_r:bin_t,s0)
++/usr/lib/rpm/rpmv             --      gen_context(system_u:object_r:bin_t,s0)
++/usr/lib/sftp-server  --      gen_context(system_u:object_r:bin_t,s0)
++/usr/lib/vte/gnome-pty-helper --      gen_context(system_u:object_r:bin_t,s0)
++
++/usr/lib/debug/bin(/.*)?      --      gen_context(system_u:object_r:bin_t,s0)
++/usr/lib/debug/sbin(/.*)? --  gen_context(system_u:object_r:bin_t,s0)
++/usr/lib/debug/usr/bin(/.*)? --       gen_context(system_u:object_r:bin_t,s0)
++/usr/lib/debug/usr/sbin(/.*)? --      gen_context(system_u:object_r:bin_t,s0)
++
++/usr/lib/[^/]*thunderbird[^/]*/thunderbird -- gen_context(system_u:object_r:bin_t,s0)
++/usr/lib/[^/]*thunderbird[^/]*/thunderbird-bin -- gen_context(system_u:object_r:bin_t,s0)
++/usr/lib/[^/]*thunderbird[^/]*/open-browser\.sh -- gen_context(system_u:object_r:bin_t,s0)
++/usr/lib/xulrunner[^/]*/xulrunner[^/]* --     gen_context(system_u:object_r:bin_t,s0)
++/usr/lib/xulrunner[^/]*/updater --    gen_context(system_u:object_r:bin_t,s0)
++/usr/lib/xulrunner[^/]*/crashreporter --      gen_context(system_u:object_r:bin_t,s0)
++/usr/lib/[^/]*/run-mozilla\.sh --     gen_context(system_u:object_r:bin_t,s0)
++/usr/lib/[^/]*/mozilla-xremote-client -- gen_context(system_u:object_r:bin_t,s0)
++/usr/lib/thunderbird.*/mozilla-xremote-client -- gen_context(system_u:object_r:bin_t,s0)
++
++/usr/lib/xen/bin(/.*)?                gen_context(system_u:object_r:bin_t,s0)
  
  /usr/libexec(/.*)?                    gen_context(system_u:object_r:bin_t,s0)
  /usr/libexec/git-core/git-shell       --      gen_context(system_u:object_r:shell_exec_t,s0)
  
  /usr/libexec/openssh/sftp-server --   gen_context(system_u:object_r:bin_t,s0)
  
--/usr/lib(64)?/xfce4/notifyd/xfce4-notifyd     --      gen_context(system_u:object_r:bin_t,s0)
++/usr/lib/xfce4/notifyd/xfce4-notifyd  --      gen_context(system_u:object_r:bin_t,s0)
  
--/usr/local/lib(64)?/ipsec/.*  --      gen_context(system_u:object_r:bin_t,s0)
++/usr/local/lib/ipsec/.*       --      gen_context(system_u:object_r:bin_t,s0)
  /usr/local/Brother(/.*)?              gen_context(system_u:object_r:bin_t,s0)
  /usr/local/Printer(/.*)?              gen_context(system_u:object_r:bin_t,s0)
  /usr/local/Brother/(.*/)?inf/brprintconf.* gen_context(system_u:object_r:bin_t,s0)
  /usr/share/turboprint/lib(/.*)?       --      gen_context(system_u:object_r:bin_t,s0)
  /usr/share/vhostmd/scripts(/.*)?      gen_context(system_u:object_r:bin_t,s0)
  
--/usr/X11R6/lib(64)?/X11/xkb/xkbcomp --        gen_context(system_u:object_r:bin_t,s0)
++/usr/X11R6/lib/X11/xkb/xkbcomp --     gen_context(system_u:object_r:bin_t,s0)
  
  ifdef(`distro_gentoo', `
  /usr/.*-.*-linux-gnu/gcc-bin/.*(/.*)? gen_context(system_u:object_r:bin_t,s0)
@@@ -314,9 -314,9 +310,7 @@@ ifdef(`distro_redhat', 
  /etc/gdm/[^/]+/.*                     gen_context(system_u:object_r:bin_t,s0)
  
  /usr/lib/.*/program(/.*)?             gen_context(system_u:object_r:bin_t,s0)
--/usr/lib64/.*/program(/.*)?           gen_context(system_u:object_r:bin_t,s0)
  /usr/lib/bluetooth(/.*)?      --      gen_context(system_u:object_r:bin_t,s0)
--/usr/lib64/bluetooth(/.*)?    --      gen_context(system_u:object_r:bin_t,s0)
  /usr/lib/oracle/xe/apps(/.*)?         gen_context(system_u:object_r:bin_t,s0)
  /usr/lib/vmware-tools/(s)?bin32(/.*)? gen_context(system_u:object_r:bin_t,s0)
  /usr/lib/vmware-tools/(s)?bin64(/.*)? gen_context(system_u:object_r:bin_t,s0)
  ifdef(`distro_suse', `
  /usr/lib/cron/run-crons               --      gen_context(system_u:object_r:bin_t,s0)
  /usr/lib/samba/classic/.*     --      gen_context(system_u:object_r:bin_t,s0)
--/usr/lib(64)?/ssh/.*          --      gen_context(system_u:object_r:bin_t,s0)
++/usr/lib/ssh/.*               --      gen_context(system_u:object_r:bin_t,s0)
  /usr/share/apache2/[^/]*      --      gen_context(system_u:object_r:bin_t,s0)
  ')
  
  
  /var/lib/asterisk/agi-bin(/.*)?               gen_context(system_u:object_r:bin_t,s0)
  /usr/lib/yp/.+                        --      gen_context(system_u:object_r:bin_t,s0)
--/usr/lib64/yp/.+              --      gen_context(system_u:object_r:bin_t,s0)
  
  /var/qmail/bin                        -d      gen_context(system_u:object_r:bin_t,s0)
  /var/qmail/bin(/.*)?                  gen_context(system_u:object_r:bin_t,s0)
index 0f1470f7e1791e64be43201599407ca177a2bbb9,73078723193cbf3816d3a91b06f7584dd87c05fd..e76bf67464b5974228598695576d264f200f8537
@@@ -112,10 -112,10 +112,9 @@@ HOME_ROOT/lost\+found/.*         <<none>
  /initrd                       -d      gen_context(system_u:object_r:root_t,s0)
  
  #
--# /lib(64)?
++# /lib
  #
  /lib/modules(/.*)?            gen_context(system_u:object_r:modules_object_t,s0)
--/lib64/modules(/.*)?          gen_context(system_u:object_r:modules_object_t,s0)
  
  #
  # /lost+found
  /opt                  -d      gen_context(system_u:object_r:usr_t,s0)
  /opt/.*                               gen_context(system_u:object_r:usr_t,s0)
  
--/opt/(.*/)?var/lib(64)?(/.*)? gen_context(system_u:object_r:var_lib_t,s0)
++/opt/(.*/)?var/lib(/.*)?      gen_context(system_u:object_r:var_lib_t,s0)
  
  #
  # /proc
index d96fdfa6ca11e5392779e772392da23cde4aa81e,d96fdfa6ca11e5392779e772392da23cde4aa81e..e07158fe8eb3159c23b0d880250d914a238e2296
@@@ -4,7 -4,7 +4,7 @@@
  /etc/rc\.d/init\.d/amavis     --      gen_context(system_u:object_r:amavis_initrc_exec_t,s0)
  
  /usr/sbin/amavisd.*           --      gen_context(system_u:object_r:amavis_exec_t,s0)
--/usr/lib(64)?/AntiVir/antivir --      gen_context(system_u:object_r:amavis_exec_t,s0)
++/usr/lib/AntiVir/antivir      --      gen_context(system_u:object_r:amavis_exec_t,s0)
  
  ifdef(`distro_debian',`
  /usr/sbin/amavisd-new-cronjob --      gen_context(system_u:object_r:amavis_exec_t,s0)
index 7ba3b113f30cb6d05ce966505ca29228d362125f,7ba3b113f30cb6d05ce966505ca29228d362125f..ec272845889ae7a07bfdb7a4fa5cb90bf87fef12
@@@ -24,12 -24,12 +24,12 @@@ HOME_DIR/((www)|(web)|(public_html))(/.
  
  /usr/lib/apache-ssl/.+                --      gen_context(system_u:object_r:httpd_exec_t,s0)
  /usr/lib/cgi-bin(/.*)?                        gen_context(system_u:object_r:httpd_sys_script_exec_t,s0)
--/usr/lib(64)?/apache(/.*)?            gen_context(system_u:object_r:httpd_modules_t,s0)
--/usr/lib(64)?/apache2/modules(/.*)?   gen_context(system_u:object_r:httpd_modules_t,s0)
--/usr/lib(64)?/apache(2)?/suexec(2)? --        gen_context(system_u:object_r:httpd_suexec_exec_t,s0)
--/usr/lib(64)?/cgi-bin/(nph-)?cgiwrap(d)? -- gen_context(system_u:object_r:httpd_suexec_exec_t,s0)
--/usr/lib(64)?/httpd(/.*)?             gen_context(system_u:object_r:httpd_modules_t,s0)
--/usr/lib(64)?/lighttpd(/.*)?          gen_context(system_u:object_r:httpd_modules_t,s0)
++/usr/lib/apache(/.*)?         gen_context(system_u:object_r:httpd_modules_t,s0)
++/usr/lib/apache2/modules(/.*)?        gen_context(system_u:object_r:httpd_modules_t,s0)
++/usr/lib/apache(2)?/suexec(2)? --     gen_context(system_u:object_r:httpd_suexec_exec_t,s0)
++/usr/lib/cgi-bin/(nph-)?cgiwrap(d)? -- gen_context(system_u:object_r:httpd_suexec_exec_t,s0)
++/usr/lib/httpd(/.*)?          gen_context(system_u:object_r:httpd_modules_t,s0)
++/usr/lib/lighttpd(/.*)?               gen_context(system_u:object_r:httpd_modules_t,s0)
  
  /usr/sbin/apache(2)?          --      gen_context(system_u:object_r:httpd_exec_t,s0)
  /usr/sbin/apache-ssl(2)?      --      gen_context(system_u:object_r:httpd_exec_t,s0)
Simple merge
Simple merge
index f1bf79ae4c3f181007c4c4a4798dd2037d7f38fe,f1bf79ae4c3f181007c4c4a4798dd2037d7f38fe..7be46b44deb56171d472ef38d94a7f71431bdaa8
@@@ -6,15 -6,15 +6,15 @@@
  /usr/sbin/courierldapaliasd           --      gen_context(system_u:object_r:courier_exec_t,s0)
  /usr/sbin/couriertcpd                 --      gen_context(system_u:object_r:courier_tcpd_exec_t,s0)
  
--/usr/lib(64)?/courier/authlib/.*      --      gen_context(system_u:object_r:courier_authdaemon_exec_t,s0)
--/usr/lib(64)?/courier/courier/.*      --      gen_context(system_u:object_r:courier_exec_t,s0)
--/usr/lib(64)?/courier/courier/courierpop.* -- gen_context(system_u:object_r:courier_pop_exec_t,s0)
--/usr/lib(64)?/courier/courier/imaplogin --    gen_context(system_u:object_r:courier_pop_exec_t,s0)
--/usr/lib(64)?/courier/courier/pcpd    --      gen_context(system_u:object_r:courier_pcp_exec_t,s0)
--/usr/lib(64)?/courier/imapd           --      gen_context(system_u:object_r:courier_pop_exec_t,s0)
--/usr/lib(64)?/courier/pop3d           --      gen_context(system_u:object_r:courier_pop_exec_t,s0)
--/usr/lib(64)?/courier/rootcerts(/.*)?         gen_context(system_u:object_r:courier_etc_t,s0)
--/usr/lib(64)?/courier/sqwebmail/cleancache\.pl -- gen_context(system_u:object_r:sqwebmail_cron_exec_t,s0)
++/usr/lib/courier/authlib/.*   --      gen_context(system_u:object_r:courier_authdaemon_exec_t,s0)
++/usr/lib/courier/courier/.*   --      gen_context(system_u:object_r:courier_exec_t,s0)
++/usr/lib/courier/courier/courierpop.* --      gen_context(system_u:object_r:courier_pop_exec_t,s0)
++/usr/lib/courier/courier/imaplogin -- gen_context(system_u:object_r:courier_pop_exec_t,s0)
++/usr/lib/courier/courier/pcpd --      gen_context(system_u:object_r:courier_pcp_exec_t,s0)
++/usr/lib/courier/imapd                --      gen_context(system_u:object_r:courier_pop_exec_t,s0)
++/usr/lib/courier/pop3d                --      gen_context(system_u:object_r:courier_pop_exec_t,s0)
++/usr/lib/courier/rootcerts(/.*)?              gen_context(system_u:object_r:courier_etc_t,s0)
++/usr/lib/courier/sqwebmail/cleancache\.pl -- gen_context(system_u:object_r:sqwebmail_cron_exec_t,s0)
  
  /var/lib/courier(/.*)?                        --      gen_context(system_u:object_r:courier_var_lib_t,s0)
  
index 76480c2a300725ccc0381d84e047b2634a0bb61b,76480c2a300725ccc0381d84e047b2634a0bb61b..c79454de71deac5487215aadfef5fc0a5c44a1eb
  
  # keep as separate lines to ensure proper sorting
  /usr/lib/cups/daemon/cups-lpd -- gen_context(system_u:object_r:cupsd_lpd_exec_t,s0)
--/usr/lib64/cups/daemon/cups-lpd -- gen_context(system_u:object_r:cupsd_lpd_exec_t,s0)
  /usr/lib/cups/backend/cups-pdf -- gen_context(system_u:object_r:cups_pdf_exec_t,s0)
--/usr/lib64/cups/backend/cups-pdf -- gen_context(system_u:object_r:cups_pdf_exec_t,s0)
  /usr/lib/cups/backend/hp.* -- gen_context(system_u:object_r:hplip_exec_t,s0)
--/usr/lib64/cups/backend/hp.* -- gen_context(system_u:object_r:hplip_exec_t,s0)
  
  /usr/libexec/cups-pk-helper-mechanism -- gen_context(system_u:object_r:cupsd_config_exec_t,s0)
  /usr/libexec/hal_lpadmin --   gen_context(system_u:object_r:cupsd_config_exec_t,s0)
index 445d93d58d64291c90b10a78c18bd4d659982e74,445d93d58d64291c90b10a78c18bd4d659982e74..a5bce33873ac75d1490ca02eaa58235bd2baadb7
@@@ -1,5 -1,5 +1,5 @@@
  /etc/rc\.d/init\.d/cyrus              --      gen_context(system_u:object_r:cyrus_initrc_exec_t,s0)
  
--/usr/lib(64)?/cyrus-imapd/cyrus-master        --      gen_context(system_u:object_r:cyrus_exec_t,s0)
++/usr/lib/cyrus-imapd/cyrus-master     --      gen_context(system_u:object_r:cyrus_exec_t,s0)
  
  /var/lib/imap(/.*)?                           gen_context(system_u:object_r:cyrus_var_lib_t,s0)
index 81eba149f49a3bd78ae901e5340cc86b8fea981e,81eba149f49a3bd78ae901e5340cc86b8fea981e..d0ab56c9e6a3235ebd40438e7bba0572f2bb92d4
@@@ -3,7 -3,7 +3,6 @@@
  /bin/dbus-daemon      --      gen_context(system_u:object_r:dbusd_exec_t,s0)
  
  /lib/dbus-1/dbus-daemon-launch-helper -- gen_context(system_u:object_r:dbusd_exec_t,s0)
--/lib64/dbus-1/dbus-daemon-launch-helper -- gen_context(system_u:object_r:dbusd_exec_t,s0)
  
  /usr/bin/dbus-daemon(-1)? --  gen_context(system_u:object_r:dbusd_exec_t,s0)
  /usr/libexec/dbus-daemon-launch-helper -- gen_context(system_u:object_r:dbusd_exec_t,s0)
index 2ce40a04748d57e8e8bff51e3f88110a4b837c1d,2ce40a04748d57e8e8bff51e3f88110a4b837c1d..051e1e654946bfcf7a2565e93f1526b864065bfc
@@@ -6,6 -6,6 +6,6 @@@
  /usr/sbin/start-ds-admin      --      gen_context(system_u:object_r:dirsrvadmin_exec_t,s0)
  /usr/sbin/stop-ds-admin               --      gen_context(system_u:object_r:dirsrvadmin_exec_t,s0)
  
--/usr/lib64/dirsrv/cgi-bin(/.*)?       gen_context(system_u:object_r:httpd_dirsrvadmin_script_exec_t,s0)
--/usr/lib64/dirsrv/dsgw-cgi-bin(/.*)?  gen_context(system_u:object_r:httpd_dirsrvadmin_script_exec_t,s0)
++/usr/lib/dirsrv/cgi-bin(/.*)? gen_context(system_u:object_r:httpd_dirsrvadmin_script_exec_t,s0)
++/usr/lib/dirsrv/dsgw-cgi-bin(/.*)?    gen_context(system_u:object_r:httpd_dirsrvadmin_script_exec_t,s0)
  
index 8ca038d761eb87022e231c394eec91b2a9b00beb,8ca038d761eb87022e231c394eec91b2a9b00beb..8507ee2e575b1db806f3466b46519ac0a0f196e3
  
  /var/lib/news(/.*)?                   gen_context(system_u:object_r:innd_var_lib_t,s0)
  
--/usr/lib(64)?/news/bin/actsync        --      gen_context(system_u:object_r:innd_exec_t,s0)
--/usr/lib(64)?/news/bin/archive        --      gen_context(system_u:object_r:innd_exec_t,s0)
--/usr/lib(64)?/news/bin/batcher        --      gen_context(system_u:object_r:innd_exec_t,s0)
--/usr/lib(64)?/news/bin/buffchan       --      gen_context(system_u:object_r:innd_exec_t,s0)
--/usr/lib(64)?/news/bin/convdate       --      gen_context(system_u:object_r:innd_exec_t,s0)
--/usr/lib(64)?/news/bin/ctlinnd        --      gen_context(system_u:object_r:innd_exec_t,s0)
--/usr/lib(64)?/news/bin/cvtbatch       --      gen_context(system_u:object_r:innd_exec_t,s0)
--/usr/lib(64)?/news/bin/expire --      gen_context(system_u:object_r:innd_exec_t,s0)
--/usr/lib(64)?/news/bin/expireover --  gen_context(system_u:object_r:innd_exec_t,s0)
--/usr/lib(64)?/news/bin/fastrm --      gen_context(system_u:object_r:innd_exec_t,s0)
--/usr/lib(64)?/news/bin/filechan       --      gen_context(system_u:object_r:innd_exec_t,s0)
--/usr/lib(64)?/news/bin/getlist        --      gen_context(system_u:object_r:innd_exec_t,s0)
--/usr/lib(64)?/news/bin/grephistory -- gen_context(system_u:object_r:innd_exec_t,s0)
--/usr/lib(64)?/news/bin/inews  --      gen_context(system_u:object_r:innd_exec_t,s0)
--/usr/lib(64)?/news/bin/innconfval --  gen_context(system_u:object_r:innd_exec_t,s0)
--/usr/lib(64)?/news/bin/inndf  --      gen_context(system_u:object_r:innd_exec_t,s0)
--/usr/lib(64)?/news/bin/inndstart --   gen_context(system_u:object_r:innd_exec_t,s0)
--/usr/lib(64)?/news/bin/innfeed        --      gen_context(system_u:object_r:innd_exec_t,s0)
--/usr/lib(64)?/news/bin/innxbatch --   gen_context(system_u:object_r:innd_exec_t,s0)
--/usr/lib(64)?/news/bin/innxmit        --      gen_context(system_u:object_r:innd_exec_t,s0)
--/usr/lib(64)?/news/bin/makedbz        --      gen_context(system_u:object_r:innd_exec_t,s0)
--/usr/lib(64)?/news/bin/makehistory -- gen_context(system_u:object_r:innd_exec_t,s0)
--/usr/lib(64)?/news/bin/newsrequeue -- gen_context(system_u:object_r:innd_exec_t,s0)
--/usr/lib(64)?/news/bin/nnrpd  --      gen_context(system_u:object_r:innd_exec_t,s0)
--/usr/lib(64)?/news/bin/nntpget        --      gen_context(system_u:object_r:innd_exec_t,s0)
--/usr/lib(64)?/news/bin/ovdb_recover --        gen_context(system_u:object_r:innd_exec_t,s0)
--/usr/lib(64)?/news/bin/overchan       --      gen_context(system_u:object_r:innd_exec_t,s0)
--/usr/lib(64)?/news/bin/prunehistory --        gen_context(system_u:object_r:innd_exec_t,s0)
--/usr/lib(64)?/news/bin/rnews  --      gen_context(system_u:object_r:innd_exec_t,s0)
--/usr/lib(64)?/news/bin/shlock --      gen_context(system_u:object_r:innd_exec_t,s0)
--/usr/lib(64)?/news/bin/shrinkfile --  gen_context(system_u:object_r:innd_exec_t,s0)
--/usr/lib(64)?/news/bin/startinnfeed --        gen_context(system_u:object_r:innd_exec_t,s0)
++/usr/lib/news/bin/actsync     --      gen_context(system_u:object_r:innd_exec_t,s0)
++/usr/lib/news/bin/archive     --      gen_context(system_u:object_r:innd_exec_t,s0)
++/usr/lib/news/bin/batcher     --      gen_context(system_u:object_r:innd_exec_t,s0)
++/usr/lib/news/bin/buffchan    --      gen_context(system_u:object_r:innd_exec_t,s0)
++/usr/lib/news/bin/convdate    --      gen_context(system_u:object_r:innd_exec_t,s0)
++/usr/lib/news/bin/ctlinnd     --      gen_context(system_u:object_r:innd_exec_t,s0)
++/usr/lib/news/bin/cvtbatch    --      gen_context(system_u:object_r:innd_exec_t,s0)
++/usr/lib/news/bin/expire      --      gen_context(system_u:object_r:innd_exec_t,s0)
++/usr/lib/news/bin/expireover --       gen_context(system_u:object_r:innd_exec_t,s0)
++/usr/lib/news/bin/fastrm      --      gen_context(system_u:object_r:innd_exec_t,s0)
++/usr/lib/news/bin/filechan    --      gen_context(system_u:object_r:innd_exec_t,s0)
++/usr/lib/news/bin/getlist     --      gen_context(system_u:object_r:innd_exec_t,s0)
++/usr/lib/news/bin/grephistory --      gen_context(system_u:object_r:innd_exec_t,s0)
++/usr/lib/news/bin/inews       --      gen_context(system_u:object_r:innd_exec_t,s0)
++/usr/lib/news/bin/innconfval --       gen_context(system_u:object_r:innd_exec_t,s0)
++/usr/lib/news/bin/inndf       --      gen_context(system_u:object_r:innd_exec_t,s0)
++/usr/lib/news/bin/inndstart --        gen_context(system_u:object_r:innd_exec_t,s0)
++/usr/lib/news/bin/innfeed     --      gen_context(system_u:object_r:innd_exec_t,s0)
++/usr/lib/news/bin/innxbatch --        gen_context(system_u:object_r:innd_exec_t,s0)
++/usr/lib/news/bin/innxmit     --      gen_context(system_u:object_r:innd_exec_t,s0)
++/usr/lib/news/bin/makedbz     --      gen_context(system_u:object_r:innd_exec_t,s0)
++/usr/lib/news/bin/makehistory --      gen_context(system_u:object_r:innd_exec_t,s0)
++/usr/lib/news/bin/newsrequeue --      gen_context(system_u:object_r:innd_exec_t,s0)
++/usr/lib/news/bin/nnrpd       --      gen_context(system_u:object_r:innd_exec_t,s0)
++/usr/lib/news/bin/nntpget     --      gen_context(system_u:object_r:innd_exec_t,s0)
++/usr/lib/news/bin/ovdb_recover --     gen_context(system_u:object_r:innd_exec_t,s0)
++/usr/lib/news/bin/overchan    --      gen_context(system_u:object_r:innd_exec_t,s0)
++/usr/lib/news/bin/prunehistory --     gen_context(system_u:object_r:innd_exec_t,s0)
++/usr/lib/news/bin/rnews       --      gen_context(system_u:object_r:innd_exec_t,s0)
++/usr/lib/news/bin/shlock      --      gen_context(system_u:object_r:innd_exec_t,s0)
++/usr/lib/news/bin/shrinkfile --       gen_context(system_u:object_r:innd_exec_t,s0)
++/usr/lib/news/bin/startinnfeed --     gen_context(system_u:object_r:innd_exec_t,s0)
  
  # cjp: split these to fix an ordering
  # problem with a match in corecommands
  /usr/lib/news/bin/innd                --      gen_context(system_u:object_r:innd_exec_t,s0)
  /usr/lib/news/bin/sm          --      gen_context(system_u:object_r:innd_exec_t,s0)
--/usr/lib64/news/bin/innd      --      gen_context(system_u:object_r:innd_exec_t,s0)
--/usr/lib64/news/bin/sm                --      gen_context(system_u:object_r:innd_exec_t,s0)
  
  /var/log/news(/.*)?                   gen_context(system_u:object_r:innd_log_t,s0)
  
index 14ad1896cc0b010d38181ebe2a472628a4aa9acf,14ad1896cc0b010d38181ebe2a472628a4aa9acf..b0c5d98dbb78585d7de674931ee1aa33a3e2e419
@@@ -1,4 -1,4 +1,4 @@@
--/usr/lib(64)?/mailman/bin/mailmanctl --       gen_context(system_u:object_r:mailman_mail_exec_t,s0)
++/usr/lib/mailman/bin/mailmanctl --    gen_context(system_u:object_r:mailman_mail_exec_t,s0)
  /usr/lib/mailman/cron/.*      --      gen_context(system_u:object_r:mailman_queue_exec_t,s0)
  
  /var/lib/mailman(/.*)?                        gen_context(system_u:object_r:mailman_data_t,s0)
@@@ -25,10 -25,10 +25,10 @@@ ifdef(`distro_debian', 
  ifdef(`distro_redhat', `
  /etc/mailman(/.*)?                    gen_context(system_u:object_r:mailman_data_t,s0)
  
--/usr/lib(64)?/mailman/bin/qrunner --  gen_context(system_u:object_r:mailman_queue_exec_t,s0)
--/usr/lib(64)?/mailman/cgi-bin/.* --   gen_context(system_u:object_r:mailman_cgi_exec_t,s0)
--/usr/lib(64)?/mailman/mail/mailman -- gen_context(system_u:object_r:mailman_mail_exec_t,s0)
--/usr/lib(64)?/mailman/scripts/mailman -- gen_context(system_u:object_r:mailman_mail_exec_t,s0)
++/usr/lib/mailman/bin/qrunner --       gen_context(system_u:object_r:mailman_queue_exec_t,s0)
++/usr/lib/mailman/cgi-bin/.* --        gen_context(system_u:object_r:mailman_cgi_exec_t,s0)
++/usr/lib/mailman/mail/mailman --      gen_context(system_u:object_r:mailman_mail_exec_t,s0)
++/usr/lib/mailman/scripts/mailman -- gen_context(system_u:object_r:mailman_mail_exec_t,s0)
  
  /var/spool/mailman(/.*)?              gen_context(system_u:object_r:mailman_data_t,s0)
  ')
index dbc94aca583ea73e4fca7a42da9c302e60ebec78,82f22a476ae3aee853854d607f7bf8b854d46b5e..fd4a08be33314e67a6105dc4b97abd2c91c34044
@@@ -30,19 -28,12 +24,13 @@@ files_pid_file(matahari_var_run_t
  #
  # matahari_hostd local policy
  #
- allow matahari_hostd_t self:capability sys_ptrace;
- allow matahari_hostd_t self:process { signal };
  
- allow matahari_hostd_t self:fifo_file rw_fifo_file_perms;
- allow matahari_hostd_t self:unix_stream_socket create_stream_socket_perms;
+ allow matahari_hostd_t self:capability sys_ptrace;
  
- kernel_read_system_state(matahari_hostd_t)
- corenet_tcp_connect_matahari_port(matahari_hostd_t)
 +kernel_read_network_state(matahari_hostd_t)
+ kernel_read_network_state(matahari_hostd_t)
  
  dev_read_sysfs(matahari_hostd_t)
- dev_read_urand(matahari_hostd_t)
  dev_rw_mtrr(matahari_hostd_t)
  
  domain_use_interactive_fds(matahari_hostd_t)
@@@ -67,24 -50,6 +47,10 @@@ optional_policy(
  
  domain_use_interactive_fds(matahari_netd_t)
  
- files_read_etc_files(matahari_netd_t)
- logging_send_syslog_msg(matahari_netd_t)
- miscfiles_read_localization(matahari_netd_t)
- sysnet_dns_name_resolve(matahari_netd_t)
++optional_policy(`
++      dbus_system_bus_client(matahari_netd_t)
++')
 +
  ########################################
  #
  # matahari_serviced local policy
index 15daf475296e657d385c654a0620bfba52727f24,15daf475296e657d385c654a0620bfba52727f24..df99841b9dfb603cef1263be115770c4268bc257
@@@ -17,7 -17,7 +17,7 @@@ ifdef(`distro_redhat',
  
  /usr/bin/esmtp                        -- gen_context(system_u:object_r:sendmail_exec_t,s0)
  
--/usr/lib(64)?/sendmail        --      gen_context(system_u:object_r:sendmail_exec_t,s0)
++/usr/lib/sendmail     --      gen_context(system_u:object_r:sendmail_exec_t,s0)
  /usr/lib/courier/bin/sendmail --      gen_context(system_u:object_r:sendmail_exec_t,s0)
  
  /usr/sbin/rmail               --      gen_context(system_u:object_r:sendmail_exec_t,s0)
index 1fc9905753850c3e6d6e2d174fa8ff4dd69988e9,1fc9905753850c3e6d6e2d174fa8ff4dd69988e9..c9ae2637d8589f311243ce127f08c889919d23df
@@@ -6,8 -6,8 +6,8 @@@
  /usr/s?bin/nagios                             --      gen_context(system_u:object_r:nagios_exec_t,s0)
  /usr/s?bin/nrpe                                       --      gen_context(system_u:object_r:nrpe_exec_t,s0)
  
--/usr/lib(64)?/cgi-bin/netsaint(/.*)?                  gen_context(system_u:object_r:httpd_nagios_script_exec_t,s0)
--/usr/lib(64)?/nagios/cgi(/.*)?                                gen_context(system_u:object_r:httpd_nagios_script_exec_t,s0)
++/usr/lib/cgi-bin/netsaint(/.*)?                       gen_context(system_u:object_r:httpd_nagios_script_exec_t,s0)
++/usr/lib/nagios/cgi(/.*)?                             gen_context(system_u:object_r:httpd_nagios_script_exec_t,s0)
  
  /var/log/nagios(/.*)?                                 gen_context(system_u:object_r:nagios_log_t,s0)
  /var/log/netsaint(/.*)?                                       gen_context(system_u:object_r:nagios_log_t,s0)
  ifdef(`distro_debian',`
  /usr/sbin/nagios                              --      gen_context(system_u:object_r:nagios_exec_t,s0)
  ')
--/usr/lib(64)?/cgi-bin/nagios(/.+)?                    gen_context(system_u:object_r:httpd_nagios_script_exec_t,s0)
--/usr/lib(64)?/nagios/cgi-bin(/.*)?                    gen_context(system_u:object_r:httpd_nagios_script_exec_t,s0)
++/usr/lib/cgi-bin/nagios(/.+)?                 gen_context(system_u:object_r:httpd_nagios_script_exec_t,s0)
++/usr/lib/nagios/cgi-bin(/.*)?                 gen_context(system_u:object_r:httpd_nagios_script_exec_t,s0)
  
  # admin plugins
--/usr/lib(64)?/nagios/plugins/check_file_age   --      gen_context(system_u:object_r:nagios_admin_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_file_age        --      gen_context(system_u:object_r:nagios_admin_plugin_exec_t,s0)
  
  # check disk plugins
--/usr/lib(64)?/nagios/plugins/check_disk               --      gen_context(system_u:object_r:nagios_checkdisk_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_disk_smb   --      gen_context(system_u:object_r:nagios_checkdisk_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_ide_smart  --      gen_context(system_u:object_r:nagios_checkdisk_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_linux_raid --      gen_context(system_u:object_r:nagios_checkdisk_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_disk            --      gen_context(system_u:object_r:nagios_checkdisk_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_disk_smb        --      gen_context(system_u:object_r:nagios_checkdisk_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_ide_smart       --      gen_context(system_u:object_r:nagios_checkdisk_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_linux_raid      --      gen_context(system_u:object_r:nagios_checkdisk_plugin_exec_t,s0)
  
  # mail plugins
--/usr/lib(64)?/nagios/plugins/check_mailq      --      gen_context(system_u:object_r:nagios_mail_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_mailq   --      gen_context(system_u:object_r:nagios_mail_plugin_exec_t,s0)
  
  # system plugins
--/usr/lib(64)?/nagios/plugins/check_breeze     --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_dummy      --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_flexlm     --      gen_context(system_u:object_r:nagios_system_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_ifoperstatus       --      gen_context(system_u:object_r:nagios_system_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_ifstatus   --      gen_context(system_u:object_r:nagios_system_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_load               --      gen_context(system_u:object_r:nagios_system_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_log                --      gen_context(system_u:object_r:nagios_system_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_mrtg               --      gen_context(system_u:object_r:nagios_system_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_mrtgtraf   --      gen_context(system_u:object_r:nagios_system_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_nagios     --      gen_context(system_u:object_r:nagios_system_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_nwstat     --      gen_context(system_u:object_r:nagios_system_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_overcr     --      gen_context(system_u:object_r:nagios_system_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_procs      --      gen_context(system_u:object_r:nagios_system_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_sensors    --      gen_context(system_u:object_r:nagios_system_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_swap               --      gen_context(system_u:object_r:nagios_system_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_users      --      gen_context(system_u:object_r:nagios_system_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_wave               --      gen_context(system_u:object_r:nagios_system_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_breeze  --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_dummy   --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_flexlm  --      gen_context(system_u:object_r:nagios_system_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_ifoperstatus    --      gen_context(system_u:object_r:nagios_system_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_ifstatus        --      gen_context(system_u:object_r:nagios_system_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_load            --      gen_context(system_u:object_r:nagios_system_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_log             --      gen_context(system_u:object_r:nagios_system_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_mrtg            --      gen_context(system_u:object_r:nagios_system_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_mrtgtraf        --      gen_context(system_u:object_r:nagios_system_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_nagios  --      gen_context(system_u:object_r:nagios_system_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_nwstat  --      gen_context(system_u:object_r:nagios_system_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_overcr  --      gen_context(system_u:object_r:nagios_system_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_procs   --      gen_context(system_u:object_r:nagios_system_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_sensors --      gen_context(system_u:object_r:nagios_system_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_swap            --      gen_context(system_u:object_r:nagios_system_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_users   --      gen_context(system_u:object_r:nagios_system_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_wave            --      gen_context(system_u:object_r:nagios_system_plugin_exec_t,s0)
  
  # services plugins
--/usr/lib(64)?/nagios/plugins/check_cluster    --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_dhcp               --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_dig                --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_dns                --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_game               --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_fping      --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_hpjd               --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_http               --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_icmp               --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_ircd               --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_ldap               --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_mysql      --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_mysql_query        --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_nrpe               --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_nt         --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_ntp.*      --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_oracle     --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_pgsql      --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_ping               --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_radius     --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_real               --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_rpc                --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_tcp                --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_time               --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_sip                --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_smtp               --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_snmp.*     --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_ssh                --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
--/usr/lib(64)?/nagios/plugins/check_ups                --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_cluster --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_dhcp            --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_dig             --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_dns             --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_game            --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_fping   --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_hpjd            --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_http            --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_icmp            --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_ircd            --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_ldap            --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_mysql   --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_mysql_query     --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_nrpe            --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_nt              --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_ntp.*   --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_oracle  --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_pgsql   --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_ping            --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_radius  --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_real            --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_rpc             --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_tcp             --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_time            --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_sip             --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_smtp            --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_snmp.*  --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_ssh             --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_ups             --      gen_context(system_u:object_r:nagios_services_plugin_exec_t,s0)
  
  # unconfined plugins
--/usr/lib(64)?/nagios/plugins/check_by_ssh     --      gen_context(system_u:object_r:nagios_unconfined_plugin_exec_t,s0)
++/usr/lib/nagios/plugins/check_by_ssh  --      gen_context(system_u:object_r:nagios_unconfined_plugin_exec_t,s0)
index 74da57f8e35fba8ad82f7e5bdef217e600a1a473,74da57f8e35fba8ad82f7e5bdef217e600a1a473..b94bb3b55014edbc7b99d2b66bc5f8b8aa628e01
@@@ -1,7 -1,7 +1,7 @@@
  
  /etc/nessus/nessusd\.conf --  gen_context(system_u:object_r:nessusd_etc_t,s0)
  
--/usr/lib(64)?/nessus/plugins/.* -- gen_context(system_u:object_r:nessusd_exec_t,s0)
++/usr/lib/nessus/plugins/.* -- gen_context(system_u:object_r:nessusd_exec_t,s0)
  
  /usr/sbin/nessusd     --      gen_context(system_u:object_r:nessusd_exec_t,s0)
  
index 0c97dabcd6bb015028b34f7056aac70751c9a9de,0c97dabcd6bb015028b34f7056aac70751c9a9de..181300b8a21751e38b9815e44d379ac9537aa768
@@@ -7,7 -7,7 +7,6 @@@
  /sbin/ypbind          --      gen_context(system_u:object_r:ypbind_exec_t,s0)
  
  /usr/lib/yp/ypxfr     --      gen_context(system_u:object_r:ypxfr_exec_t,s0)
--/usr/lib64/yp/ypxfr   --      gen_context(system_u:object_r:ypxfr_exec_t,s0)
  
  /usr/sbin/rpc\.yppasswdd --   gen_context(system_u:object_r:yppasswdd_exec_t,s0)
  /usr/sbin/rpc\.ypxfrd --      gen_context(system_u:object_r:ypxfr_exec_t,s0)
index 5ee159840f6931bafa6133ea8be1a5d3f7789ec6,5ee159840f6931bafa6133ea8be1a5d3f7789ec6..0132b0800166c99460f3a3cdab102275177ad096
@@@ -1,4 -1,4 +1,4 @@@
--/usr/lib(64)?/oddjob/mkhomedir        --      gen_context(system_u:object_r:oddjob_mkhomedir_exec_t,s0)
++/usr/lib/oddjob/mkhomedir     --      gen_context(system_u:object_r:oddjob_mkhomedir_exec_t,s0)
  /usr/libexec/oddjob/mkhomedir --      gen_context(system_u:object_r:oddjob_mkhomedir_exec_t,s0)
  
  /usr/sbin/oddjobd             --      gen_context(system_u:object_r:oddjob_exec_t,s0)
index fbd07f667628c417d7a87d9f28d3dd16fc4b9a04,fbd07f667628c417d7a87d9f28d3dd16fc4b9a04..498c07f2e4c046ce2588e0a6d033139c4ef6a915
@@@ -1,11 -1,11 +1,11 @@@
  
--/usr/lib(64)?/ruby/gems/.*/passenger-.*/ext/apache2/ApplicationPoolServerExecutable -- gen_context(system_u:object_r:passenger_exec_t,s0)
++/usr/lib/ruby/gems/.*/passenger-.*/ext/apache2/ApplicationPoolServerExecutable -- gen_context(system_u:object_r:passenger_exec_t,s0)
  
--/usr/lib(64)?/ruby/gems/.*/passenger-.*/agents/PassengerWatchdog -- gen_context(system_u:object_r:passenger_exec_t,s0)
++/usr/lib/ruby/gems/.*/passenger-.*/agents/PassengerWatchdog -- gen_context(system_u:object_r:passenger_exec_t,s0)
  
--/usr/lib(64)?/ruby/gems/.*/passenger-.*/agents/PassengerLoggingAgent -- gen_context(system_u:object_r:passenger_exec_t,s0)
++/usr/lib/ruby/gems/.*/passenger-.*/agents/PassengerLoggingAgent -- gen_context(system_u:object_r:passenger_exec_t,s0)
  
--/usr/lib(64)?/ruby/gems/.*/passenger-.*/agents/apache2/PassengerHelperAgent -- gen_context(system_u:object_r:passenger_exec_t,s0)
++/usr/lib/ruby/gems/.*/passenger-.*/agents/apache2/PassengerHelperAgent -- gen_context(system_u:object_r:passenger_exec_t,s0)
  
  
  /var/log/passenger(/.*)?           gen_context(system_u:object_r:passenger_log_t,s0)
index f03fad482fffe6de466fe5ece92add1f60e0f56b,f03fad482fffe6de466fe5ece92add1f60e0f56b..1865d8fd3789131cf2360d3a1d586ecc3e689863
@@@ -11,9 -11,9 +11,9 @@@
  /usr/bin/initdb(\.sepgsql)?   --      gen_context(system_u:object_r:postgresql_exec_t,s0)
  /usr/bin/(se)?postgres                --      gen_context(system_u:object_r:postgresql_exec_t,s0)
  
--/usr/lib(64)?/pgsql/test/regress(/.*)?        gen_context(system_u:object_r:postgresql_db_t,s0)
--/usr/lib(64)?/pgsql/test/regress/pg_regress -- gen_context(system_u:object_r:postgresql_exec_t,s0)
--/usr/lib(64)?/postgresql/bin/.* --    gen_context(system_u:object_r:postgresql_exec_t,s0)
++/usr/lib/pgsql/test/regress(/.*)?     gen_context(system_u:object_r:postgresql_db_t,s0)
++/usr/lib/pgsql/test/regress/pg_regress -- gen_context(system_u:object_r:postgresql_exec_t,s0)
++/usr/lib/postgresql/bin/.* -- gen_context(system_u:object_r:postgresql_exec_t,s0)
  
  ifdef(`distro_debian', `
  /usr/lib/postgresql/.*/bin/.* --      gen_context(system_u:object_r:postgresql_exec_t,s0)
index c3c2775c378eed691d090b20b9d0d55a24f49041,c3c2775c378eed691d090b20b9d0d55a24f49041..d7f6b828a035aaaf1ea7b9dbd16ecc8b20aaaf27
@@@ -5,6 -5,6 +5,6 @@@ HOME_DIR/\.rhosts                --      gen_context(syste
  
  /usr/kerberos/sbin/klogind    --      gen_context(system_u:object_r:rlogind_exec_t,s0)
  
--/usr/lib(64)?/telnetlogin     --      gen_context(system_u:object_r:rlogind_exec_t,s0)
++/usr/lib/telnetlogin  --      gen_context(system_u:object_r:rlogind_exec_t,s0)
  
  /usr/sbin/in\.rlogind         --      gen_context(system_u:object_r:rlogind_exec_t,s0)
index 6cc4a90a1ada3d9969e87fad291bc6548620bb74,6cc4a90a1ada3d9969e87fad291bc6548620bb74..2015152b83dcb5a88f19cc5517d743c8113ce99c
@@@ -2,7 -2,7 +2,6 @@@
  /etc/squid(/.*)?              gen_context(system_u:object_r:squid_conf_t,s0)
  
  /usr/lib/squid/cachemgr\.cgi -- gen_context(system_u:object_r:httpd_squid_script_exec_t,s0)
--/usr/lib64/squid/cachemgr\.cgi -- gen_context(system_u:object_r:httpd_squid_script_exec_t,s0)
  /usr/sbin/squid               --      gen_context(system_u:object_r:squid_exec_t,s0)
  /usr/share/squid(/.*)?                gen_context(system_u:object_r:squid_conf_t,s0)
  
Simple merge
index 08d999cf504f9a62160ccc6742567a66dc00f335,08d999cf504f9a62160ccc6742567a66dc00f335..bca4388c5b4290e4f7f4d459dd20500c00bc093f
@@@ -1,7 -1,7 +1,7 @@@
  
--/usr/lib(64)?/atsar/atsa.*    --      gen_context(system_u:object_r:sysstat_exec_t,s0)
--/usr/lib(64)?/sa/sa.*         --      gen_context(system_u:object_r:sysstat_exec_t,s0)
--/usr/lib(64)?/sysstat/sa.*    --      gen_context(system_u:object_r:sysstat_exec_t,s0)
++/usr/lib/atsar/atsa.* --      gen_context(system_u:object_r:sysstat_exec_t,s0)
++/usr/lib/sa/sa.*              --      gen_context(system_u:object_r:sysstat_exec_t,s0)
++/usr/lib/sysstat/sa.* --      gen_context(system_u:object_r:sysstat_exec_t,s0)
  
  /var/log/atsar(/.*)?                  gen_context(system_u:object_r:sysstat_log_t,s0)
  /var/log/sa(/.*)?                     gen_context(system_u:object_r:sysstat_log_t,s0)
index a206464ab6bbbb5c87ba4b8f336da97df6dfa966,a206464ab6bbbb5c87ba4b8f336da97df6dfa966..85907309921bc5e7cd4e8f80bdd101bc210f36c0
@@@ -1,7 -1,7 +1,7 @@@
  /etc/rc\.d/init\.d/ulogd      --      gen_context(system_u:object_r:ulogd_initrc_exec_t,s0)
  /etc/ulogd.conf                       --      gen_context(system_u:object_r:ulogd_etc_t,s0)
  
--/usr/lib(64)?/ulogd(/.*)?             gen_context(system_u:object_r:ulogd_modules_t,s0)       
++/usr/lib/ulogd(/.*)?          gen_context(system_u:object_r:ulogd_modules_t,s0)       
  /usr/sbin/ulogd                       --      gen_context(system_u:object_r:ulogd_exec_t,s0)
  
  /var/log/ulogd(/.*)?                  gen_context(system_u:object_r:ulogd_var_log_t,s0)
index ecfe6650919688499de79ea2bd5a6c7bf0249124,ecfe6650919688499de79ea2bd5a6c7bf0249124..62b0b98da94256846df4a953724aede85342eb34
@@@ -77,7 -77,7 +77,7 @@@ ifdef(`distro_debian', 
  /usr/sbin/gdm         --      gen_context(system_u:object_r:xdm_exec_t,s0)
  ')
  
--/usr/lib(64)?/qt-.*/etc/settings(/.*)?        gen_context(system_u:object_r:xdm_var_run_t,s0)
++/usr/lib/qt-.*/etc/settings(/.*)?     gen_context(system_u:object_r:xdm_var_run_t,s0)
  
  /usr/var/[xgkw]dm(/.*)?               gen_context(system_u:object_r:xserver_log_t,s0)
  
index f97fbb70b2712102966cb5d44e86c0faf81295c6,f97fbb70b2712102966cb5d44e86c0faf81295c6..4955c6bb1f9a46de609dcefbeb79dad93eabc598
@@@ -27,7 -27,7 +27,7 @@@ ifdef(`distro_gentoo',
  ifdef(`distro_gentoo', `
  /lib/rc/init\.d(/.*)?         gen_context(system_u:object_r:initrc_state_t,s0)
  /lib32/rc/init\.d(/.*)?               gen_context(system_u:object_r:initrc_state_t,s0)
--/lib64/rc/init\.d(/.*)?               gen_context(system_u:object_r:initrc_state_t,s0)
++/lib/rc/init\.d(/.*)?         gen_context(system_u:object_r:initrc_state_t,s0)
  ')
  
  #
Simple merge
index 942bea15e5c6a03c2021b49aed42c0e5653a869e,942bea15e5c6a03c2021b49aed42c0e5653a869e..a75297ae2c4c80fb213fcf4453ffe196257cd1b9
  
  /sbin/setkey                  --      gen_context(system_u:object_r:setkey_exec_t,s0)
  
--/usr/lib(64)?/ipsec/_plutoload        --      gen_context(system_u:object_r:ipsec_mgmt_exec_t,s0)
--/usr/lib(64)?/ipsec/_plutorun --      gen_context(system_u:object_r:ipsec_mgmt_exec_t,s0)
--/usr/lib(64)?/ipsec/eroute    --      gen_context(system_u:object_r:ipsec_exec_t,s0)
--/usr/lib(64)?/ipsec/klipsdebug        --      gen_context(system_u:object_r:ipsec_exec_t,s0)
--/usr/lib(64)?/ipsec/pluto     --      gen_context(system_u:object_r:ipsec_exec_t,s0)
--/usr/lib(64)?/ipsec/spi               --      gen_context(system_u:object_r:ipsec_exec_t,s0)
++/usr/lib/ipsec/_plutoload     --      gen_context(system_u:object_r:ipsec_mgmt_exec_t,s0)
++/usr/lib/ipsec/_plutorun      --      gen_context(system_u:object_r:ipsec_mgmt_exec_t,s0)
++/usr/lib/ipsec/eroute --      gen_context(system_u:object_r:ipsec_exec_t,s0)
++/usr/lib/ipsec/klipsdebug     --      gen_context(system_u:object_r:ipsec_exec_t,s0)
++/usr/lib/ipsec/pluto  --      gen_context(system_u:object_r:ipsec_exec_t,s0)
++/usr/lib/ipsec/spi            --      gen_context(system_u:object_r:ipsec_exec_t,s0)
  
  /usr/libexec/ipsec/_plutoload --      gen_context(system_u:object_r:ipsec_mgmt_exec_t,s0)
  /usr/libexec/ipsec/_plutorun  --      gen_context(system_u:object_r:ipsec_mgmt_exec_t,s0)
  /usr/libexec/ipsec/spi                --      gen_context(system_u:object_r:ipsec_exec_t,s0)
  /usr/libexec/nm-openswan-service      --      gen_context(system_u:object_r:ipsec_mgmt_exec_t,s0)
  
--/usr/local/lib(64)?/ipsec/eroute --   gen_context(system_u:object_r:ipsec_exec_t,s0)
--/usr/local/lib(64)?/ipsec/klipsdebug -- gen_context(system_u:object_r:ipsec_exec_t,s0)
--/usr/local/lib(64)?/ipsec/pluto --    gen_context(system_u:object_r:ipsec_exec_t,s0)
--/usr/local/lib(64)?/ipsec/spi --      gen_context(system_u:object_r:ipsec_exec_t,s0)
++/usr/local/lib/ipsec/eroute --        gen_context(system_u:object_r:ipsec_exec_t,s0)
++/usr/local/lib/ipsec/klipsdebug -- gen_context(system_u:object_r:ipsec_exec_t,s0)
++/usr/local/lib/ipsec/pluto -- gen_context(system_u:object_r:ipsec_exec_t,s0)
++/usr/local/lib/ipsec/spi      --      gen_context(system_u:object_r:ipsec_exec_t,s0)
  
  /usr/sbin/ipsec                       --      gen_context(system_u:object_r:ipsec_mgmt_exec_t,s0)
  /usr/sbin/racoon              --      gen_context(system_u:object_r:racoon_exec_t,s0)
index 010ec0e044bc3a457c6e4dd6f61c4257fac7456f,55b1544d453a116b86faeb2234bf8a71be459f64..6b49c76352c02327d2e680b58c86f860f0e9b5dd
@@@ -37,18 -37,18 +37,12 @@@ ifdef(`distro_redhat',
  #
  /lib                                  -d      gen_context(system_u:object_r:lib_t,s0)
  /lib/.*                                               gen_context(system_u:object_r:lib_t,s0)
--/lib64                                        -d      gen_context(system_u:object_r:lib_t,s0)
--/lib64/.*                                     gen_context(system_u:object_r:lib_t,s0)
  /lib/ld-[^/]*\.so(\.[^/]*)*           --      gen_context(system_u:object_r:ld_so_t,s0)
--/lib64/ld-[^/]*\.so(\.[^/]*)*         --      gen_context(system_u:object_r:ld_so_t,s0)
  
  /lib/security/pam_poldi\.so           --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/lib64/security/pam_poldi\.so         --      gen_context(system_u:object_r:textrel_shlib_t,s0)
- /lib/systemd/system(/.*)?             --      gen_context(system_u:object_r:lib_t,s0)
 -#/lib/systemd/system(/.*)?            --      gen_context(system_u:object_r:lib_t,s0)
  
  ifdef(`distro_debian',`
  /lib32                                        -l      gen_context(system_u:object_r:lib_t,s0)
--/lib64                                        -l      gen_context(system_u:object_r:lib_t,s0)
  ')
  
  ifdef(`distro_gentoo',`
@@@ -63,7 -63,7 +57,6 @@@
  #
  /opt/.*\.so                                   gen_context(system_u:object_r:lib_t,s0)
  /opt/(.*/)?lib(/.*)?                          gen_context(system_u:object_r:lib_t,s0)
--/opt/(.*/)?lib64(/.*)?                                gen_context(system_u:object_r:lib_t,s0)
  /opt/(.*/)?java/.+\.jar                       --      gen_context(system_u:object_r:lib_t,s0)
  /opt/(.*/)?jre.*/.+\.so(\.[^/]*)*     --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  /opt/(.*/)?jre/.+\.jar                        --      gen_context(system_u:object_r:lib_t,s0)
@@@ -120,63 -120,63 +113,62 @@@ ifdef(`distro_redhat',
  /usr/(.*/)?java/.+\.jsa                       --      gen_context(system_u:object_r:lib_t,s0)
  
  /usr/(.*/)?lib(/.*)?                          gen_context(system_u:object_r:lib_t,s0)
--/usr/(.*/)?lib64(/.*)?                                gen_context(system_u:object_r:lib_t,s0)
  
--/usr/(.*/)?lib(64)?(/.*)?/ld-[^/]*\.so(\.[^/]*)* gen_context(system_u:object_r:ld_so_t,s0)
++/usr/(.*/)?lib(/.*)?/ld-[^/]*\.so(\.[^/]*)* gen_context(system_u:object_r:ld_so_t,s0)
  
  /usr/(.*/)?nvidia/.+\.so(\..*)?               --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  
--/usr/lib64/altivec/libavcodec\.so(\.[^/]*)* --        gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/cedega/.+\.so(\.[^/]*)* --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/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/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)
--/usr/lib(64)?/vlc/codec/librealvideo_plugin\.so --    gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/vlc/.*\.so      --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/libtfmessbsp\.so(\.[^/]*)* --   gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/xorg/libGL\.so(\.[^/]*)*        --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/vlc/.*\.so   --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/libtfmessbsp\.so(\.[^/]*)* --        gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/xorg/libGL\.so(\.[^/]*)*     --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  /usr/X11R6/lib/libGL\.so.*            --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/libGL\.so(\.[^/]*)*     --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/catalyst/.*\.so(\.[^/]*)* --    gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/libADM5.*\.so(\.[^/]*)* --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/libatiadlxx\.so(\.[^/]*)*       --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/win32/.*\.so(\.[^/]*)*  --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/libGL\.so(\.[^/]*)*  --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/catalyst/.*\.so(\.[^/]*)* -- gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/libADM5.*\.so(\.[^/]*)*      --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/libatiadlxx\.so(\.[^/]*)*    --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/win32/.*\.so(\.[^/]*)*       --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  
  /usr/lib/ADM_plugins/videoFilter/.*\.so(\.[^/]*)* -- gen_context(system_u:object_r:textrel_shlib_t,s0)
  
--/usr/(.*/)?lib(64)?(/.*)?/nvidia/.+\.so(\..*)? -- gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?(/.*)?/nvidia/.+\.so(\..*)? --   gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/libsipphoneapi\.so.*    --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/ati-fglrx/.+\.so(\..*)? --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/fglrx/.*\.so(\.[^/]*)*  --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/libjs\.so.*             --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/sse2/libx264\.so(\.[^/]*)*      -- gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/libzita-convolver\.so(\.[^/]*)* --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?(/.*)?/libnvidia.+\.so(\.[^/]*)* -- gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?(/.*)?/nvidia_drv.*\.so(\.[^/]*)* -- gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/nero/.*\.so(\.[^/]*)* -- gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/nvidia-graphics(-[^/]*/)?libGL(core)?\.so(\.[^/]*)* -- gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/nvidia-graphics(-[^/]*/)?libnvidia.*\.so(\.[^/]*)* -- gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/nvidia-graphics(-[^/]*/)?libXvMCNVIDIA\.so.* -- gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/nvidia/libGL(core)?\.so(\.[^/]*)* -- gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/xorg/modules/glesx\.so(\.[^/]*)* -- gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/(.*/)?lib(/.*)?/nvidia/.+\.so(\..*)? -- gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib(/.*)?/nvidia/.+\.so(\..*)? --        gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/libsipphoneapi\.so.* --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/ati-fglrx/.+\.so(\..*)?      --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/fglrx/.*\.so(\.[^/]*)*       --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/libjs\.so.*          --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/sse2/libx264\.so(\.[^/]*)*   -- gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/libzita-convolver\.so(\.[^/]*)* --   gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib(/.*)?/libnvidia.+\.so(\.[^/]*)* -- gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib(/.*)?/nvidia_drv.*\.so(\.[^/]*)* -- gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/nero/.*\.so(\.[^/]*)* -- gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/nvidia-graphics(-[^/]*/)?libGL(core)?\.so(\.[^/]*)* -- gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/nvidia-graphics(-[^/]*/)?libnvidia.*\.so(\.[^/]*)* -- gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/nvidia-graphics(-[^/]*/)?libXvMCNVIDIA\.so.* -- gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/nvidia/libGL(core)?\.so(\.[^/]*)* -- gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/xorg/modules/glesx\.so(\.[^/]*)* -- gen_context(system_u:object_r:textrel_shlib_t,s0)
  
  /usr/(local/)?.*\.so(\.[^/]*)*                --      gen_context(system_u:object_r:lib_t,s0)
--/usr/(local/)?lib(64)?/wine/.+\.so    --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/(local/)?lib(64)?/(sse2/)?libfame-.*\.so.*       --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/(local/)?lib/wine/.+\.so --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/(local/)?lib/(sse2/)?libfame-.*\.so.*    --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  /usr/NX/lib/libXcomp\.so.*            --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  /usr/NX/lib/libjpeg\.so.*             --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  
  /usr/X11R6/lib/libXvMCNVIDIA\.so.*    --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  
--/usr/lib(64)?/xorg/modules/drivers/fglrx_drv\.so(\.[^/]*)* -- gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/xorg/modules/drivers/nvidia_drv\.o -- gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/xorg/modules/extensions/nvidia(-[^/]*)?/libglx\.so(\.[^/]*)* -- gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/xorg/modules/extensions/libglx\.so(\.[^/]*)* -- gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/xorg/modules/drivers/fglrx_drv\.so(\.[^/]*)* -- gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/xorg/modules/drivers/nvidia_drv\.o -- gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/xorg/modules/extensions/nvidia(-[^/]*)?/libglx\.so(\.[^/]*)* -- gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/xorg/modules/extensions/libglx\.so(\.[^/]*)* -- gen_context(system_u:object_r:textrel_shlib_t,s0)
  /usr/x11R6/lib/modules/extensions/libglx\.so(\.[^/]*)* -- gen_context(system_u:object_r:textrel_shlib_t,s0)
  
  ifdef(`distro_debian',`
  /usr/lib32                            -l      gen_context(system_u:object_r:lib_t,s0)
++/lib                   -l  gen_context(system_u:object_r:lib_t,s0)
  ')
  
  ifdef(`distro_gentoo',`
@@@ -195,7 -195,7 +187,6 @@@ HOME_DIR/.*/plugins/nppdf\.so.* -- gen_
  /usr/lib/allegro/(.*/)?alleg-vga\.so --       gen_context(system_u:object_r:textrel_shlib_t,s0)
  /usr/lib/firefox-[^/]*/extensions(/.*)?/libqfaservices.so -- gen_context(system_u:object_r:textrel_shlib_t,s0)
  /usr/lib/firefox-[^/]*/plugins/nppdf.so       --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/firefox/plugins/libractrl\.so --        gen_context(system_u:object_r:textrel_shlib_t,s0)
  /usr/lib/libFLAC\.so.*                        --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  /usr/lib/libfglrx_gamma\.so.*                 --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  /usr/lib/mozilla/plugins/nppdf\.so    --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  /usr/lib/nx/libXcomp\.so.*            --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  /usr/lib/nx/libjpeg\.so.*             --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  /usr/lib/VBoxVMM\.so                  --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib64/mozilla/plugins/libvlcplugin\.so --        gen_context(system_u:object_r:textrel_shlib_t,s0)
--
--/usr/lib(64)?/libstdc\+\+\.so\.2\.7\.2\.8 --  gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/libg\+\+\.so\.2\.7\.2\.8        --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/libgpac\.so.*           --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/libglide3\.so.*                 --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/libglide3-v[0-9]*\.so.*         --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/helix/plugins/[^/]*\.so --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/helix/codecs/[^/]*\.so  --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++
++/usr/lib/libstdc\+\+\.so\.2\.7\.2\.8 --       gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/libg\+\+\.so\.2\.7\.2\.8     --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/libgpac\.so.*                --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/libglide3\.so.*              --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/libglide3-v[0-9]*\.so.*      --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/helix/plugins/[^/]*\.so --   gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/helix/codecs/[^/]*\.so       --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  /usr/X11R6/lib/libfglrx_gamma\.so.*   --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/libHermes\.so.*         --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/valgrind/hp2ps          --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/valgrind/stage2         --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/valgrind/vg.*\.so               --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/.*/program/libicudata\.so.* --  gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/.*/program/libsts645li\.so --   gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/.*/program/libvclplug_gen645li\.so -- gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/.*/program/libwrp645li\.so --   gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/.*/program/libswd680li\.so --   gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/.*/program/librecentfile\.so -- gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/.*/program/libsvx680li\.so --   gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/.*/program/libcomphelp4gcc3\.so -- gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/.*/program/libsoffice\.so --    gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/libHermes\.so.*              --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/valgrind/hp2ps               --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/valgrind/stage2              --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/valgrind/vg.*\.so            --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/.*/program/libicudata\.so.* --       gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/.*/program/libsts645li\.so --        gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/.*/program/libvclplug_gen645li\.so -- gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/.*/program/libwrp645li\.so --        gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/.*/program/libswd680li\.so --        gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/.*/program/librecentfile\.so --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/.*/program/libsvx680li\.so --        gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/.*/program/libcomphelp4gcc3\.so -- gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/.*/program/libsoffice\.so -- gen_context(system_u:object_r:textrel_shlib_t,s0)
  /usr/(.*/)?pcsc/drivers(/.*)?/lib(cm2020|cm4000|SCR24x)\.so(\.[^/]*)* -- gen_context(system_u:object_r:textrel_shlib_t,s0)
  
  # Fedora Extras packages: ladspa, imlib2, ocaml
--/usr/lib(64)?/ladspa/analogue_osc_1416\.so -- gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/ladspa/bandpass_a_iir_1893\.so --       gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/ladspa/bandpass_iir_1892\.so -- gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/ladspa/butterworth_1902\.so --  gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/ladspa/fm_osc_1415\.so  --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/ladspa/gsm_1215\.so     --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/ladspa/gverb_1216\.so   --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/ladspa/hermes_filter_1200\.so --        gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/ladspa/highpass_iir_1890\.so -- gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/ladspa/lowpass_iir_1891\.so --  gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/ladspa/notch_iir_1894\.so       --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/ladspa/pitch_scale_1193\.so --  gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/ladspa/pitch_scale_1194\.so --  gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/ladspa/sc1_1425\.so     --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/ladspa/sc2_1426\.so     --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/ladspa/sc3_1427\.so     --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/ladspa/sc4_1882\.so     --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/ladspa/se4_1883\.so     --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/sane/libsane-epkowa\.so.* --  gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/ocaml/stublibs/dllnums\.so --   gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/ladspa/analogue_osc_1416\.so --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/ladspa/bandpass_a_iir_1893\.so --    gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/ladspa/bandpass_iir_1892\.so --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/ladspa/butterworth_1902\.so --       gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/ladspa/fm_osc_1415\.so       --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/ladspa/gsm_1215\.so  --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/ladspa/gverb_1216\.so        --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/ladspa/hermes_filter_1200\.so --     gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/ladspa/highpass_iir_1890\.so --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/ladspa/lowpass_iir_1891\.so --       gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/ladspa/notch_iir_1894\.so    --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/ladspa/pitch_scale_1193\.so --       gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/ladspa/pitch_scale_1194\.so --       gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/ladspa/sc1_1425\.so  --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/ladspa/sc2_1426\.so  --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/ladspa/sc3_1427\.so  --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/ladspa/sc4_1882\.so  --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/ladspa/se4_1883\.so  --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/sane/libsane-epkowa\.so.* --  gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/ocaml/stublibs/dllnums\.so --        gen_context(system_u:object_r:textrel_shlib_t,s0)
  
  # Livna.org packages: xmms-mp3, ffmpeg, xvidcore, xine-lib, gsm, lame
--/usr/lib(64)?.*/libmpg123\.so(\.[^/]*)* --    gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib.*/libmpg123\.so(\.[^/]*)* -- gen_context(system_u:object_r:textrel_shlib_t,s0)
  /usr/local(/.*)?/libmpg123\.so(\.[^/]*)* --   gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/codecs/drv[1-9c]\.so(\.[^/]*)* --       gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/codecs/drv[1-9c]\.so(\.[^/]*)* --    gen_context(system_u:object_r:textrel_shlib_t,s0)
  /usr/local/lib/codecs/drv[1-9c]\.so(\.[^/]*)* --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  
  HOME_DIR/.*/plugins/nppdf\.so --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  HOME_DIR/.mozilla/plugins/nprhapengine\.so.* --       gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/.*/nprhapengine\.so.*   --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/.*/nprhapengine\.so.*        --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  /usr/local/(.*/)?nprhapengine\.so.*   --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  
  # Jai, Sun Microsystems (Jpackage SPRM)
--/usr/lib(64)?/libmlib_jai\.so         --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/libdivxdecore\.so\.0    --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/libdivxencore\.so\.0    --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/libmlib_jai\.so              --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/libdivxdecore\.so\.0 --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/libdivxencore\.so\.0 --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  
--/usr/lib(64)?/libdvdcss\.so.*         --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/libdvdcss\.so.*              --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  
--/usr/lib(64)?/python2.4/site-packages/M2Crypto/__m2crypto\.so -- gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/python2.4/site-packages/M2Crypto/__m2crypto\.so -- gen_context(system_u:object_r:textrel_shlib_t,s0)
  
  # vmware
--/usr/lib(64)?/vmware/lib(/.*)?/libgdk-x11-.*\.so.* -- gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/vmware/lib(/.*)?/HConfig\.so -- gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/vmware/(.*/)?VmPerl\.so --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/vmware/lib(/.*)?/libvmware-gksu.*\.so.* -- gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/vmware/lib(/.*)?/libgdk-x11-.*\.so.* -- gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/vmware/lib(/.*)?/HConfig\.so --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/vmware/(.*/)?VmPerl\.so      --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/vmware/lib(/.*)?/libvmware-gksu.*\.so.* -- gen_context(system_u:object_r:textrel_shlib_t,s0)
  
--/usr/lib(64)?/(virtualbox(-ose)?/)?(components/)?VBox.*\.so -- gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/virtualbox/.*\.so       --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/(virtualbox(-ose)?/)?(components/)?VBox.*\.so -- gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/virtualbox/.*\.so    --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  
  # Java, Sun Microsystems (JPackage SRPM)
  /usr/(.*/)?jre.*/.*\.so(\.[^/]*)* --  gen_context(system_u:object_r:textrel_shlib_t,s0)
  /usr/local/(.*/)?jre.*/.*\.so(\.[^/]*)* --    gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/(.*/)?jre.*/.*\.so(\.[^/]*)* -- gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/(.*/)?jre.*/.*\.so(\.[^/]*)* --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  
  /usr/(local/)?Adobe/(.*/)?intellinux/nppdf\.so -- gen_context(system_u:object_r:textrel_shlib_t,s0)
  /usr/(local/)?Adobe/(.*/)?intellinux/sidecars/* -- gen_context(system_u:object_r:textrel_shlib_t,s0)
  /usr/lib/acroread/.+\.api             --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  /usr/lib/acroread/(.*/)?ADMPlugin\.apl        --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  /usr/lib/.*/program(/.*)?\.so         gen_context(system_u:object_r:lib_t,s0)
--/usr/lib64/.*/program(/.*)?\.so               gen_context(system_u:object_r:lib_t,s0)
  ') dnl end distro_redhat
  
  #
  #
  /var/cache/ldconfig(/.*)?                     gen_context(system_u:object_r:ldconfig_cache_t,s0)
  
--/var/ftp/lib(64)?(/.*)?                               gen_context(system_u:object_r:lib_t,s0)
--/var/ftp/lib(64)?/ld[^/]*\.so(\.[^/]*)*       --      gen_context(system_u:object_r:ld_so_t,s0)
++/var/ftp/lib(/.*)?                            gen_context(system_u:object_r:lib_t,s0)
++/var/ftp/lib/ld[^/]*\.so(\.[^/]*)*    --      gen_context(system_u:object_r:ld_so_t,s0)
  
  /var/mailman/pythonlib(/.*)?/.+\.so(\..*)? -- gen_context(system_u:object_r:lib_t,s0)
  
--/usr/lib(64)?/pgsql/.*\.so.*          --      gen_context(system_u:object_r:lib_t,s0)
--/usr/lib(64)?/pgsql/test/regress/.*\.so.*             --      gen_context(system_u:object_r:lib_t,s0)
++/usr/lib/pgsql/.*\.so.*               --      gen_context(system_u:object_r:lib_t,s0)
++/usr/lib/pgsql/test/regress/.*\.so.*          --      gen_context(system_u:object_r:lib_t,s0)
  /var/lib/spamassassin/compiled/.*\.so.*    --     gen_context(system_u:object_r:lib_t,s0)
  
  ifdef(`distro_suse',`
  /usr/share/hplip/prnt/plugins(/.*)?           gen_context(system_u:object_r:lib_t,s0)
  /usr/share/squeezeboxserver/CPAN/arch/.+\.so          --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  
--/var/spool/postfix/lib(64)?(/.*)?             gen_context(system_u:object_r:lib_t,s0)
++/var/spool/postfix/lib(/.*)?          gen_context(system_u:object_r:lib_t,s0)
  /var/spool/postfix/usr(/.*)?                  gen_context(system_u:object_r:lib_t,s0)
--/var/spool/postfix/lib(64)?/ld.*\.so.*        --      gen_context(system_u:object_r:ld_so_t,s0)
++/var/spool/postfix/lib/ld.*\.so.*     --      gen_context(system_u:object_r:ld_so_t,s0)
  
--/usr/lib(64)?/libmyth[^/]+\.so.*      --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/mythtv/filters/.*\.so.* --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/libmyth[^/]+\.so.*   --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/mythtv/filters/.*\.so.*      --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  
  /usr/lib/jvm/java(.*/)bin(/.*)?/.*\.so        --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib64/jvm/java(.*/)bin(/.*)?/.*\.so      --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  
  /usr/lib/oracle/.*/lib/libnnz10\.so --        gen_context(system_u:object_r:textrel_shlib_t,s0)
  
  
  /opt/novell/groupwise/client/lib/libgwapijni\.so\.1   --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  
--/usr/lib(64)?/sse2/.*\.so.*    --     gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/i686/.*\.so.*    --     gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/sse2/.*\.so.*    --     gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/i686/.*\.so.*    --     gen_context(system_u:object_r:textrel_shlib_t,s0)
  /usr/local/google-earth/.*\.so.*    --     gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/googleearth/.*\.so.*    --     gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/google-earth/.*\.so.*    --     gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/googleearth/.*\.so.*    --     gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/google-earth/.*\.so.*    --     gen_context(system_u:object_r:textrel_shlib_t,s0)
  /opt/google-earth/.*\.so.*    --     gen_context(system_u:object_r:textrel_shlib_t,s0)
  /usr/google-earth/.*\.so.*    --     gen_context(system_u:object_r:textrel_shlib_t,s0)
  /opt/google/.*\.so.*    --     gen_context(system_u:object_r:textrel_shlib_t,s0)
  
--/usr/lib(64)?/nspluginwrapper/np.*\.so        -- gen_context(system_u:object_r:lib_t,s0)
++/usr/lib/nspluginwrapper/np.*\.so     -- gen_context(system_u:object_r:lib_t,s0)
  
  /usr/lib/oracle/.*/lib/libnnz.*\.so --        gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib/oracle(64)?/.*/lib/libclntsh\.so(\.[^/]*)*   gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/oracle/.*/lib/libclntsh\.so(\.[^/]*)*        gen_context(system_u:object_r:textrel_shlib_t,s0)
  
  /opt/(.*/)?oracle/(.*/)?libnnz.*\.so --       gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/libnnz11.so(\.[^/]*)*   gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/libxvidcore\.so.*               --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/libnnz11.so(\.[^/]*)*        gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/libxvidcore\.so.*            --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  
  
  /opt/matlab.*\.so(\.[^/]*)*           gen_context(system_u:object_r:textrel_shlib_t,s0)
  
  /usr/lib/libcncpmslld328\.so(\.[^/]*)*        gen_context(system_u:object_r:textrel_shlib_t,s0)
  
--/usr/lib(64)?/ICAClient/.*\.so(\.[^/]*)*      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/ICAClient/.*\.so(\.[^/]*)*   gen_context(system_u:object_r:textrel_shlib_t,s0)
  
--/usr/lib(64)?/midori/.*\.so(\.[^/]*)* gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/midori/.*\.so(\.[^/]*)*      gen_context(system_u:object_r:textrel_shlib_t,s0)
  
--/usr/lib(64)?/libav.*\.so(\.[^/]*)* --        gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/libav.*\.so(\.[^/]*)* --     gen_context(system_u:object_r:textrel_shlib_t,s0)
  
--/usr/lib(64)?/xine/plugins/.+\.so     --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/xine/plugins/.+\.so  --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  
--/usr/lib(64)?/yafaray/libDarkSky.so      --   gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/yafaray/libDarkSky.so           --   gen_context(system_u:object_r:textrel_shlib_t,s0)
  
--/usr/lib(64)?/libpostproc\.so.*               --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/libpostproc\.so.*            --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  
--/usr/lib(64)?/libswscale\.so.*                 --     gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/libswscale\.so.*              --     gen_context(system_u:object_r:textrel_shlib_t,s0)
  
  /usr/lib/libADM.*\.so.*                        --     gen_context(system_u:object_r:textrel_shlib_t,s0)
  
--/usr/lib(64)?/gstreamer-.*/[^/]*\.so.* --     gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/gstreamer-.*/[^/]*\.so.* --  gen_context(system_u:object_r:textrel_shlib_t,s0)
  HOME_DIR/\.gstreamer-.*/plugins/.*\.so.* --   gen_context(system_u:object_r:textrel_shlib_t,s0)
  
--/usr/lib(64)?/libx264\.so(\.[^/]*)*   -- gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/libx264\.so(\.[^/]*)*        -- gen_context(system_u:object_r:textrel_shlib_t,s0)
  
--/usr/lib(64)?/libmp3lame\.so.*                --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/libmpeg2\.so.*          --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/libmp3lame\.so.*             --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/libmpeg2\.so.*               --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  
  ifdef(`fixed',`
--/usr/lib(64)?/libavfilter\.so(\..*)? -- gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/libavdevice\.so.*        --     gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/libavformat.*\.so(\.[^/]*)* --  gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/libavcodec.*\.so(\.[^/]*)* --   gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/libavutil.*\.so(\.[^/]*)* --    gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/libdv\.so.*             --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/libGLU\.so(\.[^/]*)*    --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/libgsm\.so.*            --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/libImlib2\.so.*                 --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/libjackserver\.so.*     --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/libavfilter\.so(\..*)? -- gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/libavdevice\.so.*     --     gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/libavformat.*\.so(\.[^/]*)* --       gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/libavcodec.*\.so(\.[^/]*)* --        gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/libavutil.*\.so(\.[^/]*)* -- gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/libdv\.so.*          --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/libGLU\.so(\.[^/]*)* --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/libgsm\.so.*         --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/libImlib2\.so.*              --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/libjackserver\.so.*  --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  /usr/X11R6/lib/libOSMesa.*\.so.*              --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/libOSMesa.*\.so.*               --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/libSDL-.*\.so.*         --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/xulrunner-[^/]*/libgtkembedmoz\.so -- gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/xulrunner-[^/]*/libxul\.so --   gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/libOSMesa.*\.so.*            --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/libSDL-.*\.so.*              --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/xulrunner-[^/]*/libgtkembedmoz\.so -- gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/xulrunner-[^/]*/libxul\.so --        gen_context(system_u:object_r:textrel_shlib_t,s0)
  # Flash plugin, Macromedia
  HOME_DIR/\.mozilla(/.*)?/plugins/libflashplayer\.so.* -- gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/.*/libflashplayer\.so.* --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/.*/libflashplayer\.so.*      --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  /usr/local/(.*/)?libflashplayer\.so.* --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/php/modules/.+\.so      --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/xorg/modules/dri/.+\.so --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/php/modules/.+\.so   --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/xorg/modules/dri/.+\.so      --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  /usr/X11R6/lib/modules/dri/.+\.so     --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/dri/.+\.so              --      gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/httpd/modules/libphp5\.so       --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/dri/.+\.so           --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/httpd/modules/libphp5\.so    --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  ')
  /opt/VBoxGuestAdditions.*/lib/VBox.*\.so      --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  
--/usr/lib(64)?/nmm/liba52\.so.*        --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/nmm/liba52\.so.*     --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  /opt/lampp/lib/libct\.so.*    --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  /opt/lampp/lib/.*\.so.*       --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  /opt/VirtualBox(/.*)?/VBox.*\.so      --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  
--/usr/lib(64)?/chromium-browser/.*\.so         --      gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/chromium-browser/.*\.so      --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  /usr/local/zend/lib/apache2/libphp5\.so               --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  
--/usr/lib(64)?/python.*/site-packages/pymedia/muxer\.so --     gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/python.*/site-packages/pymedia/muxer\.so --  gen_context(system_u:object_r:textrel_shlib_t,s0)
  /usr/local/games/darwinia/lib/libSDL.*\.so.* --       gen_context(system_u:object_r:textrel_shlib_t,s0)
--/usr/lib(64)?/ocp-.*/mixclip\.so                   -- gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/ocp-.*/mixclip\.so                -- gen_context(system_u:object_r:textrel_shlib_t,s0)
  
--/usr/lib(64)?/octagaplayer/libapplication\.so              -- gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/octagaplayer/libapplication\.so                   -- gen_context(system_u:object_r:textrel_shlib_t,s0)
  /opt/AutoScan/usr/lib/libvte\.so.*                         -- gen_context(system_u:object_r:textrel_shlib_t,s0)
  
  /usr/bin/bsnes                     -- gen_context(system_u:object_r:textrel_shlib_t,s0)
  
  /usr/lib/firefox/plugins/libractrl\.so             -- gen_context(system_u:object_r:textrel_shlib_t,s0)
  
--/usr/lib(64)?/libGLcore\.so.*      -- gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/libGLcore\.so.*           -- gen_context(system_u:object_r:textrel_shlib_t,s0)
  
--/usr/lib(64)?/libkmplayercommon\.so.*      -- gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/libkmplayercommon\.so.*           -- gen_context(system_u:object_r:textrel_shlib_t,s0)
  
  /opt/Unify/SQLBase/libgptsblmsui11\.so.*           -- gen_context(system_u:object_r:textrel_shlib_t,s0)
  
  
  /opt/real/RealPlayer/codecs(/.*)?     --      gen_context(system_u:object_r:textrel_shlib_t,s0)
  
--/usr/lib(64)?/vdpau/libvdpau_nvidia\.so.*  -- gen_context(system_u:object_r:textrel_shlib_t,s0)       
++/usr/lib/vdpau/libvdpau_nvidia\.so.*  --      gen_context(system_u:object_r:textrel_shlib_t,s0)       
  
--/usr/lib(64)?/libGTL.*\.so.* -- gen_context(system_u:object_r:textrel_shlib_t,s0)
++/usr/lib/libGTL.*\.so.* -- gen_context(system_u:object_r:textrel_shlib_t,s0)
  
  /usr/lib/nsr/(.*/)?.*\.so             -- gen_context(system_u:object_r:textrel_shlib_t,s0)
  /opt/lgtonmc/bin/.*\.so(\.[0-9])?     --  gen_context(system_u:object_r:textrel_shlib_t,s0)
index 090189c383eef21ead0b8fcb2f02b236a606c43e,612ad991aa13c2bdd8600de57221e140d55554b6..e7fd4ece8206e1e3ee40d862636fa8e89d09b68a
@@@ -321,7 -321,8 +321,9 @@@ seutil_read_file_contexts(lvm_t
  seutil_search_default_contexts(lvm_t)
  seutil_sigchld_newrole(lvm_t)
  
 +userdom_use_inherited_user_terminals(lvm_t)
+ userdom_use_user_terminals(lvm_t)
+ userdom_rw_semaphores(lvm_t)
  
  ifdef(`distro_redhat',`
        # this is from the initrd:
index 2683ce9e939b79383b76066827f9ad0e0c5f4a3f,2683ce9e939b79383b76066827f9ad0e0c5f4a3f..ec1f0e8a811c84f4a53065b77c0c3ef2f9ad2d82
@@@ -34,7 -34,7 +34,7 @@@ ifdef(`distro_redhat',
  #
  /usr/lib/locale(/.*)?         gen_context(system_u:object_r:locale_t,s0)
  
--/usr/lib(64)?/perl5/man(/.*)? gen_context(system_u:object_r:man_t,s0)
++/usr/lib/perl5/man(/.*)?      gen_context(system_u:object_r:man_t,s0)
  
  /usr/local/man(/.*)?          gen_context(system_u:object_r:man_t,s0)
  /usr/local/share/man(/.*)?    gen_context(system_u:object_r:man_t,s0)
index 532181a56f421e86d84f5159f299e5ca485c49b0,532181a56f421e86d84f5159f299e5ca485c49b0..2410551f042a122a923900e01a3c5d2d575e244a
@@@ -10,10 -10,10 +10,8 @@@ ifdef(`distro_gentoo',
  ')
  
  /lib/modules/[^/]+/modules\..+ -- gen_context(system_u:object_r:modules_dep_t,s0)
--/lib64/modules/[^/]+/modules\..+ -- gen_context(system_u:object_r:modules_dep_t,s0)
  
  /lib/modules/modprobe\.conf -- gen_context(system_u:object_r:modules_conf_t,s0)
--/lib64/modules/modprobe\.conf -- gen_context(system_u:object_r:modules_conf_t,s0)
  
  /sbin/depmod.*                --      gen_context(system_u:object_r:depmod_exec_t,s0)
  /sbin/generate-modprobe\.conf -- gen_context(system_u:object_r:update_modules_exec_t,s0)
index 9e81136bdeb916de5e36a9e8d641eeac2047dbaf,9e81136bdeb916de5e36a9e8d641eeac2047dbaf..167c358d5c0ba4ebb771adc694b694aec0abfec5
@@@ -32,7 -32,7 +32,7 @@@
  /usr/bin/checkpolicy          --      gen_context(system_u:object_r:checkpolicy_exec_t,s0)
  /usr/bin/newrole              --      gen_context(system_u:object_r:newrole_exec_t,s0)
  
--/usr/lib(64)?/selinux(/.*)?           gen_context(system_u:object_r:policy_src_t,s0)
++/usr/lib/selinux(/.*)?                gen_context(system_u:object_r:policy_src_t,s0)
  
  /usr/sbin/load_policy         --      gen_context(system_u:object_r:load_policy_exec_t,s0)
  /usr/sbin/restorecond         --      gen_context(system_u:object_r:restorecond_exec_t,s0)
index d5b6affecf0f7c1d4b82a5873026df1389cf8f3c,a7fc66b406a43cfc6604d0925d031576871bf2e1..ef7eddd61d723279c5058754eaad7fd72605cbc1
@@@ -22,6 -26,17 +24,14 @@@ type systemd_notify_t
  type systemd_notify_exec_t;
  init_systemd_domain(systemd_notify_t, systemd_notify_exec_t)
  
 -permissive systemd_tmpfiles_t;
 -permissive systemd_notify_t;
 -
+ # type for systemd unit files
+ type systemd_unit_file_t;
+ systemd_unit_file(systemd_unit_file_t)
+ # executable for systemctl
+ type systemd_systemctl_exec_t;
+ corecmd_executable_file(systemd_systemctl_exec_t)
  #
  # Type for systemd pipes in /dev/.systemd/ directory
  #
Simple merge
index 2e7f2b0e6339fc7426c0ae3e2fce1eccbf5046b4,2e7f2b0e6339fc7426c0ae3e2fce1eccbf5046b4..0818ff08940ad9bd6ffdc50610fb53f6fdcdd334
@@@ -4,7 -4,7 +4,7 @@@
  /usr/sbin/evtchnd     --      gen_context(system_u:object_r:evtchnd_exec_t,s0)
  /usr/sbin/tapdisk     --      gen_context(system_u:object_r:blktap_exec_t,s0)
  
--/usr/lib(64)?/xen/bin/qemu-dm -- gen_context(system_u:object_r:qemu_dm_exec_t,s0)
++/usr/lib/xen/bin/qemu-dm      -- gen_context(system_u:object_r:qemu_dm_exec_t,s0)
  
  ifdef(`distro_debian',`
  /usr/lib/xen-[^/]*/bin/xenconsoled -- gen_context(system_u:object_r:xenconsoled_exec_t,s0)