Home
last modified time | relevance | path

Searched refs:enable_bprm_creds_for_exec (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_ima.c60 bss->enable_bprm_creds_for_exec = false; in test_init()
149 skel->bss->enable_bprm_creds_for_exec = true; in test_test_ima()
176 skel->bss->enable_bprm_creds_for_exec = true; in test_test_ima()
193 skel->bss->enable_bprm_creds_for_exec = false; in test_test_ima()
/linux/tools/testing/selftests/bpf/progs/
H A Dima.c22 bool enable_bprm_creds_for_exec; variable
75 if (!enable_bprm_creds_for_exec) in BPF_PROG()