Commit 6d19c42b authored by Nikanth Karthikesan's avatar Nikanth Karthikesan Committed by Theodore Ts'o
Browse files

ext4: Prevent creation of files larger than RLIMIT_FSIZE using fallocate



Currently using posix_fallocate one can bypass an RLIMIT_FSIZE limit
and create a file larger than the limit. Add a check for that.

Signed-off-by: default avatarNikanth Karthikesan <knikanth@suse.de>
Signed-off-by: default avatarAmit Arora <aarora@in.ibm.com>
Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent fbe845dd
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment