Home
last modified time | relevance | path

Searched full:violations (Results 1 – 25 of 66) sorted by relevance

123

/linux-6.8/security/integrity/ima/
Dima_fs.c55 return ima_show_htable_value(buf, count, ppos, &ima_htable.violations); in ima_show_htable_violations()
364 static struct dentry *violations; variable
495 violations = in ima_fs_init()
496 securityfs_create_file("violations", S_IRUSR | S_IRGRP, in ima_fs_init()
498 if (IS_ERR(violations)) { in ima_fs_init()
499 ret = PTR_ERR(violations); in ima_fs_init()
514 securityfs_remove(violations); in ima_fs_init()
Dima_init.c39 * a different value.) Violations add a zero entry to the measurement
Dima_api.c129 * Violations are flagged in the measurement list with zero hash values.
147 atomic_long_inc(&ima_htable.violations); in ima_add_violation()
Dima_queue.c37 .violations = ATOMIC_LONG_INIT(0),
Dima.h178 atomic_long_t violations; member
/linux-6.8/Documentation/process/
Dsubmit-checklist.rst39 Check for trivial violations with the patch style checker prior to
41 You should be able to justify all violations that remain in
/linux-6.8/Documentation/ABI/testing/
Ddebugfs-driver-habanalabs124 Description: Dumps all security violations to dmesg. This will also ack
125 all security violations meanings those violations will not be
/linux-6.8/include/linux/
Dprocessor.h17 * Violations of these guidelies will not cause a bug, but may cause sub
Dllist.h23 * consumer may cause violations.
/linux-6.8/tools/testing/selftests/kvm/x86_64/
Dsmaller_maxphyaddr_emulation_test.c5 * Test that KVM emulates instructions in response to EPT violations when
/linux-6.8/Documentation/core-api/
Dgfp_mask-from-fs-io.rst67 layering violations then the recommended way around that is to wrap ``vmalloc``
/linux-6.8/Documentation/devicetree/bindings/crypto/
Dfsl,sec-v4.0-mon.yaml18 violations. This also included rtc, system power off and ON/OFF key.
/linux-6.8/Documentation/devicetree/bindings/powerpc/fsl/
Dpamu.txt22 interrupt, used for reporting access violations. The second
/linux-6.8/tools/workqueue/
Dwq_monitor.py69 PWQ_STAT_CPU_INTENSIVE = prog['PWQ_STAT_CPU_INTENSIVE'] # wq_cpu_intensive_thresh_us violations
/linux-6.8/Documentation/gpu/
Ddrm-vm-bind-locking.rst111 lists are manipulated. However, to avoid locking order violations
128 over the gpu_vm_bo and gpu_vma lists to avoid locking-order violations.
477 reclaim context and, again, to avoid locking order violations, we can't
/linux-6.8/arch/x86/coco/tdx/
Dtdx.c227 * violations.
241 * For EPT violations, ve->insn_len is not defined. For those, in ve_instr_len()
245 WARN_ONCE(1, "ve->instr_len is not defined for EPT violations"); in ve_instr_len()
/linux-6.8/drivers/infiniband/hw/qib/
Dqib_mad.h194 __be16 violations; member
/linux-6.8/arch/x86/include/asm/
Dvmxfeatures.h79 #define VMX_FEATURE_EPT_VIOLATION_VE ( 2*32+ 18) /* "" Conditionally reflect EPT violations as #VE …
/linux-6.8/include/uapi/linux/can/
Derror.h54 #define CAN_ERR_PROT 0x00000008U /* protocol violations / data[2..3] */
/linux-6.8/drivers/gpu/drm/i915/
Di915_cmd_parser.c1425 * intel_engine_cmd_parser() - parse a batch buffer for privilege violations
1433 * Parses the specified batch buffer looking for privilege violations as
1436 * Return: non-zero if the parser finds violations or otherwise fails; -EACCES
1607 * 1. Initial version. Checks batches and reports violations, but leaves in i915_cmd_parser_get_version()
/linux-6.8/arch/x86/entry/vsyscall/
Dvsyscall_64.c178 * Check for access_ok violations and find the syscall nr. in emulate_vsyscall()
/linux-6.8/drivers/net/wan/
Dfarsync.h131 unsigned int codeViolationCount; /* code violations */
/linux-6.8/security/apparmor/include/
Dpolicy.h70 APPARMOR_COMPLAIN, /* allow and log access violations */
/linux-6.8/fs/crypto/
Dpolicy.c652 * malicious offline violations of this constraint, while the link and rename
653 * checks are needed to prevent online violations of this constraint.
/linux-6.8/arch/arc/plat-axs10x/
Daxs10x.c306 * revealed P&R timing violations so clamp it down to safe 50 MHz in axs103_early_init()

123