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; 112 free_msgs(&spec->unpriv.expect_msgs); 114 free_msgs(&spec->unpriv.expect_xlated); in test_loader_fini() 116 free_msgs(&spec->unpriv.jited); in test_loader_fini() 117 free_msgs(&spec->unpriv.stderr); in test_loader_fini() 119 free_msgs(&spec->unpriv.stdout); in test_loader_fini() 124 free(spec->unpriv.name); in free_msgs() 125 free(spec->unpriv.description); in free_msgs() 128 spec->unpriv.name = NULL; in free_msgs() 129 spec->unpriv in free_msgs() 90 struct test_subspec unpriv; global() member 942 run_subtest(struct test_loader * tester,struct bpf_object_open_opts * open_opts,const void * obj_bytes,size_t obj_byte_cnt,struct test_spec * specs,struct test_spec * spec,bool unpriv) run_subtest() argument [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 | 4897 bool unpriv = net->user_ns != &init_user_ns; in ip_vs_control_net_init_sysctl() local 4939 if (unpriv) in ip_vs_control_net_init_sysctl() 4944 if (unpriv) in ip_vs_control_net_init_sysctl() 4972 if (unpriv) in ip_vs_control_net_init_sysctl() 4978 if (unpriv) in ip_vs_control_net_init_sysctl() 4984 if (unpriv) in ip_vs_control_net_init_sysctl() 4989 if (unpriv) in ip_vs_control_net_init_sysctl() 4994 if (unpriv) in ip_vs_control_net_init_sysctl()
|
| /linux/arch/arm64/kvm/ |
| H A D | at.c | 1148 set_perms(unpriv, wr, up); in compute_s1_indirect_permissions()
|
| /linux/kernel/bpf/ |
| H A D | verifier.c | 217 bool unpriv, bool poison) in bpf_map_ptr_store() argument 219 unpriv |= bpf_map_ptr_unpriv(aux); in bpf_map_ptr_store() 220 aux->map_ptr_state.unpriv = unpriv; in bpf_map_ptr_store()
|
| /linux/tools/testing/selftests/landlock/ |
| H A D | fs_test.c | 846 TEST_F_FORK(layout0, unpriv) in TEST_F_FORK() 843 TEST_F_FORK(layout0,unpriv) TEST_F_FORK() argument
|