Package: selinux-policy-default
Version: 2:0.2.20100524-11
Severity: normal
Tags: patch

Since libc6 2.13-17 (on amd64), /lib64 is a directory instead of a
symlink so we need to move the fc for it out of the !distro_debian
block.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.39 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages selinux-policy-default depends on:
ii  libpam-modules                1.1.3-2    Pluggable Authentication Modules f
ii  libselinux1                   2.0.98-1.1 SELinux runtime shared libraries
ii  libsepol1                     2.0.42-1   SELinux library for manipulating b
ii  policycoreutils               2.0.82-5   SELinux core policy utilities
ii  python                        2.6.7-3    interactive high-level object-orie

Versions of packages selinux-policy-default recommends:
ii  checkpolicy              2.0.23-1        SELinux policy compiler
ii  setools                  3.3.6.ds-7.2+b1 tools for Security Enhanced Linux 

Versions of packages selinux-policy-default suggests:
pn  logcheck                      <none>     (no description available)
pn  syslog-summary                <none>     (no description available)

-- Configuration Files:
/etc/selinux/default/modules/active/file_contexts.local [Errno 13] Permission 
denied: u'/etc/selinux/default/modules/active/file_contexts.local'

-- no debconf information
Index: policy/modules/system/libraries.fc
===================================================================
--- policy/modules/system/libraries.fc.orig
+++ policy/modules/system/libraries.fc
@@ -37,14 +37,14 @@
 #
 /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)
 ifdef(`distro_debian', `
 /lib32					-d	gen_context(system_u:object_r:lib_t,s0)
 /lib32/.*					gen_context(system_u:object_r:lib_t,s0)
 /lib32/ld-[^/]*\.so(\.[^/]*)*		--	gen_context(system_u:object_r:ld_so_t,s0)
 /lib32/security/pam_poldi\.so		--	gen_context(system_u:object_r:textrel_shlib_t,s0)
 ', `
-/lib64					-d	gen_context(system_u:object_r:lib_t,s0)
-/lib64/.*					gen_context(system_u:object_r:lib_t,s0)
 /lib64/ld-[^/]*\.so(\.[^/]*)*		--	gen_context(system_u:object_r:ld_so_t,s0)
 /lib64/security/pam_poldi\.so		--	gen_context(system_u:object_r:textrel_shlib_t,s0)
 ')

Reply via email to