index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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
2019-08-06
ima: Collect modsig
Thiago Jung Bauermann
1
-1
/
+1
2019-08-06
ima: Implement support for module-style appended signatures
Thiago Jung Bauermann
1
-4
/
+47
2019-08-06
ima: Factor xattr_verify() out of ima_appraise_measurement()
Thiago Jung Bauermann
1
-60
/
+81
2019-07-09
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-4
/
+5
2019-07-01
integrity: Introduce struct evm_xattr
Thiago Jung Bauermann
1
-3
/
+4
2019-06-20
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-13
ima: Support platform keyring for kernel appraisal
Nayna Jain
1
-2
/
+12
2018-12-13
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-12
ima: re-introduce own integrity cache lock
Dmitry Kasatkin
1
-13
/
+14
2017-12-12
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
2017-06-21
ima: define is_ima_appraise_enabled()
Mimi Zohar
1
-0
/
+10
2017-06-21
ima: define Kconfig IMA_APPRAISE_BOOTPARAM option
Mimi Zohar
1
-0
/
+2
2017-03-07
ima: accept previously set IMA_NEW_FILE
Daniel Glöckner
1
-2
/
+3
2016-11-14
security/integrity: Harden against malformed xattrs
Seth Forshee
1
-1
/
+4
2016-11-14
Revert "ima: limit file hash setting by user to fix and log modes"
Mimi Zohar
1
-6
/
+2
2016-10-11
Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-11
/
+10
2016-10-08
xattr: Add __vfs_{get,set,remove}xattr helpers
Andreas Gruenbacher
1
-11
/
+10
2016-09-16
ima: use file_dentry()
Miklos Szeredi
1
-2
/
+2
2016-06-30
ima: change integrity cache to store measured pcr
Eric Richter
1
-0
/
+1
2016-06-30
ima: extend ima_get_action() to return the policy pcr
Eric Richter
1
-1
/
+1
2016-05-01
ima: add support for creating files using the mknodat syscall
Mimi Zohar
1
-0
/
+5
2016-05-01
ima: fix ima_inode_post_setattr
Mimi Zohar
1
-1
/
+1
2016-02-21
ima: remove firmware and module specific cached status info
Mimi Zohar
1
-19
/
+16
2016-02-21
ima: define a new hook to measure and appraise a file already in memory
Mimi Zohar
1
-1
/
+1
2016-02-19
ima: use "ima_hooks" enum as function argument
Mimi Zohar
1
-6
/
+7
2016-02-19
ima: separate 'security.ima' reading functionality from collect
Dmitry Kasatkin
1
-11
/
+14
2015-05-21
ima: limit file hash setting by user to fix and log modes
Dmitry Kasatkin
1
-2
/
+6
2015-04-15
VFS: security/: d_backing_inode() annotations
David Howells
1
-5
/
+5
2014-12-09
Merge branch 'iov_iter' into for-next
Al Viro
1
-0
/
+2
2014-11-19
kill f_dentry uses
Al Viro
1
-2
/
+2
2014-10-28
ima: check xattr value length and type in the ima_inode_setxattr()
Dmitry Kasatkin
1
-0
/
+2
2014-09-18
ima: added ima_policy_flag variable
Roberto Sassu
1
-2
/
+2
2014-09-18
ima: provide 'ima_appraise=log' kernel option
Dmitry Kasatkin
1
-0
/
+2
2014-09-09
ima: remove unnecessary appraisal test
Dmitry Kasatkin
1
-2
/
+0
2014-09-09
ima: pass 'opened' flag to identify newly created files
Dmitry Kasatkin
1
-2
/
+2
2014-09-09
ima: provide flag to identify new empty files
Dmitry Kasatkin
1
-2
/
+5
[next]