Home
last modified time | relevance | path

Searched refs:CAP_SYS_BOOT (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/kvm/x86_64/
A Dnx_huge_pages_test.sh37 echo Running test with CAP_SYS_BOOT enabled
41 echo setcap failed, skipping nx_huge_pages_test with CAP_SYS_BOOT enabled
46 echo Running test with CAP_SYS_BOOT disabled
49 echo Running as root, skipping nx_huge_pages_test with CAP_SYS_BOOT disabled
/linux-6.3-rc2/kernel/
A Dreboot.c708 if (!ns_capable(pid_ns->user_ns, CAP_SYS_BOOT)) in SYSCALL_DEFINE4()
1115 if (!capable(CAP_SYS_BOOT)) in mode_store()
1147 if (!capable(CAP_SYS_BOOT)) in force_store()
1192 if (!capable(CAP_SYS_BOOT)) in type_store()
1228 if (!capable(CAP_SYS_BOOT)) in cpu_store()
A Dkexec_core.c1024 if (!capable(CAP_SYS_BOOT) || kexec_load_disabled) in kexec_load_permitted()
/linux-6.3-rc2/include/uapi/linux/
A Dcapability.h282 #define CAP_SYS_BOOT 22 macro
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dkfunc_call.c302 if (!ASSERT_OK(cap_disable_effective(1ULL << CAP_SYS_BOOT, &save_caps), "drop_caps")) in test_destructive()
/linux-6.3-rc2/Documentation/bpf/
A Dkfuncs.rst229 calls. At the moment they only require CAP_SYS_BOOT capability, but more can be
/linux-6.3-rc2/arch/x86/kvm/
A Dx86.c6401 if (!capable(CAP_SYS_BOOT)) { in kvm_vm_ioctl_enable_cap()
/linux-6.3-rc2/kernel/bpf/
A Dverifier.c9818 if (is_kfunc_destructive(&meta) && !capable(CAP_SYS_BOOT)) { in check_kfunc_call()
/linux-6.3-rc2/Documentation/virt/kvm/
A Dapi.rst8349 have CAP_SYS_BOOT, -EINVAL if args[0] is not 0 or any vCPUs have been

Completed in 78 milliseconds