Home
last modified time | relevance | path

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

12345678910

/openbmc/linux/drivers/hwmon/
H A Ddell-smm-hwmon.c109 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 Dslirp.c427 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 DREADME23 Stop network access if BB_NO_NETWORK or allowed hosts is restricted
/openbmc/openbmc/poky/meta/recipes-extended/ed/
H A Ded_1.20.2.bb3 …ise manipulate text files, both interactively and via shell scripts. A restricted version of ed, r…
/openbmc/linux/Documentation/userspace-api/
H A Dlandlock.rst171 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 Dspec_ctrl.rst14 be restricted to a certain set of processes or tasks in controlled
/openbmc/qemu/tests/qemu-iotests/
H A D241.out24 …y detecting the format is dangerous for raw images, write operations on block 0 will be restricted.
H A D109.out13 …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 Dpacket-writing.rst34 the so called "restricted overwrite" mode. To put a disc in restricted
/openbmc/phosphor-virtual-sensor/
H A DREADME.md31 Sensors added this way can only use a set of restricted calculations. Currently
/openbmc/linux/drivers/phy/freescale/
H A DKconfig49 Only useful for a restricted set of Ethernet protocols.
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-tss-engine/files/
H A D0001-Configure-Allow-disabling-of-digest-sign-operations.patch9 restricted keys (via digest+sign) but to rely on ordinary keys
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DQPL-1.014 … 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 DQPL-1.0-INRIA-200426 provided that the entire package, including - but not restricted to -
88 liable for any damages whatsoever, including - but not restricted to -
H A DBSD-Protection11 … 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 DNICTA-1.048 that cannot be wholly or partly excluded, restricted or modified,
/openbmc/linux/drivers/net/wireless/intersil/orinoco/
H A Dwext.c247 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 Dvfio.rst35 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 Dmedia-controller-model.rst25 interact with other entities. Data (not restricted to video) produced
/openbmc/openbmc/meta-security/meta-integrity/recipes-security/ima_policy_hashed/files/
H A Dima_policy_hashed14 # to the EVM key can be restricted.
/openbmc/linux/scripts/coccinelle/api/
H A Dmemdup_user.cocci3 /// This is a little bit restricted to reduce false positives
/openbmc/u-boot/doc/
H A DREADME.arm-caches40 - If the buffer is not cache-line aligned invalidation will be restricted
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-subdev-querycap.rst93 restricted. Refer to each individual subdevice ioctl documentation
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D13_shlib_weaksym.patch157 -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 Dste-href-tvk1281618-r3.dtsi134 * data rate needs to be restricted to max 2Mbps which the

12345678910