Subject: [PATCH] Add test for more file systems in landlock - ext4

2024-04-02 Thread Saasha Gupta
file systems, such as ext4, btrfs, etc This patch adds tests for the ext4 file system. This includes creation of a loop device (test-ext4.img) and formating with mkfs. Signed-off-by: Saasha Gupta --- tools/testing/selftests/landlock/fs_test.c | 65 ++ 1 file changed, 65

[PATCH] Add test for more file systems in landlock - ext4

2024-04-01 Thread Saasha Gupta
>From 7bb9c34291b295e192155d2b800d2ef7ce910dfc Mon Sep 17 00:00:00 2001 From: Saasha Gupta Date: Mon, 1 Apr 2024 19:59:56 +0530 Subject: [PATCH] Add test for more file systems in landlock - ext4 Landlock LSM, a part of the security subsystem, has some tests in place for synthetic filesyst