/openbmc/linux/arch/x86/kernel/ |
H A D | ioport.c | 73 if (turn_on && (!capable(CAP_SYS_RAWIO) || in ksys_ioperm() 189 if (!capable(CAP_SYS_RAWIO) || in SYSCALL_DEFINE1()
|
H A D | msr.c | 211 if (!capable(CAP_SYS_RAWIO)) in msr_open()
|
/openbmc/linux/security/ |
H A D | min_addr.c | 37 if (write && !capable(CAP_SYS_RAWIO)) in mmap_min_addr_handler()
|
/openbmc/linux/drivers/vfio/ |
H A D | container.c | 36 if (!capable(CAP_SYS_RAWIO)) in vfio_noiommu_open() 424 if (group->type == VFIO_NO_IOMMU && !capable(CAP_SYS_RAWIO)) in vfio_container_attach_group() 514 if (group->type == VFIO_NO_IOMMU && !capable(CAP_SYS_RAWIO)) in vfio_group_use_container()
|
H A D | group.c | 196 if (!capable(CAP_SYS_RAWIO) || in vfio_df_group_open() 449 if (group->type == VFIO_NO_IOMMU && !capable(CAP_SYS_RAWIO)) { in vfio_group_fops_open()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/colord/colord/ |
H A D | 08a32b2379fb5582f4312e59bf51a2823df56276.patch | 27 …C_OVERRIDE CAP_DAC_READ_SEARCH CAP_FOWNER CAP_IPC_OWNER CAP_NET_ADMIN CAP_SYS_RAWIO CAP_SYS_TIME C…
|
/openbmc/linux/include/uapi/linux/ |
H A D | capability.h | 228 #define CAP_SYS_RAWIO 17 macro
|
/openbmc/openbmc/meta-ibm/recipes-support/chrony/chrony/huygens/ |
H A D | chronyd.service | 18 CapabilityBoundingSet=~CAP_SYS_PTRACE CAP_SYS_RAWIO CAP_SYS_TTY_CONFIG CAP_WAKE_ALARM
|
/openbmc/linux/drivers/platform/x86/ |
H A D | intel_scu_ipcutil.c | 84 if (!capable(CAP_SYS_RAWIO)) in scu_ipc_ioctl()
|
/openbmc/linux/sound/pci/hda/ |
H A D | hda_hwdep.c | 88 if (!capable(CAP_SYS_RAWIO)) in hda_hwdep_open()
|
/openbmc/qemu/docs/tools/ |
H A D | qemu-vmsr-helper.rst | 20 However those registers are accessible under privileged access (CAP_SYS_RAWIO).
|
/openbmc/linux/Documentation/userspace-api/ioctl/ |
H A D | hdio.rst | 221 - EACCES CAP_SYS_ADMIN or CAP_SYS_RAWIO privilege not set. 441 - EACCES Access denied: requires CAP_SYS_RAWIO 510 - EACCES Access denied: requires CAP_SYS_RAWIO
|
/openbmc/qemu/tools/i386/ |
H A D | qemu-vmsr-helper.c | 324 CAP_SYS_RAWIO) < 0) { in drop_privileges()
|
/openbmc/linux/drivers/net/hamradio/ |
H A D | hdlcdrv.c | 538 if ((!capable(CAP_SYS_RAWIO)) || netif_running(dev)) in hdlcdrv_siocdevprivate() 566 if(!capable(CAP_SYS_RAWIO)) in hdlcdrv_siocdevprivate()
|
H A D | scc.c | 1724 if (!capable(CAP_SYS_RAWIO)) return -EPERM; in scc_net_siocdevprivate() 1838 if (!capable(CAP_SYS_RAWIO)) in scc_net_siocdevprivate() 1908 if (!capable(CAP_SYS_RAWIO)) return -EPERM; in scc_net_siocdevprivate() 1934 if (!capable(CAP_SYS_RAWIO)) return -EPERM; in scc_net_siocdevprivate()
|
/openbmc/linux/drivers/base/firmware_loader/ |
H A D | sysfs.c | 327 if (!capable(CAP_SYS_RAWIO)) in firmware_data_write()
|
/openbmc/linux/Documentation/filesystems/spufs/ |
H A D | spu_create.rst | 43 user space. This flag requires the CAP_SYS_RAWIO capability, see
|
/openbmc/linux/net/atm/ |
H A D | ioctl.c | 106 if (!capable(CAP_SYS_RAWIO)) { in do_vcc_ioctl()
|
/openbmc/linux/arch/x86/platform/intel/ |
H A D | iosf_mbi.c | 466 if (!capable(CAP_SYS_RAWIO)) in mcr_set()
|
/openbmc/linux/drivers/gpu/drm/msm/ |
H A D | msm_gem_submit.c | 768 if (unlikely(!ctx->aspace) && !capable(CAP_SYS_RAWIO)) { in msm_ioctl_gem_submit() 784 !capable(CAP_SYS_RAWIO)) in msm_ioctl_gem_submit()
|
H A D | Kconfig | 47 Enable userspace that has CAP_SYS_RAWIO to submit GPU commands
|
/openbmc/linux/block/ |
H A D | bsg-lib.c | 40 if (!capable(CAP_SYS_RAWIO)) in bsg_transport_sg_io_fn()
|
/openbmc/linux/drivers/pci/ |
H A D | proc.c | 250 if (!capable(CAP_SYS_RAWIO) || in proc_bus_pci_mmap()
|
/openbmc/linux/drivers/iommu/iommufd/ |
H A D | vfio_compat.c | 328 if (!capable(CAP_SYS_RAWIO)) in iommufd_vfio_set_iommu()
|
/openbmc/linux/drivers/hwtracing/intel_th/ |
H A D | msu.c | 1464 if (!capable(CAP_SYS_RAWIO)) in intel_th_msc_open() 1885 if (!capable(CAP_SYS_RAWIO)) in mode_store() 1997 if (!capable(CAP_SYS_RAWIO)) in nr_pages_store()
|