summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/filesystems/Makefile
diff options
context:
space:
mode:
authorChristian Brauner <brauner@kernel.org>2025-04-07 11:54:20 +0200
committerChristian Brauner <brauner@kernel.org>2025-04-07 16:20:14 +0200
commitc784159750bc83aa91d49ceeb2dbd627d22c0587 (patch)
treeeb090bb5042878a5dc890b832c2a81fc2598b6d5 /tools/testing/selftests/filesystems/Makefile
parent1ed95281c0c77dbb1540f9855cd3c5f19900f7a5 (diff)
selftests/filesystems: add chown() test for anonymous inodes
Test that anonymous inodes cannot be chown()ed. Link: https://lore.kernel.org/20250407-work-anon_inode-v1-6-53a44c20d44e@kernel.org Reviewed-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'tools/testing/selftests/filesystems/Makefile')
-rw-r--r--tools/testing/selftests/filesystems/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/filesystems/Makefile b/tools/testing/selftests/filesystems/Makefile
index 66305fc34c60..b02326193fee 100644
--- a/tools/testing/selftests/filesystems/Makefile
+++ b/tools/testing/selftests/filesystems/Makefile
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0
CFLAGS += $(KHDR_INCLUDES)
-TEST_GEN_PROGS := devpts_pts file_stressor
+TEST_GEN_PROGS := devpts_pts file_stressor anon_inode_test
TEST_GEN_PROGS_EXTENDED := dnotify_test
include ../lib.mk