Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/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-v6.6/include/uapi/linux/
Dcapability.h184 #define CAP_NET_BIND_SERVICE 10 macro
/Linux-v6.6/net/ax25/
Dax25_route.c419 if (ax25_uid_policy && !capable(CAP_NET_BIND_SERVICE)) { in ax25_rt_autobind()
/Linux-v6.6/net/netrom/
Daf_netrom.c599 if (!capable(CAP_NET_BIND_SERVICE)) { in nr_bind()
614 if (ax25_uid_policy && !capable(CAP_NET_BIND_SERVICE)) { in nr_bind()
/Linux-v6.6/net/mctp/
Daf_mctp.c65 if (!capable(CAP_NET_BIND_SERVICE)) in mctp_bind()
/Linux-v6.6/net/bluetooth/
Dl2cap_sock.c64 if (psm < L2CAP_PSM_DYN_START && !capable(CAP_NET_BIND_SERVICE)) in l2cap_validate_bredr_psm()
77 if (psm < L2CAP_PSM_LE_DYN_START && !capable(CAP_NET_BIND_SERVICE)) in l2cap_validate_le_psm()
/Linux-v6.6/net/atm/
Dcommon.c392 if (vci > 0 && vci < ATM_NOT_RSV_VCI && !capable(CAP_NET_BIND_SERVICE)) in __vcc_connect()
/Linux-v6.6/net/ipv6/
Daf_inet6.c300 !ns_capable(net->user_ns, CAP_NET_BIND_SERVICE)) in __inet6_bind()
/Linux-v6.6/net/rose/
Daf_rose.c702 if (ax25_uid_policy && !capable(CAP_NET_BIND_SERVICE)) { in rose_bind()
/Linux-v6.6/net/vmw_vsock/
Dvmci_transport.c1676 if (port <= LAST_RESERVED_PORT && !capable(CAP_NET_BIND_SERVICE)) in vmci_transport_dgram_bind()
Daf_vsock.c659 !capable(CAP_NET_BIND_SERVICE)) { in __vsock_bind_connectible()
/Linux-v6.6/net/ipv4/
Daf_inet.c509 !ns_capable(net->user_ns, CAP_NET_BIND_SERVICE)) in __inet_bind()
/Linux-v6.6/net/sctp/
Dsocket.c417 !ns_capable(net->user_ns, CAP_NET_BIND_SERVICE)) in sctp_do_bind()
1085 !ns_capable(net->user_ns, CAP_NET_BIND_SERVICE)) in sctp_connect_new_asoc()
/Linux-v6.6/drivers/infiniband/core/
Dcma.c3804 if (snum < PROT_SOCK && !capable(CAP_NET_BIND_SERVICE)) in cma_use_port()
/Linux-v6.6/Documentation/networking/
Dip-sysctl.rst1339 require root or CAP_NET_BIND_SERVICE in order to bind to them.