Bug#569698: /etc/init.d/selinux-basics should not umount -a

2015-09-15 Thread Laurent Bigonville
Hi, I'm not sure removing the unmount is a correct way of dealing with this. IMVHO, something like following sequence should be called at the end of the script: invoke-rc.d sendsigs stop > /dev/null 2>&1 sync umount -a reboot -f I never thought that calling reboot (without

Bug#569698: /etc/init.d/selinux-basics should not umount -a

2010-02-13 Thread Frank Engler
Package: selinux-basics Version: 0.3.5+nmu1 Severity: important Tags: patch An umount -a is invoked in selinux-complete-relable() of /etc/init.d/selinux-basics. This was ok in prior versions because a reboot -f followed. Today, only a reboot without option -f is invoked which amounts to a