commit libselinux for openSUSE:Factory
Hello community, here is the log from the commit of package libselinux for openSUSE:Factory checked in at Fri Jul 24 17:24:33 CEST 2009. -------- --- libselinux/libselinux.changes 2009-07-22 15:18:44.000000000 +0200 +++ libselinux/libselinux.changes 2009-07-24 17:11:02.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Jul 24 17:09:50 CEST 2009 - thomas@novell.com + +- updated selinux-ready script + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libselinux-bindings.spec ++++++ --- /var/tmp/diff_new_pack.ncZQmt/_old 2009-07-24 17:24:22.000000000 +0200 +++ /var/tmp/diff_new_pack.ncZQmt/_new 2009-07-24 17:24:22.000000000 +0200 @@ -23,7 +23,7 @@ Name: libselinux-bindings Version: 2.0.80 -Release: 3 +Release: 4 Url: http://www.nsa.gov/selinux/ License: GPL v2 only ; Public Domain, Freeware Group: System/Libraries libselinux.spec: same change ++++++ selinux-ready ++++++ --- /var/tmp/diff_new_pack.ncZQmt/_old 2009-07-24 17:24:22.000000000 +0200 +++ /var/tmp/diff_new_pack.ncZQmt/_new 2009-07-24 17:24:22.000000000 +0200 @@ -22,7 +22,7 @@ check_filesystem() { FSPATH="/proc/filesystems" - FSNAME="securityfs" + FSNAME="selinuxfs" grep -w $FSNAME $FSPATH 1>&2 >/dev/null @@ -37,11 +37,11 @@ check_boot() { - BPARAM="selinux=1" + BPARAM="security=selinux.*selinux=1.*enforcing=?" # XXX order not mandatory printf "\tcheck_boot: Assuming GRUB as bootloader.\n" - BLINE=$(grep -- $BPARAM /boot/grub/menu.lst 2>/dev/null) # XXX check for multiple lines in config + BLINE=$(grep -E $BPARAM /boot/grub/menu.lst 2>/dev/null) # XXX check for multiple lines in config if [ $? == 0 ]; then K=$(echo $BLINE | awk -F' ' '{print $2}') ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de