From 92ead2966b78ac6b2d6a0a464cc15c6ee6f853c6 Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Thu, 28 Jan 2021 11:39:42 +0100 Subject: sys/linux/filesystem: add mount_setattr() coverage I've moved the idmapped mount patchset into my for-next branch and plan to send it for the v5.12 merge window in ~2.5 weeks. It comes with a large xfstest but I would also like to get some syzkaller coverage. With-help-from: Dmitry Vyukov Signed-off-by: Christian Brauner --- sys/linux/namespaces.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/linux/namespaces.txt') diff --git a/sys/linux/namespaces.txt b/sys/linux/namespaces.txt index 5ae862c8f..63ded0e2c 100644 --- a/sys/linux/namespaces.txt +++ b/sys/linux/namespaces.txt @@ -5,11 +5,13 @@ include include resource fd_namespace[fd] +resource fd_userns[fd_namespace] unshare(flags flags[unshare_flags]) setns(fd fd_namespace, type flags[ns_type]) syz_open_procfs$namespace(pid pid, file ptr[in, string[procfs_namespace_file]]) fd_namespace +syz_open_procfs$userns(pid pid, file ptr[in, string["ns/user"]]) fd_userns ioctl$NS_GET_USERNS(fd fd_namespace, cmd const[NS_GET_USERNS], arg const[0]) ioctl$NS_GET_PARENT(fd fd_namespace, cmd const[NS_GET_PARENT], arg const[0]) fd_namespace -- cgit mrf-deployment