Searched refs:TST_CAP_DROP (Results 1 – 22 of 22) sorted by relevance
/third_party/ltp/lib/newlib_tests/ |
D | tst_capability02.c | 31 TST_CAP(TST_CAP_DROP, CAP_AUDIT_READ), /* 64bit capability */ 32 TST_CAP(TST_CAP_DROP, CAP_SYS_ADMIN),
|
D | tst_capability01.c | 49 TST_CAP(TST_CAP_DROP, CAP_NET_RAW),
|
/third_party/ltp/testcases/kernel/syscalls/bpf/ |
D | bpf_prog05.c | 200 TST_CAP(TST_CAP_DROP, CAP_SYS_ADMIN), 201 TST_CAP(TST_CAP_DROP, CAP_BPF),
|
D | bpf_prog04.c | 115 TST_CAP(TST_CAP_DROP, CAP_SYS_ADMIN),
|
D | bpf_prog02.c | 114 TST_CAP(TST_CAP_DROP, CAP_SYS_ADMIN),
|
D | bpf_prog03.c | 152 TST_CAP(TST_CAP_DROP, CAP_SYS_ADMIN),
|
/third_party/ltp/testcases/kernel/syscalls/prctl/ |
D | prctl02.c | 191 TST_CAP(TST_CAP_DROP, CAP_SYS_ADMIN), 192 TST_CAP(TST_CAP_DROP, CAP_SETPCAP),
|
/third_party/ltp/include/ |
D | tst_capability.h | 18 #define TST_CAP_DROP 1 macro
|
/third_party/ltp/testcases/kernel/syscalls/settimeofday/ |
D | settimeofday02.c | 46 TST_CAP(TST_CAP_DROP, CAP_SYS_TIME),
|
/third_party/ltp/testcases/kernel/syscalls/capget/ |
D | capget01.c | 54 TST_CAP(TST_CAP_DROP, CAP_NET_RAW),
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl37.c | 94 TST_CAP(TST_CAP_DROP, CAP_SYS_RESOURCE),
|
/third_party/ltp/testcases/kernel/syscalls/init_module/ |
D | init_module02.c | 29 static struct tst_cap cap_drop = TST_CAP(TST_CAP_DROP, CAP_SYS_MODULE);
|
/third_party/ltp/lib/ |
D | tst_capability.c | 65 case TST_CAP_DROP: in tst_cap_action()
|
D | tst_test.c | 1196 tst_cap_setup(tst_test->caps, TST_CAP_DROP); in do_test_setup()
|
/third_party/ltp/testcases/kernel/syscalls/open_by_handle_at/ |
D | open_by_handle_at02.c | 24 static struct tst_cap cap_drop = TST_CAP(TST_CAP_DROP, CAP_DAC_READ_SEARCH);
|
/third_party/ltp/testcases/network/can/filter-tests/ |
D | can_rcv_own_msgs.c | 145 TST_CAP(TST_CAP_DROP, CAP_SYS_ADMIN),
|
D | can_filter.c | 183 TST_CAP(TST_CAP_DROP, CAP_SYS_ADMIN),
|
/third_party/ltp/testcases/kernel/syscalls/finit_module/ |
D | finit_module02.c | 31 static struct tst_cap cap_drop = TST_CAP(TST_CAP_DROP, CAP_SYS_MODULE);
|
/third_party/ltp/testcases/kernel/syscalls/close_range/ |
D | close_range01.c | 200 TST_CAP(TST_CAP_DROP, CAP_SYS_ADMIN),
|
/third_party/ltp/testcases/kernel/syscalls/quotactl/ |
D | quotactl09.c | 46 .action = TST_CAP_DROP,
|
D | quotactl06.c | 72 .action = TST_CAP_DROP,
|
/third_party/ltp/doc/ |
D | c-test-api.txt | 1829 TST_CAP(TST_CAP_DROP, CAP_NET_RAW), 1837 actions are executed before setup and 'TST_CAP_DROP' are executed after 1846 TST_CAP(TST_CAP_DROP, CAP_SYS_ADMIN),
|