From: Andrew Gaffney Date: Thu, 13 Nov 2008 23:12:12 +0000 (-0600) Subject: Add suid,dev to unionfs mount opts X-Git-Tag: v3.4.10.902~17 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=469be61e0c60bcf587cb85ee363e6d629b007961;p=genkernel.git Add suid,dev to unionfs mount opts --- diff --git a/ChangeLog b/ChangeLog index 13661b8..9e410ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2008 Gentoo Foundation; 2008 Chris Gianelloni, Andrew Gaffney # Distributed under the GPL v2 + 13 Nov 2008; Andrew Gaffney defaults/initrd.scripts: + Add suid,dev to unionfs mount opts + 13 Nov 2008; Andrew Gaffney defaults/initrd.scripts: Remove allow_root mount opt, since it conflicts with allow_other diff --git a/defaults/initrd.scripts b/defaults/initrd.scripts index 066c2e9..a73b642 100644 --- a/defaults/initrd.scripts +++ b/defaults/initrd.scripts @@ -1011,7 +1011,7 @@ setup_unionfs() { mkdir -p ${UNION} mkdir -p $CHANGES # mount -t unionfs -o dirs=$CHANGES=rw unionfs ${UNION} - unionfs -o allow_other,cow,noinitgroups ${rw_dir}=RW:${ro_dir} ${UNION} + unionfs -o allow_other,cow,noinitgroups,suid,dev ${rw_dir}=RW:${ro_dir} ${UNION} ret=$? if [ "${ret}" -ne 0 ] then