index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
integrity
/
ima
/
ima_appraise.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-22
lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()
Paul Moore
1
-1
/
+1
2021-08-23
IMA: reject unknown hash algorithms in ima_get_hash_algo
THOBY Simon
1
-1
/
+2
2021-08-16
IMA: introduce a new policy option func=SETXATTR_CHECK
THOBY Simon
1
-5
/
+24
2021-08-16
IMA: add support to restrict the hash algorithms used for file appraisal
THOBY Simon
1
-2
/
+3
2021-08-16
IMA: block writes of the security.ima xattr with unsupported algorithms
THOBY Simon
1
-3
/
+46
2021-07-23
ima: Add digest and digest_len params to the functions to measure a buffer
Roberto Sassu
1
-1
/
+1
2021-06-10
ima: differentiate between EVM failures in the audit log
Mimi Zohar
1
-1
/
+2
2021-06-01
ima: Don't remove security.ima if file must not be appraised
Roberto Sassu
1
-2
/
+0
2021-06-01
ima: Allow imasig requirement to be satisfied by EVM portable signatures
Roberto Sassu
1
-7
/
+17
2021-05-21
evm: Allow xattr/attr operations for portable signatures
Roberto Sassu
1
-0
/
+2
2021-05-21
evm: Introduce evm_revalidate_status()
Roberto Sassu
1
-5
/
+10
2021-03-22
lsm: separate security_task_getsecid() into subjective and objective variants
Paul Moore
1
-1
/
+1
2021-02-23
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-10
/
+13
2021-01-24
ima: handle idmapped mounts
Christian Brauner
1
-6
/
+9
2021-01-24
xattr: handle idmapped mounts
Tycho Andersen
1
-4
/
+4
2021-01-14
IMA: add support to measure buffer data hash
Tushar Sugandhi
1
-1
/
+1
2020-11-02
ima: defer arch_ima_get_secureboot() call to IMA init time
Ard Biesheuvel
1
-6
/
+11
2020-10-15
Merge tag 'integrity-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-8
/
+19
2020-09-09
ima: limit secure boot feedback scope for appraise
Bruno Meneguele
1
-9
/
+16
2020-09-08
integrity: invalid kernel parameters feedback
Bruno Meneguele
1
-0
/
+2
2020-09-08
ima: add check for enforced appraise option
Bruno Meneguele
1
-0
/
+2
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2020-07-20
ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to runtime
Bruno Meneguele
1
-0
/
+6
2020-07-20
ima: Support additional conditionals in the KEXEC_CMDLINE hook function
Tyler Hicks
1
-1
/
+1
2019-12-12
IMA: Add support to limit measuring keys
Lakshmi Ramasubramanian
1
-2
/
+2
2019-11-12
ima: Check against blacklisted hashes for files with modsig
Nayna Jain
1
-0
/
+33
2019-08-05
ima: Collect modsig
Thiago Jung Bauermann
1
-1
/
+1
2019-08-05
ima: Implement support for module-style appended signatures
Thiago Jung Bauermann
1
-4
/
+47
2019-08-05
ima: Factor xattr_verify() out of ima_appraise_measurement()
Thiago Jung Bauermann
1
-60
/
+81
2019-07-08
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-4
/
+5
2019-06-30
integrity: Introduce struct evm_xattr
Thiago Jung Bauermann
1
-3
/
+4
2019-06-19
IMA: support for per policy rule template formats
Matthew Garrett
1
-1
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
1
-4
/
+1
2019-02-22
security: mark expected switch fall-throughs and add a missing break
Gustavo A. R. Silva
1
-0
/
+1
2018-12-17
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
James Morris
1
-2
/
+12
2018-12-12
ima: Support platform keyring for kernel appraisal
Nayna Jain
1
-2
/
+12
2018-12-12
security: audit and remove any unnecessary uses of module.h
Paul Gortmaker
1
-1
/
+1
2018-07-12
IMA: don't propagate opened through the entire thing
Al Viro
1
-2
/
+2
2018-03-25
ima: Improvements in ima_appraise_measurement()
Thiago Jung Bauermann
1
-13
/
+22
2018-03-23
ima: fail signature verification based on policy
Mimi Zohar
1
-5
/
+6
2018-03-23
ima: fail file signature verification on non-init mounted filesystems
Mimi Zohar
1
-1
/
+14
2018-03-23
IMA: Support using new creds in appraisal policy
Matthew Garrett
1
-2
/
+12
2017-12-18
ima: support new "hash" and "dont_hash" policy actions
Mimi Zohar
1
-7
/
+9
2017-12-11
ima: re-introduce own integrity cache lock
Dmitry Kasatkin
1
-13
/
+14
2017-12-11
EVM: Add support for portable signature format
Matthew Garrett
1
-1
/
+3
2017-12-11
ima: relax requiring a file signature for new files with zero length
Mimi Zohar
1
-1
/
+2
2017-11-20
ima: do not update security.ima if appraisal status is not INTEGRITY_PASS
Roberto Sassu
1
-0
/
+3
2017-11-08
ima: Remove redundant conditional operator
Thiago Jung Bauermann
1
-2
/
+2
2017-06-21
ima: Log the same audit cause whenever a file has no signature
Thiago Jung Bauermann
1
-1
/
+2
2017-06-21
integrity: Small code improvements
Thiago Jung Bauermann
1
-0
/
+1
[next]