Searched refs:run_as_unprivileged (Results 1 – 1 of 1) sorted by relevance
43 static bool run_as_unprivileged; variable505 if (run_as_unprivileged && errno == EPERM) in probe_prog_type()576 if (run_as_unprivileged && errno == EPERM) in probe_helper_for_progtype()835 if ((run_as_unprivileged && !nb_bpf_caps) || in handle_perms()836 (!run_as_unprivileged && nb_bpf_caps == ARRAY_SIZE(bpf_caps)) || in handle_perms()837 (!run_as_unprivileged && cap_sys_admin_only && nb_bpf_caps)) { in handle_perms()843 if (!run_as_unprivileged) { in handle_perms()955 run_as_unprivileged = true; in do_probe()