Home
last modified time | relevance | path

Searched refs:CAP_NET_BIND_SERVICE (Results 1 – 17 of 17) sorted by relevance

/linux-6.1.9/tools/testing/selftests/capabilities/
Dtest_execve.c268 capng_update(CAPNG_DROP, CAPNG_INHERITABLE, CAP_NET_BIND_SERVICE); in do_tests()
285 …if (prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_RAISE, CAP_NET_BIND_SERVICE, 0, 0, 0) != -1 || errno != E… in do_tests()
310 capng_update(CAPNG_ADD, CAPNG_INHERITABLE, CAP_NET_BIND_SERVICE); in do_tests()
313 if (prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_RAISE, CAP_NET_BIND_SERVICE, 0, 0, 0) != 0) { in do_tests()
320 if (prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_IS_SET, CAP_NET_BIND_SERVICE, 0, 0, 0) != 1) { in do_tests()
329 if (prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_IS_SET, CAP_NET_BIND_SERVICE, 0, 0, 0) != 0) { in do_tests()
335 if (prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_RAISE, CAP_NET_BIND_SERVICE, 0, 0, 0) != 0) in do_tests()
339 capng_update(CAPNG_DROP, CAPNG_INHERITABLE, CAP_NET_BIND_SERVICE); in do_tests()
343 if (prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_IS_SET, CAP_NET_BIND_SERVICE, 0, 0, 0) != 0) { in do_tests()
350 capng_update(CAPNG_ADD, CAPNG_INHERITABLE, CAP_NET_BIND_SERVICE); in do_tests()
[all …]
Dvalidate_cap.c57 if (capng_have_capability(CAPNG_EFFECTIVE, CAP_NET_BIND_SERVICE) != bool_arg(argv, 1)) { in main()
62 if (capng_have_capability(CAPNG_PERMITTED, CAP_NET_BIND_SERVICE) != bool_arg(argv, 2)) { in main()
67 if (capng_have_capability(CAPNG_INHERITABLE, CAP_NET_BIND_SERVICE) != bool_arg(argv, 3)) { in main()
72 …if (prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_IS_SET, CAP_NET_BIND_SERVICE, 0, 0, 0) != bool_arg(argv, … in main()
/linux-6.1.9/include/uapi/linux/
Dcapability.h183 #define CAP_NET_BIND_SERVICE 10 macro
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/
Dbind_perm.c54 const __u64 net_bind_svc_cap = 1ULL << CAP_NET_BIND_SERVICE; in test_bind_perm()
/linux-6.1.9/net/ax25/
Dax25_route.c419 if (ax25_uid_policy && !capable(CAP_NET_BIND_SERVICE)) { in ax25_rt_autobind()
/linux-6.1.9/net/netrom/
Daf_netrom.c594 if (!capable(CAP_NET_BIND_SERVICE)) { in nr_bind()
609 if (ax25_uid_policy && !capable(CAP_NET_BIND_SERVICE)) { in nr_bind()
/linux-6.1.9/net/mctp/
Daf_mctp.c65 if (!capable(CAP_NET_BIND_SERVICE)) in mctp_bind()
/linux-6.1.9/net/bluetooth/
Dl2cap_sock.c63 if (psm < L2CAP_PSM_DYN_START && !capable(CAP_NET_BIND_SERVICE)) in l2cap_validate_bredr_psm()
76 if (psm < L2CAP_PSM_LE_DYN_START && !capable(CAP_NET_BIND_SERVICE)) in l2cap_validate_le_psm()
/linux-6.1.9/net/atm/
Dcommon.c392 if (vci > 0 && vci < ATM_NOT_RSV_VCI && !capable(CAP_NET_BIND_SERVICE)) in __vcc_connect()
/linux-6.1.9/net/ipv6/
Daf_inet6.c308 !ns_capable(net->user_ns, CAP_NET_BIND_SERVICE)) in __inet6_bind()
/linux-6.1.9/net/rose/
Daf_rose.c694 if (ax25_uid_policy && !capable(CAP_NET_BIND_SERVICE)) { in rose_bind()
/linux-6.1.9/net/vmw_vsock/
Dvmci_transport.c1676 if (port <= LAST_RESERVED_PORT && !capable(CAP_NET_BIND_SERVICE)) in vmci_transport_dgram_bind()
Daf_vsock.c657 !capable(CAP_NET_BIND_SERVICE)) { in __vsock_bind_connectible()
/linux-6.1.9/net/ipv4/
Daf_inet.c500 !ns_capable(net->user_ns, CAP_NET_BIND_SERVICE)) in __inet_bind()
/linux-6.1.9/net/sctp/
Dsocket.c416 !ns_capable(net->user_ns, CAP_NET_BIND_SERVICE)) in sctp_do_bind()
1084 !ns_capable(net->user_ns, CAP_NET_BIND_SERVICE)) in sctp_connect_new_asoc()
/linux-6.1.9/drivers/infiniband/core/
Dcma.c3889 if (snum < PROT_SOCK && !capable(CAP_NET_BIND_SERVICE)) in cma_use_port()
/linux-6.1.9/Documentation/networking/
Dip-sysctl.rst1205 require root or CAP_NET_BIND_SERVICE in order to bind to them.