Hello community, here is the log from the commit of package selinux-policy for openSUSE:11.3 checked in at Tue Aug 9 17:16:11 CEST 2011.
-------- --- old-versions/11.3/all/selinux-policy/selinux-policy.changes 2010-04-12 08:32:25.000000000 +0200 +++ 11.3/selinux-policy/selinux-policy.changes 2011-08-02 16:59:19.000000000 +0200 @@ -1,0 +2,5 @@ +Tue Aug 2 14:50:30 UTC 2011 - vci...@novell.com + +- /dev/* files don't have the right security context (bnc#635304) + +------------------------------------------------------------------- Package does not exist at destination yet. Using Fallback old-versions/11.3/all/selinux-policy Destination is old-versions/11.3/UPDATES/all/selinux-policy calling whatdependson for 11.3-i586 New: ---- selinux-policy-devtmpfs.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ selinux-policy.spec ++++++ --- /var/tmp/diff_new_pack.o9jcyS/_old 2011-08-09 17:12:16.000000000 +0200 +++ /var/tmp/diff_new_pack.o9jcyS/_new 2011-08-09 17:12:16.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package selinux-policy (Version 2.20081210) +# spec file for package selinux-policy # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ Name: selinux-policy Version: 2.20081210 -Release: 4 +Release: 9.<RELEASE2> Url: http://oss.tresys.com/projects/refpolicy/ License: GPLv2 Group: System/Base @@ -28,6 +28,8 @@ Source: refpolicy-%{version}.tar.bz2 Source1: config Patch0: %{name}-build_conf.patch +# PATCH-FIX-UPSTREAM /dev/* files don't have right context (bnc#635304) +Patch1: selinux-policy-devtmpfs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: checkpolicy libsepol-devel m4 policycoreutils python python-xml BuildArch: noarch @@ -70,6 +72,7 @@ tar xfj %{SOURCE0} && mv refpolicy refpolicy-mcs tar xfj %{SOURCE0} && mv refpolicy refpolicy-mls %patch0 +%patch1 %build for i in standard mcs mls; do ++++++ selinux-policy-devtmpfs.patch ++++++ --- refpolicy-standard.orig/policy/modules/kernel/devices.te +++ refpolicy-standard/policy/modules/kernel/devices.te @@ -19,6 +19,8 @@ fs_associate_tmpfs(device_t) files_type(device_t) files_mountpoint(device_t) files_associate_tmp(device_t) +fs_type(device_t) +fs_use_trans devtmpfs gen_context(system_u:object_r:device_t,s0); # # Type for /dev/agpgart ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org