Home
last modified time | relevance | path

Searched refs:newfd_flags (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/include/uapi/linux/
A Dseccomp.h135 __u32 newfd_flags; member
/linux-6.3-rc2/Documentation/translations/zh_CN/userspace-api/
A Dseccomp_filter.rst217 的 ``id`` 保持一致。 ``newfd_flags`` 标志可以被用于在通知进程的文件描述符上设置
/linux-6.3-rc2/kernel/
A Dseccomp.c1613 if (addfd.newfd_flags & ~O_CLOEXEC) in seccomp_notify_addfd()
1627 kaddfd.flags = addfd.newfd_flags; in seccomp_notify_addfd()
/linux-6.3-rc2/tools/testing/selftests/seccomp/
A Dseccomp_bpf.c241 __u32 newfd_flags; member
4082 addfd.newfd_flags = ~O_CLOEXEC; in TEST()
4085 addfd.newfd_flags = O_CLOEXEC; in TEST()
4226 addfd.newfd_flags = O_CLOEXEC; in TEST()
/linux-6.3-rc2/Documentation/userspace-api/
A Dseccomp_filter.rst265 ``struct seccomp_notif``. The ``newfd_flags`` flag may be used to set flags

Completed in 16 milliseconds