diff -Nru libsepol-2.2/debian/changelog libsepol-2.2/debian/changelog --- libsepol-2.2/debian/changelog 2013-11-01 12:03:44.000000000 +0000 +++ libsepol-2.2/debian/changelog 2014-11-26 00:29:38.000000000 +0000 @@ -1,3 +1,12 @@ +libsepol (2.2-1ubuntu0.1) trusty; urgency=medium + + [ Laurent Bigonville ] + * Drop debian/libsepol1.postinst: Which had unguarded `telinit u' call, + which is not strictly needed and otherwise causes unwatned side + effects to the init process. (Closes: #753727) (LP: #1331555) + + -- Dimitri John Ledkov Wed, 26 Nov 2014 00:26:53 +0000 + libsepol (2.2-1) unstable; urgency=low * Team upload. diff -Nru libsepol-2.2/debian/libsepol1.postinst libsepol-2.2/debian/libsepol1.postinst --- libsepol-2.2/debian/libsepol1.postinst 2013-11-01 12:03:44.000000000 +0000 +++ libsepol-2.2/debian/libsepol1.postinst 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -#!/bin/sh - -set -e - -if [ "$1" = "configure" ]; then - # Restart init. If it fails, there is nothing we can do, so - # just ignore the error (NOTE: Borrowed from libc6.postinst) - telinit u 2>/dev/null || true ; sleep 1 -fi - -#DEBHELPER# - -exit 0