| /OK3568_Linux_fs/kernel/security/loadpin/ |
| H A D | loadpin.c | 41 static int enforce = IS_ENABLED(CONFIG_SECURITY_LOADPIN_ENFORCE); variable 58 .data = &enforce, 145 if (!enforce) { in loadpin_read_file() 178 if (unlikely(!enforce)) { in loadpin_read_file() 240 enforce ? "" : "not "); in loadpin_init() 252 module_param(enforce, int, 0); 253 MODULE_PARM_DESC(enforce, "Enforce module/firmware pinning");
|
| H A D | Kconfig | 18 If selected, LoadPin will enforce pinning at boot. If not 20 "loadpin.enforce=1".
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/exiv2/exiv2/ |
| H A D | CVE-2021-29463.patch | 35 + enforce(size_u32 <= static_cast<size_t>(std::numeric_limits<unsigned int>::max()), 54 + enforce(size >= 10, Exiv2::kerCorruptedMetadata); 62 + enforce(size >= 10, Exiv2::kerCorruptedMetadata); 70 + enforce(size >= 5, Exiv2::kerCorruptedMetadata); 76 + enforce(size >= 5, Exiv2::kerCorruptedMetadata); 84 + enforce(size >= 6, Exiv2::kerCorruptedMetadata); 90 + enforce(size >= 12, Exiv2::kerCorruptedMetadata); 107 + enforce(size_u32 <= static_cast<size_t>(std::numeric_limits<unsigned int>::max()), 117 + enforce(size >= 1, Exiv2::kerCorruptedMetadata);
|
| H A D | CVE-2021-29470.patch | 17 + enforce(sizeof(Jp2BoxHeader) <= static_cast<size_t>(output.size_), Exiv2::kerCorruptedMeta… 20 + enforce(length <= static_cast<size_t>(output.size_), Exiv2::kerCorruptedMetadata); 26 + enforce(sizeof(Jp2BoxHeader) <= length - count, Exiv2::kerCorruptedMetadata);
|
| H A D | CVE-2021-29464.patch | 35 + enforce(subBox.length <= length - count, Exiv2::kerCorruptedMetadata); 50 + enforce(newlen <= output.size_ - outlen, Exiv2::kerCorruptedMetadata); 58 + enforce(newlen <= output.size_ - outlen, Exiv2::kerCorruptedMetadata); 66 + enforce(newlen <= output.size_ - outlen, Exiv2::kerCorruptedMetadata);
|
| H A D | CVE-2021-3482.patch | 18 +#include "enforce.hpp" 35 + enforce(box.length <= io_->size()-io_->tell() , Exiv2::kerCorruptedMetadata);
|
| H A D | CVE-2021-29473.patch | 18 + enforce(boxBuf.size_ >= 24, Exiv2::kerCorruptedMetadata);
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | qgroup.h | 365 enum btrfs_qgroup_rsv_type type, bool enforce); 367 enum btrfs_qgroup_rsv_type type, bool enforce); 370 int num_bytes, bool enforce) in btrfs_qgroup_reserve_meta_pertrans() argument 373 BTRFS_QGROUP_RSV_META_PERTRANS, enforce); in btrfs_qgroup_reserve_meta_pertrans() 376 int num_bytes, bool enforce) in btrfs_qgroup_reserve_meta_prealloc() argument 379 BTRFS_QGROUP_RSV_META_PREALLOC, enforce); in btrfs_qgroup_reserve_meta_prealloc()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | page-flags.h | 248 #define PF_ANY(page, enforce) PF_POISONED_CHECK(page) argument 249 #define PF_HEAD(page, enforce) PF_POISONED_CHECK(compound_head(page)) argument 250 #define PF_ONLY_HEAD(page, enforce) ({ \ argument 253 #define PF_NO_TAIL(page, enforce) ({ \ argument 254 VM_BUG_ON_PGFLAGS(enforce && PageTail(page), page); \ 256 #define PF_NO_COMPOUND(page, enforce) ({ \ argument 257 VM_BUG_ON_PGFLAGS(enforce && PageCompound(page), page); \ 259 #define PF_SECOND(page, enforce) ({ \ argument
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad/ |
| H A D | automake-foreign.patch | 1 Pass foreign to AM_INIT_AUTOMAKE so it doesn't enforce GNU strictness.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libtinyxml/libtinyxml/ |
| H A D | enforce-use-stl.patch | 2 enforce it when the library is used.
|
| /OK3568_Linux_fs/buildroot/package/enlightenment/ |
| H A D | 0008-wl-Support-subsurface-stacking.patch | 32 - /* only restack to enforce shell spec if config would otherwise not force restack */ 75 + /* only restack to enforce shell spec if config would otherwise not force restack */
|
| /OK3568_Linux_fs/buildroot/package/janus-gateway/ |
| H A D | 0001-disable-ssp.patch | 6 The toolchain may not support SSP, so do not enforce its usage, let
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/efivar/ |
| H A D | efivar_38.bb | 25 # enforce BFD.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libtinyxml/ |
| H A D | libtinyxml_2.6.2.bb | 12 file://enforce-use-stl.patch \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/ |
| H A D | sblim-sfcb-1.4.8-default-ecdh-curve-name.patch | 26 ## context, to enforce server's preference instead of the client preference for
|
| /OK3568_Linux_fs/buildroot/package/tpm2-tools/ |
| H A D | 0001-configure-make-build-gnu99.patch | 29 # we can't widely enforce without killing other peoples builds.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/gmp/gmp/ |
| H A D | 0001-confiure.ac-Believe-the-cflags-from-environment.patch | 39 # either enforce them, or organise to strip paths as the corresponding
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/LSM/ |
| H A D | apparmor.rst | 33 For AppArmor to enforce any restrictions beyond standard Linux DAC permissions
|
| H A D | LoadPin.rst | 9 and/or unchangeable filesystem to enforce module and firmware loading
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0027-libatomic-Do-not-enforce-march-on-aarch64.patch | 4 Subject: [PATCH] libatomic: Do not enforce march on aarch64
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mtd/partitions/ |
| H A D | brcm,trx.txt | 18 TRX doesn't enforce any strict partition boundaries or size limits. All
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | occ.rst | 121 Maximum power cap that the OCC can enforce in 123 power[1-n]_cap_min Minimum power cap that the OCC can enforce in
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/ |
| H A D | cve-2023-24329.patch | 5 Subject: [PATCH] gh-99418: Make urllib.parse.urlparse enforce that a scheme
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/ |
| H A D | dm-ebs.rst | 48 offset 128 sectors, enforce 2KiB underlying device block size.
|