aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/namespaces.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sys/linux/namespaces.txt')
-rw-r--r--sys/linux/namespaces.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/linux/namespaces.txt b/sys/linux/namespaces.txt
index 63ded0e2c..52bc768ff 100644
--- a/sys/linux/namespaces.txt
+++ b/sys/linux/namespaces.txt
@@ -8,13 +8,13 @@ resource fd_namespace[fd]
resource fd_userns[fd_namespace]
unshare(flags flags[unshare_flags])
-setns(fd fd_namespace, type flags[ns_type])
+setns(fd fd_namespace, type flags[ns_type]) (automatic_helper)
-syz_open_procfs$namespace(pid pid, file ptr[in, string[procfs_namespace_file]]) fd_namespace
+syz_open_procfs$namespace(pid pid, file ptr[in, string[procfs_namespace_file]]) fd_namespace (automatic_helper)
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
+ioctl$NS_GET_PARENT(fd fd_namespace, cmd const[NS_GET_PARENT], arg const[0]) fd_namespace (automatic_helper)
ioctl$NS_GET_NSTYPE(fd fd_namespace, cmd const[NS_GET_NSTYPE], arg const[0])
ioctl$NS_GET_OWNER_UID(fd fd_namespace, cmd const[NS_GET_OWNER_UID], arg ptr[out, uid])