From: Csaba Henk Date: Wed, 26 Aug 2009 17:17:22 +0000 (+0200) Subject: fuse: limit user-specified values of max background requests X-Git-Tag: v2.6.32-rc1~642^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=487ea5af6358cb27c994e2cf056d4ee0872e43c3;p=pandora-kernel.git fuse: limit user-specified values of max background requests An untrusted user could DoS the system if s/he were allowed to accumulate an arbitrary number of pending background requests by setting the above limits to extremely high values in INIT. This patch excludes this possibility by imposing global upper limits on the possible values of per-mount "max background requests" and "congestion threshold" parameters for unprivileged FUSE filesystems. These global limits are implemented as module parameters. Signed-off-by: Csaba Henk Signed-off-by: Miklos Szeredi --- Reading git-diff-tree failed