[Pbuilder-maint] pbuilder CVS update: pbuilder pbuilder-modules
ChangeLog
pbuilder CVS Commit
pbuilder-maint at lists.alioth.debian.org
Thu Aug 24 22:58:57 UTC 2006
User: dancer
Date: 06/08/24 22:58:57
Modified: . pbuilder-modules ChangeLog
Log:
initial selinux support
Revision Changes Path
1.99 +8 -0 pbuilder/pbuilder-modules
CVSWEB Options: -------------------
CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-modules?annotate=1.99&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-modules?rev=1.99&content-type=text/x-cvsweb-markup&cvsroot=
CVSWeb: Diff to previous version: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/pbuilder-modules.diff?r1=1.99&r2=1.98&cvsroot=
-----------------------------------
Index: pbuilder-modules
===================================================================
RCS file: /cvsroot/pbuilder/pbuilder/pbuilder-modules,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- pbuilder-modules 20 Aug 2006 00:40:49 -0000 1.98
+++ pbuilder-modules 24 Aug 2006 22:58:57 -0000 1.99
@@ -126,6 +126,9 @@
fi
umount_one "proc"
fi
+ if [ -x /usr/sbin/selinuxenabled ] && /usr/sbin/selinuxenabled; then
+ umount_one "selinux"
+ fi
# push arguments on a stack to reverse direction.
local reversed
reversed=
@@ -157,6 +160,11 @@
mkdir -p $BUILDPLACE/dev/pts || true
mount -t devpts /dev/pts "$BUILDPLACE/dev/pts"
fi
+ if [ -x /usr/sbin/selinuxenabled ] && /usr/sbin/selinuxenabled; then
+ echo " -> mounting selinux filesystem"
+ mkdir -p $BUILDPLACE/selinux
+ mount -t selinuxfs /selinux "$BUILDPLACE/selinux"
+ fi
for mnt in $BINDMOUNTS; do
echo "-> Mounting $mnt"
mkdir -p "$BUILDPLACE/$mnt"
1.402 +5 -1 pbuilder/ChangeLog
CVSWEB Options: -------------------
CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/ChangeLog?annotate=1.402&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/ChangeLog?rev=1.402&content-type=text/x-cvsweb-markup&cvsroot=
CVSWeb: Diff to previous version: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/ChangeLog.diff?r1=1.402&r2=1.401&cvsroot=
-----------------------------------
Index: ChangeLog
===================================================================
RCS file: /cvsroot/pbuilder/pbuilder/ChangeLog,v
retrieving revision 1.401
retrieving revision 1.402
diff -u -r1.401 -r1.402
--- ChangeLog 20 Aug 2006 00:40:49 -0000 1.401
+++ ChangeLog 24 Aug 2006 22:58:57 -0000 1.402
@@ -1,3 +1,7 @@
+2006-08-25 Junichi Uekawa <dancer at debian.org>
+
+ * pbuilder-modules: support for selinux.
+
2006-08-20 Junichi Uekawa <dancer at debian.org>
* pbuilder-checkparams: sort and reverse-sort bindmounts
More information about the Pbuilder-maint
mailing list