Home
last modified time | relevance | path

Searched refs:enforce (Results 1 – 25 of 188) sorted by relevance

12345678

/openbmc/linux/security/loadpin/
H A Dloadpin.c45 static int enforce = IS_ENABLED(CONFIG_SECURITY_LOADPIN_ENFORCE); variable
58 .data = &enforce,
120 if (enforce) { in loadpin_sb_free_security()
145 if (!enforce) { in loadpin_check()
178 if (unlikely(!enforce)) { in loadpin_check()
256 enforce ? "" : "not "); in loadpin_init()
440 module_param(enforce, int, 0);
441 MODULE_PARM_DESC(enforce, "Enforce module/firmware pinning");
H A DKconfig18 If selected, LoadPin will enforce pinning at boot. If not
20 "loadpin.enforce=1".
/openbmc/linux/fs/btrfs/
H A Dqgroup.h380 enum btrfs_qgroup_rsv_type type, bool enforce);
382 enum btrfs_qgroup_rsv_type type, bool enforce,
386 int num_bytes, bool enforce) in btrfs_qgroup_reserve_meta_pertrans() argument
390 enforce, false); in btrfs_qgroup_reserve_meta_pertrans()
393 int num_bytes, bool enforce, in btrfs_qgroup_reserve_meta_prealloc() argument
398 enforce, noflush); in btrfs_qgroup_reserve_meta_prealloc()
/openbmc/linux/Documentation/admin-guide/LSM/
H A DLoadPin.rst9 and/or unchangeable filesystem to enforce module and firmware loading
14 "``loadpin.enforce``". By default, it is enabled, but can be disabled at
15 boot ("``loadpin.enforce=0``").
H A Dapparmor.rst33 For AppArmor to enforce any restrictions beyond standard Linux DAC permissions
/openbmc/linux/include/linux/
H A Dpage-flags.h346 #define PF_ANY(page, enforce) PF_POISONED_CHECK(page) argument
347 #define PF_HEAD(page, enforce) PF_POISONED_CHECK(compound_head(page)) argument
348 #define PF_ONLY_HEAD(page, enforce) ({ \ argument
351 #define PF_NO_TAIL(page, enforce) ({ \ argument
352 VM_BUG_ON_PGFLAGS(enforce && PageTail(page), page); \
354 #define PF_NO_COMPOUND(page, enforce) ({ \ argument
355 VM_BUG_ON_PGFLAGS(enforce && PageCompound(page), page); \
357 #define PF_SECOND(page, enforce) ({ \ argument
/openbmc/qemu/docs/interop/
H A Ddbus.rst36 D-Bus, the protocol and standard, doesn't have mechanisms to enforce
38 have additional mechanisms to enforce security rules, based for
51 dbus-daemon can enforce various policies based on the UID/GID of the
/openbmc/qemu/tests/qapi-schema/
H A Dunion-bad-base.json1 # we allow anonymous base, but enforce no duplicate keys
H A Dreturns-bad-type.json1 # we enforce that 'returns' be a dict or array of dict unless whitelisted
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad/
H A Dautomake-foreign.patch1 Pass foreign to AM_INIT_AUTOMAKE so it doesn't enforce GNU strictness.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtinyxml/libtinyxml/
H A Denforce-use-stl.patch2 enforce it when the library is used.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp/
H A D0003-Remove-neon-option-from-cross-compilation.patch6 Not every arm platform supports neon instructions, so do not enforce
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtinyxml/
H A Dlibtinyxml_2.6.2.bb12 file://enforce-use-stl.patch \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/
H A Dsblim-sfcb-1.4.8-default-ecdh-curve-name.patch28 ## context, to enforce server's preference instead of the client preference for
/openbmc/openbmc/poky/meta/recipes-support/gmp/gmp/
H A D0001-confiure.ac-Believe-the-cflags-from-environment.patch39 # either enforce them, or organise to strip paths as the corresponding
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0022-libatomic-Do-not-enforce-march-on-aarch64.patch4 Subject: [PATCH] libatomic: Do not enforce march on aarch64
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dibbler/
H A Ddibbler_git.bb14 file://0002-make-Do-not-enforce-c99.patch \
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Ddm-ebs.rst48 offset 128 sectors, enforce 2KiB underlying device block size.
/openbmc/linux/Documentation/devicetree/bindings/mtd/partitions/
H A Dbrcm,trx.txt18 TRX doesn't enforce any strict partition boundaries or size limits. All
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dibbler/dibbler/
H A D0002-make-Do-not-enforce-c99.patch4 Subject: [PATCH 2/2] make: Do not enforce c99
/openbmc/linux/Documentation/hwmon/
H A Docc.rst121 Maximum power cap that the OCC can enforce in
123 power[1-n]_cap_min Minimum power cap that the OCC can enforce in
H A Dacpi_power_meter.rst39 Some computers have the ability to enforce a power cap in hardware. If this is
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DCC-PDDC6 …elinquishment of all rights includes the relinquishment of all rights to enforce (by lawsuit or ot…
/openbmc/linux/arch/x86/kvm/
H A Dhyperv.h176 int kvm_hv_set_enforce_cpuid(struct kvm_vcpu *vcpu, bool enforce);
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/fvp-base/
H A Doptee_spmc_maifest.dts12 * enforce some from of cooperation.

12345678