Searched refs:unpriv (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_loader.c | 64 struct test_subspec unpriv; member 113 free_msgs(&spec->unpriv.expect_msgs); in free_test_spec() 115 free_msgs(&spec->unpriv.expect_xlated); in free_test_spec() 117 free_msgs(&spec->unpriv.jited); in free_test_spec() 118 free_msgs(&spec->unpriv.stderr); in free_test_spec() 120 free_msgs(&spec->unpriv.stdout); in free_test_spec() 125 free(spec->unpriv.name); in free_test_spec() 126 free(spec->unpriv.description); in free_test_spec() 129 spec->unpriv.name = NULL; in free_test_spec() 130 spec->unpriv.description = NULL; in free_test_spec() [all …]
|
| H A D | test_verifier.c | 1253 static int do_prog_test_run(int fd_prog, bool unpriv, uint32_t expected_val, in do_prog_test_run() argument 1267 if (unpriv) in do_prog_test_run() 1272 if (unpriv) in do_prog_test_run() 1281 if (unpriv) { in do_prog_test_run() 1504 static void do_test_single(struct bpf_test *test, bool unpriv, in do_test_single() argument 1556 expected_ret = unpriv && test->result_unpriv != UNDEF ? in do_test_single() 1558 expected_err = unpriv && test->errstr_unpriv ? in do_test_single() 1650 if (!unpriv && test->insn_processed) { in do_test_single() 1679 if (unpriv && test->retvals[i].retval_unpriv) in do_test_single() 1684 err = do_prog_test_run(fd_prog, unpriv, expected_val, in do_test_single() [all …]
|
| /linux/tools/testing/selftests/kmod/ |
| H A D | kmod.sh | 472 local unpriv=$(capsh --drop=CAP_SYSLOG -- -c "$cmd") 474 if [ "$priv" = "$unpriv" ] || \ 477 echo "${FUNCNAME[0]}: FAIL, $name visible to unpriv: '$priv' vs '$unpriv'" >&2
|
| /linux/arch/parisc/include/asm/ |
| H A D | hardware.h | 63 volatile uint32_t unpriv[512]; member
|
| /linux/tools/testing/selftests/exec/ |
| H A D | check-exec.c | 340 FIXTURE_VARIANT_ADD(secbits, unpriv) { in FIXTURE_VARIANT_ADD() argument
|
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_ctl.c | 5052 bool unpriv = net->user_ns != &init_user_ns; in ip_vs_control_net_init_sysctl() local 5102 if (unpriv) in ip_vs_control_net_init_sysctl() 5107 if (unpriv) in ip_vs_control_net_init_sysctl() 5135 if (unpriv) in ip_vs_control_net_init_sysctl() 5141 if (unpriv) in ip_vs_control_net_init_sysctl() 5147 if (unpriv) in ip_vs_control_net_init_sysctl() 5152 if (unpriv) in ip_vs_control_net_init_sysctl() 5157 if (unpriv) in ip_vs_control_net_init_sysctl()
|
| /linux/include/linux/ |
| H A D | bpf_verifier.h | 621 bool unpriv; member 1640 return aux->map_ptr_state.unpriv; in bpf_map_ptr_unpriv()
|
| /linux/kernel/bpf/ |
| H A D | verifier.c | 225 bool unpriv, bool poison) in bpf_map_ptr_store() argument 227 unpriv |= bpf_map_ptr_unpriv(aux); in bpf_map_ptr_store() 228 aux->map_ptr_state.unpriv = unpriv; in bpf_map_ptr_store()
|
| /linux/tools/testing/selftests/landlock/ |
| H A D | fs_test.c | 849 TEST_F_FORK(layout0, unpriv) in TEST_F_FORK() 843 TEST_F_FORK(layout0,unpriv) TEST_F_FORK() argument
|