Searched refs:CAP_NET_RAW (Results 1 – 25 of 28) sorted by relevance
12
/external/linux-kselftest/tools/testing/selftests/capabilities/ |
D | test_execve.c | 297 capng_update(CAPNG_ADD, CAPNG_INHERITABLE, CAP_NET_RAW); in do_tests() 298 capng_update(CAPNG_DROP, CAPNG_PERMITTED, CAP_NET_RAW); in do_tests() 299 capng_update(CAPNG_DROP, CAPNG_EFFECTIVE, CAP_NET_RAW); in do_tests() 302 if (prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_RAISE, CAP_NET_RAW, 0, 0, 0) != -1 || errno != EPERM) { in do_tests()
|
/external/iputils/ |
D | ping_common.h | 265 static inline int enable_capability_raw(void) { return modify_capability(CAP_NET_RAW, CAP_SET); … in enable_capability_raw() 266 static inline int disable_capability_raw(void) { return modify_capability(CAP_NET_RAW, CAP_CLEAR… in disable_capability_raw()
|
D | ping_common.c | 70 static cap_value_t cap_raw = CAP_NET_RAW; 100 cap_get_flag(cap_cur_p, CAP_NET_RAW, CAP_PERMITTED, &cap_ok); in limit_capabilities()
|
D | arping.c | 152 static const cap_value_t caps[] = { CAP_NET_RAW, }; 167 cap_get_flag(cap_p, CAP_NET_RAW, CAP_PERMITTED, &cap_raw); in limit_capabilities()
|
D | RELNOTES | 122 arping,clockdiff,ping,rarpd,rdisc,traceroute6 doc: s/CAP_NET_RAWIO/CAP_NET_RAW/. 162 ping: IP_MULTICAST_IF does not need CAP_NET_RAW.
|
/external/strace/ |
D | caps0.h | 14 CAP_NET_RAW,
|
/external/strace/xlat/ |
D | cap_mask0.in | 15 1<<CAP_NET_RAW
|
D | cap.in | 15 CAP_NET_RAW
|
D | cap_mask0.h | 30 XLAT_PAIR(1ULL<<CAP_NET_RAW, "1<<CAP_NET_RAW"),
|
D | cap.h | 30 XLAT(CAP_NET_RAW),
|
/external/libcap-ng/libcap-ng-0.7/bindings/python/ |
D | capng.py | 83 CAP_NET_RAW = _capng.CAP_NET_RAW variable
|
/external/curl/docs/cmdline-opts/ |
D | interface.d | 15 have CAP_NET_RAW or to be run as root. More information about Linux VRF:
|
/external/libcap-ng/libcap-ng-0.7/src/ |
D | captab.h | 36 _S(CAP_NET_RAW, "net_raw" )
|
/external/libcap/libcap/include/uapi/linux/ |
D | capability.h | 194 #define CAP_NET_RAW 13 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | capability.h | 209 #define CAP_NET_RAW 13 macro
|
/external/iputils/ninfod/ |
D | ninfod.c | 499 static const cap_value_t cap_net_raw = CAP_NET_RAW; 524 cap_get_flag(cap_cur_p, CAP_NET_RAW, CAP_PERMITTED, &cap_ok); in limit_capabilities()
|
/external/iputils/doc/ |
D | traceroute6.sgml | 61 <command/tracepath6/ requires <constant/CAP_NET_RAW/ capability
|
D | clockdiff.sgml | 125 <command/clockdiff/ requires <constant/CAP_NET_RAW/ capability
|
D | rarpd.sgml | 128 <command/rarpd/ requires <constant/CAP_NET_RAW/ capability
|
D | arping.sgml | 184 <command/arping/ requires <constant/CAP_NET_RAW/ capability
|
D | rdisc.sgml | 196 <command/rdisc/ requires <constant/CAP_NET_RAW/ to listen
|
/external/android-clat/ |
D | clatd.c | 224 (1 << CAP_NET_RAW) | in drop_root_but_keep_caps()
|
/external/dnsmasq/src/ |
D | dnsmasq.c | 369 (1 << CAP_NET_ADMIN) | (1 << CAP_NET_RAW) | (1 << CAP_SETUID); in main() 393 (1 << CAP_NET_ADMIN) | (1 << CAP_NET_RAW); in main()
|
/external/wpa_supplicant_8/src/utils/ |
D | os_unix.c | 383 (1 << CAP_NET_ADMIN) | (1 << CAP_NET_RAW); in os_program_init()
|
/external/u-boot/board/sandbox/ |
D | README.sandbox | 215 sudo /sbin/setcap "CAP_NET_RAW+ep" /path/to/u-boot
|
12