Home
last modified time | relevance | path

Searched refs:restricted (Results 1 – 25 of 119) sorted by relevance

12345

/linux/drivers/hwmon/
A Ddell-smm-hwmon.c126 static bool restricted = true; variable
127 module_param(restricted, bool, 0);
128 MODULE_PARM_DESC(restricted, "Restrict fan control and serial number to CAP_SYS_ADMIN (default: 1)"…
588 if (restricted && !capable(CAP_SYS_ADMIN)) in i8k_ioctl()
628 if (restricted && !capable(CAP_SYS_ADMIN)) in i8k_ioctl()
699 (restricted && !capable(CAP_SYS_ADMIN)) ? "-1" : data->bios_machineid, in i8k_proc_show()
/linux/Documentation/cdrom/
A Dpacket-writing.rst34 the so called "restricted overwrite" mode. To put a disc in restricted
/linux/drivers/phy/freescale/
A DKconfig62 Only useful for a restricted set of Ethernet protocols.
/linux/Documentation/virt/kvm/devices/
A Dvfio.rst35 KVM_DEV_VFIO_GROUP (legacy kvm device group restricted to the handling of VFIO group fd):
/linux/Documentation/userspace-api/media/mediactl/
A Dmedia-controller-model.rst25 interact with other entities. Data (not restricted to video) produced
/linux/Documentation/devicetree/bindings/pci/
A Dintel,ixp4xx-pci.yaml45 than 64MB the DMA access has to be restricted to these
/linux/scripts/coccinelle/api/
A Dmemdup_user.cocci3 /// This is a little bit restricted to reduce false positives
/linux/Documentation/userspace-api/
A Dlandlock.rst219 now restricted and this policy will be enforced on all its subsequently created
486 Access to regular files and directories can be restricted by Landlock,
490 restricted. Likewise, some special kernel filesystems such as nsfs, which can
492 restricted. However, thanks to the `ptrace restrictions`_, access to such
493 sensitive ``/proc`` files are automatically restricted according to domain
511 Kernel memory allocated to create rulesets is accounted and can be restricted
546 from a parent to its hierarchy. Because files are identified and restricted by
A Dspec_ctrl.rst14 be restricted to a certain set of processes or tasks in controlled
/linux/Documentation/userspace-api/media/v4l/
A Dvidioc-subdev-querycap.rst93 restricted. Refer to each individual subdevice ioctl documentation
A Dformat.rst50 simultaneous video capturing may be restricted to the same cropping and
/linux/io_uring/
A Dregister.c191 ctx->restricted = 1; in io_register_enable_rings()
380 if (ctx->restricted) { in __io_uring_register()
/linux/tools/include/uapi/
A DREADME9 The way these headers are used in perf are not restricted to just
/linux/Documentation/arch/x86/x86_64/
A Dfake-numa-for-cpusets.rst64 /proc/meminfo between the restricted cpuset case above and the unrestricted
/linux/Documentation/core-api/
A Dgfp_mask-from-fs-io.rst23 abuses when the restricted gfp mask is used "just in case" without a
/linux/arch/arm/boot/dts/st/
A Dste-href-tvk1281618-r3.dtsi134 * data rate needs to be restricted to max 2Mbps which the
/linux/Documentation/arch/arm64/
A Dcpu-feature-registers.rst17 restricted from EL0 and there is no reliable way for an application to
88 Accessing a restricted system register from an application generates an
/linux/samples/
A DKconfig170 restricted by a user-defined filesystem access control policy.
244 as mount API and statx(). Note that this is restricted to the x86
/linux/Documentation/dev-tools/kunit/
A Dindex.rst44 restricted to things exposed to user-space.
/linux/Documentation/devicetree/bindings/input/touchscreen/
A Dcypress,cy8ctma340.yaml49 needs to be restricted to 2 Mbps.
/linux/include/linux/
A Dio_uring_types.h225 unsigned int restricted: 1; member
/linux/Documentation/admin-guide/LSM/
A DYama.rst58 1 - restricted ptrace:
/linux/Documentation/ABI/stable/
A Dfirewire-cdev50 operations are restricted to /dev/fw* files that are associated
/linux/tools/perf/
A Ddesign.txt225 way to request that counting of events be restricted to times when the
229 to request counting of events restricted to guest and host contexts when
253 cpu >= 0: the counter is restricted to a specific CPU
/linux/Documentation/arch/powerpc/
A Dfirmware-assisted-dump.rst56 booted with restricted memory. By default, the boot memory
78 boot memory size effectively booting with restricted memory
368 boot successfully when booted with restricted memory.

Completed in 45 milliseconds

12345