X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;ds=sidebyside;f=kernel%2Fsysctl_check.c;h=c35da23ab8fb025f0fd0a03b54f90df3fe246cad;hb=d9ecdb282c91952796b7542c4f57fd6de6948d7b;hp=c09350d564f2c4d3baa5b1510ed0d42aeabdc6ba;hpb=f0e2dcffae8701f00b34bce90e762eb798dea5b1;p=~andy%2Flinux diff --git a/kernel/sysctl_check.c b/kernel/sysctl_check.c index c09350d564f..c35da23ab8f 100644 --- a/kernel/sysctl_check.c +++ b/kernel/sysctl_check.c @@ -1532,6 +1532,8 @@ int sysctl_check_table(struct nsproxy *namespaces, struct ctl_table *table) sysctl_check_leaf(namespaces, table, &fail); } sysctl_check_bin_path(table, &fail); + if (table->mode > 0777) + set_fail(&fail, table, "bogus .mode"); if (fail) { set_fail(&fail, table, NULL); error = -EINVAL;