]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: disallow files with EXT4_JOURNAL_DATA_FL from EXT4_IOC_SWAP_BOOT
authorTheodore Ts'o <tytso@mit.edu>
Mon, 11 Feb 2019 06:07:10 +0000 (01:07 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 11 Feb 2019 06:07:10 +0000 (01:07 -0500)
commit649fd084edc9d661c4c84f68f6b3b4d578f40006
treed6c8cb6b4bcf16c569c3e048296411eab08d0b5d
parent121b1233584b88a345bf433c077d9b444efd78dd
ext4: disallow files with EXT4_JOURNAL_DATA_FL from EXT4_IOC_SWAP_BOOT

A malicious/clueless root user can use EXT4_IOC_SWAP_BOOT to force a
corner casew which can lead to the file system getting corrupted.
There's no usefulness to allowing this, so just prohibit this case.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/ioctl.c