/openbmc/linux/drivers/hwmon/ |
H A D | dell-smm-hwmon.c | 109 static bool restricted = true; variable 110 module_param(restricted, bool, 0); 111 MODULE_PARM_DESC(restricted, "Restrict fan control and serial number to CAP_SYS_ADMIN (default: 1)"… 459 if (restricted && !capable(CAP_SYS_ADMIN)) in i8k_ioctl() 499 if (restricted && !capable(CAP_SYS_ADMIN)) in i8k_ioctl() 570 (restricted && !capable(CAP_SYS_ADMIN)) ? "-1" : data->bios_machineid, in i8k_proc_show()
|
/openbmc/qemu/net/ |
H A D | slirp.c | 427 const char *name, int restricted, in net_slirp_init() argument 537 if (restricted && (dns.s_addr & mask.s_addr) != net.s_addr) { in net_slirp_init() 603 if (restricted && !in6_equal_net(&ip6_prefix, &ip6_dns, vprefix6_len)) { in net_slirp_init() 635 restricted ? "on" : "off"); in net_slirp_init() 642 cfg.restricted = restricted; in net_slirp_init()
|
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/ |
H A D | README | 23 Stop network access if BB_NO_NETWORK or allowed hosts is restricted
|
/openbmc/openbmc/poky/meta/recipes-extended/ed/ |
H A D | ed_1.20.2.bb | 3 …ise manipulate text files, both interactively and via shell scripts. A restricted version of ed, r…
|
/openbmc/linux/Documentation/userspace-api/ |
H A D | landlock.rst | 171 now restricted and this policy will be enforced on all its subsequently created 397 Access to regular files and directories can be restricted by Landlock, 401 restricted. Likewise, some special kernel filesystems such as nsfs, which can 403 restricted. However, thanks to the `ptrace restrictions`_, access to such 404 sensitive ``/proc`` files are automatically restricted according to domain 422 Kernel memory allocated to create rulesets is accounted and can be restricted 435 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
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 241.out | 24 …y detecting the format is dangerous for raw images, write operations on block 0 will be restricted.
|
H A D | 109.out | 13 …y detecting the format is dangerous for raw images, write operations on block 0 will be restricted. 64 …y detecting the format is dangerous for raw images, write operations on block 0 will be restricted. 115 …y detecting the format is dangerous for raw images, write operations on block 0 will be restricted. 166 …y detecting the format is dangerous for raw images, write operations on block 0 will be restricted. 217 …y detecting the format is dangerous for raw images, write operations on block 0 will be restricted. 268 …y detecting the format is dangerous for raw images, write operations on block 0 will be restricted. 318 …y detecting the format is dangerous for raw images, write operations on block 0 will be restricted. 368 …y detecting the format is dangerous for raw images, write operations on block 0 will be restricted. 418 …y detecting the format is dangerous for raw images, write operations on block 0 will be restricted. 468 …y detecting the format is dangerous for raw images, write operations on block 0 will be restricted. [all …]
|
/openbmc/linux/Documentation/cdrom/ |
H A D | packet-writing.rst | 34 the so called "restricted overwrite" mode. To put a disc in restricted
|
/openbmc/phosphor-virtual-sensor/ |
H A D | README.md | 31 Sensors added this way can only use a set of restricted calculations. Currently
|
/openbmc/linux/drivers/phy/freescale/ |
H A D | Kconfig | 49 Only useful for a restricted set of Ethernet protocols.
|
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-tss-engine/files/ |
H A D | 0001-Configure-Allow-disabling-of-digest-sign-operations.patch | 9 restricted keys (via digest+sign) but to rely on ordinary keys
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | QPL-1.0 | 14 … unmodified form provided that the entire package, including - but not restricted to - copyright, … 39 …ight holders be liable for any damages whatsoever, including - but not restricted to - lost revenu…
|
H A D | QPL-1.0-INRIA-2004 | 26 provided that the entire package, including - but not restricted to - 88 liable for any damages whatsoever, including - but not restricted to -
|
H A D | BSD-Protection | 11 … lines of "GPL-tainted" work into a larger body of work will result in restricted distribution -- … 30 …tside the scope of this license; The act of running the Program is not restricted, and the output …
|
H A D | NICTA-1.0 | 48 that cannot be wholly or partly excluded, restricted or modified,
|
/openbmc/linux/drivers/net/wireless/intersil/orinoco/ |
H A D | wext.c | 247 int restricted = priv->wep_restrict; in orinoco_ioctl_setiwencode() local 301 restricted = 0; in orinoco_ioctl_setiwencode() 303 restricted = 1; in orinoco_ioctl_setiwencode() 313 (priv->wep_restrict == restricted) && in orinoco_ioctl_setiwencode() 321 priv->wep_restrict = restricted; in orinoco_ioctl_setiwencode()
|
/openbmc/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):
|
/openbmc/linux/Documentation/userspace-api/media/mediactl/ |
H A D | media-controller-model.rst | 25 interact with other entities. Data (not restricted to video) produced
|
/openbmc/openbmc/meta-security/meta-integrity/recipes-security/ima_policy_hashed/files/ |
H A D | ima_policy_hashed | 14 # to the EVM key can be restricted.
|
/openbmc/linux/scripts/coccinelle/api/ |
H A D | memdup_user.cocci | 3 /// This is a little bit restricted to reduce false positives
|
/openbmc/u-boot/doc/ |
H A D | README.arm-caches | 40 - If the buffer is not cache-line aligned invalidation will be restricted
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-subdev-querycap.rst | 93 restricted. Refer to each individual subdevice ioctl documentation
|
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
H A D | 13_shlib_weaksym.patch | 157 -extern unsigned long dot_quad_addr(); /* restricted inet_addr() */ 168 +extern unsigned long dot_quad_addr(char *); /* restricted inet_addr() */
|
/openbmc/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
|