From: Daniel Hokka Zakrisson Date: Tue, 3 Oct 2006 15:48:03 +0000 (+0000) Subject: Revert NODEV default, as it makes it impossible to mount (e.g.) a tmpfs that allows... X-Git-Tag: release-0.30.211~10 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=857b87386bf0e9d20fe56cf70ad36a763e2d429d;p=util-vserver.git Revert NODEV default, as it makes it impossible to mount (e.g.) a tmpfs that allows devices. git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2345 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/src/secure-mount.c b/src/secure-mount.c index b56ff4f..dab02d2 100644 --- a/src/secure-mount.c +++ b/src/secure-mount.c @@ -645,7 +645,7 @@ int main(int argc, char *argv[]) .src = 0, .dst = 0, .type = 0, - .flag = MS_NODEV, + .flag = 0, .xflag = 0, .data = 0, };