Home
last modified time | relevance | path

Searched refs:violation (Results 1 – 25 of 130) sorted by relevance

123456

/openbmc/linux/security/integrity/ima/
H A Dima_api.c103 int violation, struct inode *inode, in ima_store_template() argument
111 if (!violation) { in ima_store_template()
122 result = ima_add_template_entry(entry, violation, op, inode, filename); in ima_store_template()
142 .violation = cause }; in ima_add_violation()
143 int violation = 1; in ima_add_violation() local
154 result = ima_store_template(entry, violation, inode, in ima_add_violation()
362 int violation = 0; in ima_store_measurement() local
380 result = ima_store_template(entry, violation, inode, filename, pcr); in ima_store_measurement()
H A Dima_queue.c159 int ima_add_template_entry(struct ima_template_entry *entry, int violation, in ima_add_template_entry() argument
171 if (!violation && !IS_ENABLED(CONFIG_IMA_DISABLE_HTABLE)) { in ima_add_template_entry()
187 if (violation) /* invalidate pcr */ in ima_add_template_entry()
H A Dima_init.c52 int violation = 0; in ima_add_boot_aggregate() local
86 result = ima_store_template(entry, violation, NULL, in ima_add_boot_aggregate()
H A Dima.h69 const char *violation; member
139 int ima_add_template_entry(struct ima_template_entry *entry, int violation,
282 int ima_store_template(struct ima_template_entry *entry, int violation,
H A Dima_template_lib.c355 if (event_data->violation) /* recording a violation. */ in ima_eventdigest_init()
412 if (event_data->violation) /* recording a violation. */ in ima_eventdigest_ng_init()
436 if (event_data->violation) /* recording a violation. */ in ima_eventdigest_ngv2_init()
465 if (event_data->violation) { in ima_eventdigest_modsig_init()
H A Dima_main.c949 int violation = 0; in process_buffer_measurement()
1021 ret = ima_store_template(entry, violation, NULL, event_data.buf, pcr); in process_buffer_measurement()
946 int violation = 0; process_buffer_measurement() local
/openbmc/linux/Documentation/process/
H A Dkernel-enforcement-statement.rst26 However, if you cease all violation of this License, then your license
30 fails to notify you of the violation by some reasonable means prior to
35 violation by some reasonable means, this is the first time you have
36 received notice of violation of this License (for any work) from that
37 copyright holder, and you cure the violation prior to 30 days after
H A Dcode-of-conduct-interpretation.rst52 considered a violation report unless you want it to be. If you are
77 rejecting unsuitable contributions are not viewed as a violation of the
82 have to set priorities. This, also, is not to be seen as a violation of
115 addressed now as a violation. Inappropriate language can be seen as a
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DElastic-2.058 If you use the software in violation of these terms, such use is not licensed,
60 with a notice of your violation, and you cease all violation of this license no
63 reinstatement, any additional violation of these terms will cause your licenses
H A DSMPPL25 …ly indicated herein. Any attempts to do otherwise will be considered a violation of this License …
H A DGFDL-1.3-no-invariants-or-later113violation of this License, then your license from a particular copyright holder is reinstated (a) …
115violation by some reasonable means, this is the first time you have received notice of violation o…
H A DGFDL-1.3-or-later113violation of this License, then your license from a particular copyright holder is reinstated (a) …
115violation by some reasonable means, this is the first time you have received notice of violation o…
H A DGFDL-1.3354 However, if you cease all violation of this License, then your license
358 fails to notify you of the violation by some reasonable means prior to
363 violation by some reasonable means, this is the first time you have
364 received notice of violation of this License (for any work) from that
365 copyright holder, and you cure the violation prior to 30 days after
H A DGFDL-1.3-invariants-or-later113violation of this License, then your license from a particular copyright holder is reinstated (a) …
115violation by some reasonable means, this is the first time you have received notice of violation o…
H A DGFDL-1.3-only113violation of this License, then your license from a particular copyright holder is reinstated (a) …
115violation by some reasonable means, this is the first time you have received notice of violation o…
H A DGFDL-1.3-no-invariants-only113violation of this License, then your license from a particular copyright holder is reinstated (a) …
115violation by some reasonable means, this is the first time you have received notice of violation o…
H A DGFDL-1.3-invariants-only113violation of this License, then your license from a particular copyright holder is reinstated (a) …
115violation by some reasonable means, this is the first time you have received notice of violation o…
/openbmc/linux/drivers/soc/mediatek/
H A DKconfig24 This driver is mainly used to handle the violation which catches
26 The violation information is logged for further analysis or
/openbmc/qemu/docs/devel/
H A Dcontrol-flow-integrity.rst26 In case of a CFI violation (i.e. call to a non-compatible function) QEMU will
47 of a CFI violation is offered (``--enable-debug-cfi``).
53 violation, the binary will terminate with an illegal instruction signal.
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A D0001-ssl-Raise-OSError-for-ERR_LIB_SYS.patch38 errstr = "EOF occurred in violation of protocol";
/openbmc/linux/lib/
H A DKconfig.ubsan31 when a UBSAN violation occurs. (Except on arm64 and x86, which
34 out the details of a UBSAN violation. It makes the kernel log
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dpcie.c723 u32 violation; in load_eq_table() local
739 PCIE_CFG_REG_PL105, &violation); in load_eq_table()
746 if (violation in load_eq_table()
/openbmc/libpldm/docs/checklists/
H A Dchanges.md84 violation.
86 - An invariant violation is always a programming failure of the library's
96 invariant violation which may be established using `assert()`.
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/
H A D0016-Isolate-common-uefi-variable-authentication-steps.patch103 + EMSG("Timestamp violation");
216 - EMSG("Timestamp violation");
/openbmc/linux/drivers/media/platform/qcom/camss/
H A Dcamss-vfe-170.c331 u32 violation = readl_relaxed(vfe->base + VFE_VIOLATION_STATUS); in vfe_violation_read() local
333 pr_err_ratelimited("VFE: violation = 0x%08x\n", violation); in vfe_violation_read()

123456