Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dnx_huge_pages_test.sh36 echo Running test with CAP_SYS_BOOT enabled
40 echo setcap failed, skipping nx_huge_pages_test with CAP_SYS_BOOT enabled
45 echo Running test with CAP_SYS_BOOT disabled
48 echo Running as root, skipping nx_huge_pages_test with CAP_SYS_BOOT disabled
/openbmc/linux/kernel/
H A Dreboot.c709 if (!ns_capable(pid_ns->user_ns, CAP_SYS_BOOT)) in SYSCALL_DEFINE4()
1116 if (!capable(CAP_SYS_BOOT)) in mode_store()
1148 if (!capable(CAP_SYS_BOOT)) in force_store()
1193 if (!capable(CAP_SYS_BOOT)) in type_store()
1229 if (!capable(CAP_SYS_BOOT)) in cpu_store()
H A Dkexec_core.c1027 if (!capable(CAP_SYS_BOOT) || kexec_load_disabled) in kexec_load_permitted()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/colord/colord/
H A D08a32b2379fb5582f4312e59bf51a2823df56276.patch27 …_NET_RAW CAP_SYS_NICE CAP_SYS_RESOURCE CAP_MAC_ADMIN CAP_MAC_OVERRIDE CAP_SYS_BOOT CAP_LINUX_IMMUT…
/openbmc/linux/include/uapi/linux/
H A Dcapability.h283 #define CAP_SYS_BOOT 22 macro
/openbmc/openbmc/meta-ibm/recipes-support/chrony/chrony/huygens/
H A Dchronyd.service17 CapabilityBoundingSet=~CAP_SYS_BOOT CAP_SYS_CHROOT CAP_SYS_MODULE CAP_SYS_PACCT
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dkfunc_call.c302 if (!ASSERT_OK(cap_disable_effective(1ULL << CAP_SYS_BOOT, &save_caps), "drop_caps")) in test_destructive()
/openbmc/linux/Documentation/bpf/
H A Dkfuncs.rst285 calls. At the moment they only require CAP_SYS_BOOT capability, but more can be
/openbmc/linux/arch/x86/kvm/
H A Dx86.c6501 if (!capable(CAP_SYS_BOOT)) { in kvm_vm_ioctl_enable_cap()
/openbmc/linux/kernel/bpf/
H A Dverifier.c11744 if (is_kfunc_destructive(&meta) && !capable(CAP_SYS_BOOT)) { in check_kfunc_call()
/openbmc/linux/Documentation/virt/kvm/
H A Dapi.rst8416 have CAP_SYS_BOOT, -EINVAL if args[0] is not 0 or any vCPUs have been