| /linux/drivers/hwmon/ |
| H A D | dell-smm-hwmon.c | 130 static bool restricted = true; variable 131 module_param(restricted, bool, 0); 132 MODULE_PARM_DESC(restricted, "Restrict fan control and serial number to CAP_SYS_ADMIN (default: 1)"… 591 if (restricted && !capable(CAP_SYS_ADMIN)) in i8k_ioctl() 631 if (restricted && !capable(CAP_SYS_ADMIN)) in i8k_ioctl() 704 (restricted && !capable(CAP_SYS_ADMIN)) ? "-1" : data->bios_machineid, in i8k_proc_show()
|
| /linux/drivers/fwctl/ |
| H A D | Kconfig | 5 fwctl provides a userspace API for restricted access to communicate
|
| /linux/Documentation/userspace-api/ |
| H A D | landlock.rst | 248 now restricted and this policy will be enforced on all its subsequently created 370 be restricted. This works for both datagram and stream sockets. 573 Access to regular files and directories can be restricted by Landlock, 577 restricted. Likewise, some special kernel filesystems such as nsfs, which can 579 restricted. However, thanks to the `ptrace restrictions`_, access to such 580 sensitive ``/proc`` files are automatically restricted according to domain 598 Kernel memory allocated to create rulesets is accounted and can be restricted 633 from a parent to its hierarchy. Because files are identified and restricted by
|
| H A D | spec_ctrl.rst | 14 be restricted to a certain set of processes or tasks in controlled
|
| /linux/drivers/phy/freescale/ |
| H A D | Kconfig | 63 Only useful for a restricted set of Ethernet protocols.
|
| /linux/Documentation/userspace-api/media/mediactl/ |
| H A D | media-controller-model.rst | 25 interact with other entities. Data (not restricted to video) produced
|
| /linux/Documentation/virt/kvm/devices/ |
| H A D | vfio.rst | 35 KVM_DEV_VFIO_GROUP (legacy kvm device group restricted to the handling of VFIO group fd):
|
| /linux/Documentation/admin-guide/hw-vuln/ |
| H A D | rsb.rst | 197 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/scripts/coccinelle/api/ |
| H A D | memdup_user.cocci | 3 /// This is a little bit restricted to reduce false positives
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-subdev-querycap.rst | 93 restricted. Refer to each individual subdevice ioctl documentation
|
| H A D | format.rst | 50 simultaneous video capturing may be restricted to the same cropping and
|
| /linux/tools/include/uapi/ |
| H A D | README | 9 The way these headers are used in perf are not restricted to just
|
| /linux/Documentation/core-api/ |
| H A D | gfp_mask-from-fs-io.rst | 23 abuses when the restricted gfp mask is used "just in case" without a
|
| /linux/Documentation/arch/x86/x86_64/ |
| H A D | fake-numa-for-cpusets.rst | 64 /proc/meminfo between the restricted cpuset case above and the unrestricted
|
| /linux/arch/arm/boot/dts/st/ |
| H A D | ste-href-tvk1281618-r3.dtsi | 134 * data rate needs to be restricted to max 2Mbps which the
|
| /linux/Documentation/arch/arm64/ |
| H A D | cpu-feature-registers.rst | 17 restricted from EL0 and there is no reliable way for an application to 89 Accessing a restricted system register from an application generates an
|
| /linux/tools/perf/ |
| H A D | design.txt | 225 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/ |
| H A D | firmware-assisted-dump.rst | 56 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/Documentation/dev-tools/kunit/ |
| H A D | index.rst | 44 restricted to things exposed to user-space.
|
| /linux/samples/ |
| H A D | Kconfig | 170 restricted by a user-defined filesystem access control policy. 255 as mount API and statx(). Note that this is restricted to the x86
|
| /linux/Documentation/ABI/stable/ |
| H A D | firewire-cdev | 50 operations are restricted to /dev/fw* files that are associated
|
| /linux/Documentation/admin-guide/LSM/ |
| H A D | Yama.rst | 58 1 - restricted ptrace:
|
| /linux/Documentation/mm/ |
| H A D | highmem.rst | 117 mapping is restricted to the CPU that issued it, it performs well, but 142 space is restricted and protected by a global lock for synchronization. When
|
| /linux/Documentation/scheduler/ |
| H A D | sched-util-clamp.rst | 37 can tell the system that some tasks should be restricted from consuming too 304 The effective util clamp value of any task is restricted as follows: 308 2. The restricted value in (1) is then further restricted by the system wide 463 rqs are restricted too. IOW, the whole system is capped to half its performance
|
| /linux/tools/perf/util/ |
| H A D | symbol.c | 1018 bool restricted = false; in symbol__restricted_filename() local 1024 restricted = strcmp(r, restricted_filename) == 0; in symbol__restricted_filename() 1026 return restricted; in symbol__restricted_filename() 1030 return restricted; in symbol__restricted_filename()
|