| /linux-6.15/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()
|
| /linux-6.15/security/ |
| H A D | min_addr.c | 37 if (write && !capable(CAP_SYS_RAWIO)) in mmap_min_addr_handler()
|
| /linux-6.15/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 | 194 if (!capable(CAP_SYS_RAWIO) || in vfio_df_group_open() 442 if (group->type == VFIO_NO_IOMMU && !capable(CAP_SYS_RAWIO)) { in vfio_group_fops_open()
|
| /linux-6.15/include/uapi/linux/ |
| H A D | capability.h | 228 #define CAP_SYS_RAWIO 17 macro
|
| /linux-6.15/drivers/platform/x86/ |
| H A D | intel_scu_ipcutil.c | 84 if (!capable(CAP_SYS_RAWIO)) in scu_ipc_ioctl()
|
| /linux-6.15/sound/pci/hda/ |
| H A D | hda_hwdep.c | 87 if (!capable(CAP_SYS_RAWIO)) in hda_hwdep_open()
|
| /linux-6.15/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
|
| /linux-6.15/Documentation/filesystems/spufs/ |
| H A D | spu_create.rst | 43 user space. This flag requires the CAP_SYS_RAWIO capability, see
|
| /linux-6.15/net/atm/ |
| H A D | ioctl.c | 106 if (!capable(CAP_SYS_RAWIO)) { in do_vcc_ioctl()
|
| /linux-6.15/drivers/base/firmware_loader/ |
| H A D | sysfs.c | 327 if (!capable(CAP_SYS_RAWIO)) in firmware_data_write()
|
| /linux-6.15/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 | 1725 if (!capable(CAP_SYS_RAWIO)) return -EPERM; in scc_net_siocdevprivate() 1839 if (!capable(CAP_SYS_RAWIO)) in scc_net_siocdevprivate() 1909 if (!capable(CAP_SYS_RAWIO)) return -EPERM; in scc_net_siocdevprivate() 1935 if (!capable(CAP_SYS_RAWIO)) return -EPERM; in scc_net_siocdevprivate()
|
| /linux-6.15/arch/x86/platform/intel/ |
| H A D | iosf_mbi.c | 453 if (!capable(CAP_SYS_RAWIO)) in mcr_set()
|
| /linux-6.15/drivers/gpu/drm/msm/ |
| H A D | msm_gem_submit.c | 662 if (unlikely(!ctx->aspace) && !capable(CAP_SYS_RAWIO)) { in msm_ioctl_gem_submit() 678 !capable(CAP_SYS_RAWIO)) in msm_ioctl_gem_submit()
|
| H A D | Kconfig | 53 Enable userspace that has CAP_SYS_RAWIO to submit GPU commands
|
| /linux-6.15/drivers/fwctl/ |
| H A D | main.c | 101 if (!capable(CAP_SYS_RAWIO)) in fwctl_cmd_rpc()
|
| /linux-6.15/drivers/pci/ |
| H A D | proc.c | 250 if (!capable(CAP_SYS_RAWIO) || in proc_bus_pci_mmap()
|
| /linux-6.15/block/ |
| H A D | bsg-lib.c | 40 if (!capable(CAP_SYS_RAWIO)) in bsg_transport_sg_io_fn()
|
| /linux-6.15/drivers/iommu/iommufd/ |
| H A D | vfio_compat.c | 323 if (!capable(CAP_SYS_RAWIO)) in iommufd_vfio_set_iommu()
|
| /linux-6.15/drivers/hwtracing/intel_th/ |
| H A D | msu.c | 1478 if (!capable(CAP_SYS_RAWIO)) in intel_th_msc_open() 1884 if (!capable(CAP_SYS_RAWIO)) in mode_store() 1996 if (!capable(CAP_SYS_RAWIO)) in nr_pages_store()
|
| /linux-6.15/drivers/platform/x86/dell/ |
| H A D | dell-smbios-base.c | 283 if (capable(CAP_SYS_RAWIO)) { in dell_smbios_call_filter()
|
| /linux-6.15/drivers/char/ |
| H A D | mem.c | 609 if (!capable(CAP_SYS_RAWIO)) in open_port()
|
| /linux-6.15/Documentation/userspace-api/media/cec/ |
| H A D | cec-ioc-receive.rst | 231 This flag is only allowed if the process has the ``CAP_SYS_RAWIO`` 383 did not have the ``CAP_SYS_RAWIO`` capability.
|