Home
last modified time | relevance | path

Searched refs:integrity (Results 1 – 25 of 119) sorted by relevance

12345

/Linux-v5.15/security/integrity/
DMakefile6 obj-$(CONFIG_INTEGRITY) += integrity.o
8 integrity-y := iint.o
9 integrity-$(CONFIG_INTEGRITY_AUDIT) += integrity_audit.o
10 integrity-$(CONFIG_INTEGRITY_SIGNATURE) += digsig.o
11 integrity-$(CONFIG_INTEGRITY_ASYMMETRIC_KEYS) += digsig_asymmetric.o
12 integrity-$(CONFIG_INTEGRITY_PLATFORM_KEYRING) += platform_certs/platform_keyring.o
13 integrity-$(CONFIG_LOAD_UEFI_KEYS) += platform_certs/efi_parser.o \
16 integrity-$(CONFIG_LOAD_IPL_KEYS) += platform_certs/load_ipl_s390.o
17 integrity-$(CONFIG_LOAD_PPC_KEYS) += platform_certs/efi_parser.o \
DKconfig8 This option enables the integrity subsystem, which is comprised
46 bool "Require all keys on the integrity keyrings be signed"
85 bool "Enables integrity auditing support "
89 In addition to enabling integrity auditing support, this
91 controls the level of integrity auditing messages.
92 0 - basic integrity auditing messages (default)
93 1 - additional integrity auditing messages
95 Additional informational integrity auditing messages would
99 source "security/integrity/ima/Kconfig"
100 source "security/integrity/evm/Kconfig"
/Linux-v5.15/Documentation/block/
Ddata-integrity.rst18 support for appending integrity metadata to an I/O. The integrity
29 DIF and the other integrity extensions is that the protection format
31 integrity of the I/O and reject it if corruption is detected. This
40 allow the operating system to interact with the integrity metadata
46 information to each sector. The data + integrity metadata is stored
53 encouraged them to allow separation of the data and integrity metadata
67 when writing and vice versa. This allows the integrity metadata to be
73 buffers and the integrity metadata. These two distinct buffers must
76 The separation of the data and integrity metadata buffers as well as
85 The data integrity framework in Linux enables protection information
[all …]
Dinline-encryption.rst101 bounce bio as if it were not encrypted at all (except when blk-integrity is
235 Interaction between inline encryption and blk integrity
243 its integrity information is calculated (using the plaintext data, since
245 integrity info is sent to the device. Obviously, the integrity info must be
247 must not store the integrity info that it received with the plaintext data
249 re-generate the integrity info from the ciphertext data and store that on disk
250 instead. Another issue with storing the integrity info of the plaintext data is
253 if the fallback is used, the device will receive the integrity info of the
258 and disallow the combination for now. Whenever a device supports integrity, the
Dindex.rst16 data-integrity
/Linux-v5.15/Documentation/admin-guide/device-mapper/
Ddm-integrity.rst2 dm-integrity
5 The dm-integrity target emulates a block device that has additional
6 per-sector tags that can be used for storing integrity information.
8 A general problem with storing integrity tags with every sector is that
9 writing the sector and the integrity tag must be atomic - i.e. in case of
10 crash, either both sector and integrity tag or none of them is written.
12 To guarantee write atomicity, the dm-integrity target uses journal, it
13 writes sector data and integrity tags into a journal, commits the journal
14 and then copies the data and integrity tags to their respective location.
16 The dm-integrity target can be used with the dm-crypt target - in this
[all …]
Ddm-crypt.rst132 integrity:<bytes>:<type>
134 in per-bio integrity structure. This metadata must by provided
135 by underlying dm-integrity target.
141 integrity for the encrypted device. The additional space is then
Ddm-ima.rst15 target types like crypt, verity, integrity etc. Each of these target
49 /sys/kernel/security/integrity/ima/ascii_runtime_measurements
50 /sys/kernel/security/integrity/ima/binary_runtime_measurements
62 TEMPLATE_NAME := Template name that registered the integrity value (e.g. ima-buf).
143 target_name := Name of the target. 'linear', 'crypt', 'integrity' etc.
331 #. integrity
418 3. integrity
421 section above) has the following data format for 'integrity' target.
430 target_name := "target_name=integrity"
450 When a 'integrity' target is loaded, then IMA ASCII measurement log will have an entry
[all …]
Dindex.rst18 dm-integrity
/Linux-v5.15/Documentation/ABI/stable/
Dsysfs-class-tpm4 Contact: linux-integrity@vger.kernel.org
12 Contact: linux-integrity@vger.kernel.org
24 Contact: linux-integrity@vger.kernel.org
32 Contact: linux-integrity@vger.kernel.org
49 Contact: linux-integrity@vger.kernel.org
72 Contact: linux-integrity@vger.kernel.org
81 Contact: linux-integrity@vger.kernel.org
89 Contact: linux-integrity@vger.kernel.org
112 Contact: linux-integrity@vger.kernel.org
164 Contact: linux-integrity@vger.kernel.org
[all …]
/Linux-v5.15/block/
Dblk-integrity.c123 struct blk_integrity *b1 = &gd1->queue->integrity; in blk_integrity_compare()
124 struct blk_integrity *b2 = &gd2->queue->integrity; in blk_integrity_compare()
225 struct blk_integrity *bi = &disk->queue->integrity; in integrity_attr_show()
237 struct blk_integrity *bi = &disk->queue->integrity; in integrity_attr_store()
352 ATTRIBUTE_GROUPS(integrity);
399 struct blk_integrity *bi = &disk->queue->integrity; in blk_integrity_register()
429 struct blk_integrity *bi = &disk->queue->integrity; in blk_integrity_unregister()
Dt10-pi.c135 const int tuple_sz = rq->q->integrity.tuple_size; in t10_pi_type1_prepare()
184 unsigned intervals = nr_bytes >> rq->q->integrity.interval_exp; in t10_pi_type1_complete()
185 const int tuple_sz = rq->q->integrity.tuple_size; in t10_pi_type1_complete()
DMakefile28 obj-$(CONFIG_BLK_DEV_INTEGRITY) += bio-integrity.o blk-integrity.o
/Linux-v5.15/include/linux/
Dt10-pi.h45 if (rq->q->integrity.interval_exp) in t10_pi_ref_tag()
46 shift = rq->q->integrity.interval_exp; in t10_pi_ref_tag()
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-block53 What: /sys/block/<disk>/integrity/format
57 Metadata format for integrity capable block device.
61 What: /sys/block/<disk>/integrity/read_verify
66 integrity of read requests serviced by devices that
67 support sending integrity metadata.
70 What: /sys/block/<disk>/integrity/tag_size
74 Number of bytes of integrity tag space available per
78 What: /sys/block/<disk>/integrity/device_is_integrity_capable
83 integrity metadata. Set if the device is T10 PI-capable.
85 What: /sys/block/<disk>/integrity/protection_interval_bytes
[all …]
Devm6 against integrity attacks. The initial method maintains an
92 dracut (via 97masterkey and 98integrity) and systemd (via
96 What: security/integrity/evm/evm_xattrs
/Linux-v5.15/security/integrity/evm/
DKconfig12 integrity attacks.
56 /sys/kernel/security/integrity/evm/evm_xattrs.
67 verify EVM integrity starting from the 'init' process.
/Linux-v5.15/Documentation/staging/
Dxz.rst16 for integrity checking. The home page of XZ Embedded is at
59 Since the XZ Embedded supports only streams with no integrity check or
60 CRC32, make sure that you don't use some other integrity check type
67 which will verify the integrity of the uncompressed data anyway.
68 Double checking the integrity would probably be waste of CPU cycles.
70 by the decoder; you can only change the integrity check type (or
/Linux-v5.15/security/integrity/ima/
DKconfig25 an aggregate integrity value over this list inside the
51 that IMA uses to maintain the integrity aggregate of the
90 prompt "Default integrity hash algorithm"
95 list, integrity appraisal and audit log. The compiled default
151 bool "Appraise integrity measurements"
155 This option enables local measurement integrity appraisal.
161 For more information on integrity appraisal refer to:
/Linux-v5.15/fs/btrfs/
DKconfig53 bool "Btrfs with integrity check tool compiled in (DANGEROUS)"
62 If the integrity check tool is included and activated in
68 to verify the integrity of (super)-block write requests
/Linux-v5.15/arch/powerpc/configs/
Dsecurity.config1 # This is the equivalent of booting with lockdown=integrity
/Linux-v5.15/security/
DKconfig243 source "security/integrity/Kconfig"
281 …default "landlock,lockdown,yama,loadpin,safesetid,integrity,smack,selinux,tomoyo,apparmor,bpf" if …
282 …default "landlock,lockdown,yama,loadpin,safesetid,integrity,apparmor,selinux,smack,tomoyo,bpf" if …
283 default "landlock,lockdown,yama,loadpin,safesetid,integrity,tomoyo,bpf" if DEFAULT_SECURITY_TOMOYO
284 default "landlock,lockdown,yama,loadpin,safesetid,integrity,bpf" if DEFAULT_SECURITY_DAC
285 default "landlock,lockdown,yama,loadpin,safesetid,integrity,selinux,smack,tomoyo,apparmor,bpf"
DMakefile29 obj-$(CONFIG_INTEGRITY) += integrity/
/Linux-v5.15/Documentation/security/
Ddigsig.rst20 Currently digital signatures are used by the IMA/EVM integrity protection subsystem.
70 * Verifies data integrity against digital signature.
/Linux-v5.15/Documentation/admin-guide/
Djfs.rst28 from backup media. The integrity of the volume is not
31 integrity(*)

12345