Home
last modified time | relevance | path

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

123456

/linux-6.15/drivers/hwmon/
H 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-6.15/drivers/fwctl/
H A DKconfig5 fwctl provides a userspace API for restricted access to communicate
/linux-6.15/Documentation/cdrom/
H A Dpacket-writing.rst34 the so called "restricted overwrite" mode. To put a disc in restricted
/linux-6.15/drivers/phy/freescale/
H A DKconfig63 Only useful for a restricted set of Ethernet protocols.
/linux-6.15/Documentation/userspace-api/
H A Dlandlock.rst219 now restricted and this policy will be enforced on all its subsequently created
341 be restricted. This works for both datagram and stream sockets.
485 Access to regular files and directories can be restricted by Landlock,
489 restricted. Likewise, some special kernel filesystems such as nsfs, which can
491 restricted. However, thanks to the `ptrace restrictions`_, access to such
492 sensitive ``/proc`` files are automatically restricted according to domain
510 Kernel memory allocated to create rulesets is accounted and can be restricted
545 from a parent to its hierarchy. Because files are identified and restricted by
H A Dspec_ctrl.rst14 be restricted to a certain set of processes or tasks in controlled
/linux-6.15/Documentation/virt/kvm/devices/
H A Dvfio.rst35 KVM_DEV_VFIO_GROUP (legacy kvm device group restricted to the handling of VFIO group fd):
/linux-6.15/Documentation/userspace-api/media/mediactl/
H A Dmedia-controller-model.rst25 interact with other entities. Data (not restricted to video) produced
/linux-6.15/Documentation/devicetree/bindings/pci/
H A Dintel,ixp4xx-pci.yaml45 than 64MB the DMA access has to be restricted to these
/linux-6.15/scripts/coccinelle/api/
H A Dmemdup_user.cocci3 /// This is a little bit restricted to reduce false positives
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Dvidioc-subdev-querycap.rst93 restricted. Refer to each individual subdevice ioctl documentation
/linux-6.15/Documentation/admin-guide/hw-vuln/
H A Drsb.rst197 restricted to the current domain when eIBRS is enabled:
202 alternate predictors are restricted to those belonging to the
242 …cal/software-security-guidance/technical-documentation/indirect-branch-restricted-speculation.html…
246 …cal/software-security-guidance/technical-documentation/indirect-branch-restricted-speculation.html…
/linux-6.15/tools/include/uapi/
H A DREADME9 The way these headers are used in perf are not restricted to just
/linux-6.15/arch/arm/boot/dts/st/
H A Dste-href-tvk1281618-r3.dtsi134 * data rate needs to be restricted to max 2Mbps which the
/linux-6.15/Documentation/core-api/
H A Dgfp_mask-from-fs-io.rst23 abuses when the restricted gfp mask is used "just in case" without a
/linux-6.15/Documentation/arch/x86/x86_64/
H A Dfake-numa-for-cpusets.rst64 /proc/meminfo between the restricted cpuset case above and the unrestricted
/linux-6.15/Documentation/devicetree/bindings/gpio/
H A Dgpio-mmio.yaml82 If this property is present the number of usable GPIO lines are restricted
/linux-6.15/Documentation/arch/arm64/
H 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-6.15/Documentation/dev-tools/kunit/
H A Dindex.rst44 restricted to things exposed to user-space.
/linux-6.15/Documentation/devicetree/bindings/input/touchscreen/
H A Dcypress,cy8ctma340.yaml49 needs to be restricted to 2 Mbps.
/linux-6.15/Documentation/ABI/stable/
H A Dfirewire-cdev50 operations are restricted to /dev/fw* files that are associated
/linux-6.15/Documentation/admin-guide/LSM/
H A DYama.rst58 1 - restricted ptrace:
/linux-6.15/samples/
H 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-6.15/Documentation/arch/powerpc/
H A Dfirmware-assisted-dump.rst56 booted with restricted memory. By default, the boot memory
78 boot memory size effectively booting with restricted memory
390 boot successfully when booted with restricted memory.
/linux-6.15/tools/perf/
H 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

123456