4f3ccdd518
Old convert codes uses both 0400 permission and INODE_READONLY flag to make the converted ext2 image readonly. While new convert treat the inode just as normal inode, with no special inode flag and uses 0600 permission. This makes user able to modify converted image unintentionally and make rollback fails. This test case will test the regression. Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com> Signed-off-by: David Sterba <dsterba@suse.com> |
||
---|---|---|
.. | ||
001-ext2-basic | ||
002-ext3-basic | ||
003-ext4-basic | ||
004-ext2-backup-superblock-ranges | ||
005-delete-all-rollback | ||
006-large-hole-extent | ||
007-unsupported-block-sizes | ||
008-readonly-image |