From dbfe7b10d78d8a71ee404af0d3952af48eeb4d1d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 18 Feb 2013 13:56:07 +0100 Subject: Removing incomplete support for fakeroot. --- scripts/build/chroot_selinuxfs | 32 ++++++++------------------------ 1 file changed, 8 insertions(+), 24 deletions(-) (limited to 'scripts/build/chroot_selinuxfs') diff --git a/scripts/build/chroot_selinuxfs b/scripts/build/chroot_selinuxfs index 23c2ae4e5..55b3e0ce1 100755 --- a/scripts/build/chroot_selinuxfs +++ b/scripts/build/chroot_selinuxfs @@ -45,17 +45,11 @@ case "${1}" in # Creating lock file Create_lockfile .lock - if [ "${LB_USE_FAKEROOT}" != "true" ] - then - # Create mountpoint - mkdir -p chroot/selinux - - # Mounting /selinux - mount selinuxfs-live -t selinuxfs chroot/selinux - else - rm -rf chroot/selinux - ln -s /selinux chroot/ - fi + # Create mountpoint + mkdir -p chroot/selinux + + # Mounting /selinux + mount selinuxfs-live -t selinuxfs chroot/selinux # Creating stage file Create_stagefile .build/chroot_selinuxfs @@ -71,20 +65,10 @@ case "${1}" in # Creating lock file Create_lockfile .lock - if [ "${LB_USE_FAKEROOT}" != "true" ] + # Unmounting /selinux + if [ -e chroot/selinux/enforce ] then - # Unmounting /selinux - #fuser -km chroot/selinux - if [ -e chroot/selinux/enforce ] - then - umount chroot/selinux - fi - else - if [ -e chroot/selinux ] - then - rm -rf chroot/selinux - mkdir -p chroot/selinux - fi + umount chroot/selinux fi # Removing stage file -- cgit v1.2.3