| /linux/security/loadpin/ |
| A D | loadpin.c | 46 static int enforce = IS_ENABLED(CONFIG_SECURITY_LOADPIN_ENFORCE); 59 .data = &enforce, 120 if (enforce) { in loadpin_sb_free_security() 145 if (!enforce) { in loadpin_check() 178 if (unlikely(!enforce)) { in loadpin_check() 261 enforce ? "" : "not "); in loadpin_init() 446 module_param(enforce, int, 0); 447 MODULE_PARM_DESC(enforce, "Enforce module/firmware pinning");
|
| A D | Kconfig | 21 If selected, LoadPin will enforce pinning at boot. If not 23 "loadpin.enforce=1".
|
| /linux/fs/btrfs/ |
| A D | qgroup.h | 386 enum btrfs_qgroup_rsv_type type, bool enforce); 388 enum btrfs_qgroup_rsv_type type, bool enforce, 392 int num_bytes, bool enforce) in btrfs_qgroup_reserve_meta_pertrans() argument 396 enforce, false); in btrfs_qgroup_reserve_meta_pertrans() 399 int num_bytes, bool enforce, in btrfs_qgroup_reserve_meta_prealloc() argument 404 enforce, noflush); in btrfs_qgroup_reserve_meta_prealloc()
|
| /linux/security/ipe/ |
| A D | eval.c | 23 bool enforce = true; variable 378 if (!READ_ONCE(enforce)) in ipe_evaluate_event() 392 module_param(enforce, bool, 0400); 393 MODULE_PARM_DESC(enforce, "Start IPE in enforce or permissive mode");
|
| A D | fs.c | 89 old_value = READ_ONCE(enforce); in setenforce() 96 WRITE_ONCE(enforce, new_value); in setenforce() 116 result = ((READ_ONCE(enforce)) ? "1" : "0"); in getenforce()
|
| A D | eval.h | 19 extern bool enforce;
|
| A D | audit.c | 143 op, audit_hook_names[ctx->hook], READ_ONCE(enforce), in ipe_audit_match()
|
| /linux/Documentation/admin-guide/LSM/ |
| A D | LoadPin.rst | 9 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``").
|
| A D | apparmor.rst | 33 For AppArmor to enforce any restrictions beyond standard Linux DAC permissions
|
| A D | ipe.rst | 39 checks, allowing IPE to enforce policies that trust files protected by 45 For the IPE policy, specifically, it grants the ability to enforce 222 are signed through the PKCS#7 message format to enforce some level of 286 only enforce the policy marked active. Note that only one policy can be active 321 The default mode is enforce, and can be changed via the kernel command 322 line parameter ``ipe.enforce=(0|1)``, or the securityfs node 323 ``/sys/kernel/security/ipe/enforce``.
|
| /linux/include/linux/ |
| A D | page-flags.h | 349 #define PF_ANY(page, enforce) PF_POISONED_CHECK(page) argument 350 #define PF_HEAD(page, enforce) PF_POISONED_CHECK(compound_head(page)) 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
|
| /linux/Documentation/devicetree/bindings/display/panel/ |
| A D | sony,acx424akp.yaml | 32 enforce-video-mode: true
|
| /linux/Documentation/devicetree/bindings/mtd/partitions/ |
| A D | brcm,trx.txt | 18 TRX doesn't enforce any strict partition boundaries or size limits. All
|
| /linux/Documentation/admin-guide/device-mapper/ |
| A D | dm-ebs.rst | 48 offset 128 sectors, enforce 2KiB underlying device block size.
|
| /linux/Documentation/devicetree/bindings/input/ |
| A D | goodix,gt7375p.yaml | 53 Set this to true to enforce the driver to not assert the reset GPIO
|
| /linux/Documentation/devicetree/bindings/thermal/ |
| A D | qcom-lmh.yaml | 15 Qualcomm SoCs that can enforce temperature and current limits as
|
| /linux/Documentation/hwmon/ |
| 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
|
| A D | acpi_power_meter.rst | 39 Some computers have the ability to enforce a power cap in hardware. If this is
|
| /linux/Documentation/devicetree/bindings/bus/ |
| A D | st,stm32mp25-rifsc.yaml | 14 designed to enforce and manage isolation of STM32 hardware resources like
|
| /linux/Documentation/scsi/ |
| A D | scsi.rst | 24 will enforce the correct ordering of loading and unloading modules in
|
| /linux/Documentation/arch/x86/x86_64/ |
| A D | fsgs.rst | 19 limits. The limits can be used to enforce address space protections. 98 the GS register and enforce them when GS base is set via
|
| /linux/Documentation/devicetree/bindings/display/ |
| A D | dsi-controller.yaml | 64 enforce-video-mode:
|
| /linux/Documentation/devicetree/bindings/gpu/ |
| A D | arm,mali-utgard.yaml | 66 # At least enforce the first 2 interrupts
|
| /linux/security/selinux/ |
| A D | Kconfig | 38 /sys/fs/selinux/enforce.
|
| /linux/arch/x86/kvm/ |
| A D | cpuid.h | 217 if (!vcpu->arch.pv_cpuid.enforce) in guest_pv_has()
|