Home
last modified time | relevance | path

Searched refs:SCM_RIGHTS (Results 1 – 14 of 14) sorted by relevance

/Linux-v6.6/Documentation/translations/zh_CN/userspace-api/
Dno_new_privs.rst42 适当权限的任务仍然可以调用 ``setuid(2)`` 并接收 SCM_RIGHTS 数据报。
Dseccomp_filter.rst166 成功情况下会返回一个对过滤器监听的文件描述符,然后可以通过 ``SCM_RIGHTS`` 或类似
/Linux-v6.6/net/core/
Dscm.c156 case SCM_RIGHTS: in __scm_send()
332 err = put_user(SCM_RIGHTS, &cm->cmsg_type); in scm_detach_fds()
Dsock.c2842 case SCM_RIGHTS: in __sock_cmsg_send()
/Linux-v6.6/arch/um/os-Linux/drivers/
Dtuntap_user.c118 (cmsg->cmsg_type != SCM_RIGHTS)) { in tuntap_open_tramp()
/Linux-v6.6/tools/testing/selftests/landlock/
Dcommon.h252 cmsg->cmsg_type = SCM_RIGHTS; in send_fd()
/Linux-v6.6/arch/um/os-Linux/
Dfile.c536 (cmsg->cmsg_type != SCM_RIGHTS)) { in os_rcv_fd()
671 cmsg->cmsg_type = SCM_RIGHTS; in os_sendmsg_fds()
/Linux-v6.6/Documentation/userspace-api/
Dno_new_privs.rst43 ``setuid(2)`` and receive SCM_RIGHTS datagrams.
Dseccomp_filter.rst207 passed around via ``SCM_RIGHTS`` or similar. Note that filter fds correspond to
/Linux-v6.6/samples/seccomp/
Duser-trap.c48 cmsg->cmsg_type = SCM_RIGHTS; in send_fd()
/Linux-v6.6/tools/perf/trace/beauty/include/linux/
Dsocket.h177 #define SCM_RIGHTS 0x01 /* rw: access rights (array of int) */ macro
/Linux-v6.6/include/linux/
Dsocket.h177 #define SCM_RIGHTS 0x01 /* rw: access rights (array of int) */ macro
/Linux-v6.6/net/
Dcompat.c310 err = put_user(SCM_RIGHTS, &cm->cmsg_type); in scm_detach_fds_compat()
/Linux-v6.6/Documentation/virt/kvm/
Dapi.rst52 of fork() and the SCM_RIGHTS facility of unix domain socket. These