--- linux-2.6.17.11-vs2.1.1-rc31.1/fs/namespace.c 2006-08-06 05:54:54 +0200 +++ linux-2.6.17.11-vs2.1.1-rc31.2/fs/namespace.c 2006-08-29 01:26:35 +0200 @@ -1411,7 +1411,7 @@ long do_mount(char *dev_name, char *dir_ if (flags & MS_NODIRATIME) mnt_flags |= MNT_NODIRATIME; - if (vx_ccaps(VXC_SECURE_MOUNT)) + if (!capable(CAP_SYS_ADMIN)) mnt_flags |= MNT_NODEV; flags &= ~(MS_NOSUID | MS_NOEXEC | MS_NODEV | MS_ACTIVE | MS_NOATIME | MS_NODIRATIME);