index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
integrity
/
ima
/
ima_appraise.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
James Morris
2018-12-17
1
-2
/
+12
|
\
|
*
ima: Support platform keyring for kernel appraisal
Nayna Jain
2018-12-12
1
-2
/
+12
*
|
security: audit and remove any unnecessary uses of module.h
Paul Gortmaker
2018-12-12
1
-1
/
+1
|
/
*
IMA: don't propagate opened through the entire thing
Al Viro
2018-07-12
1
-2
/
+2
*
ima: Improvements in ima_appraise_measurement()
Thiago Jung Bauermann
2018-03-25
1
-13
/
+22
*
ima: fail signature verification based on policy
Mimi Zohar
2018-03-23
1
-5
/
+6
*
ima: fail file signature verification on non-init mounted filesystems
Mimi Zohar
2018-03-23
1
-1
/
+14
*
IMA: Support using new creds in appraisal policy
Matthew Garrett
2018-03-23
1
-2
/
+12
*
ima: support new "hash" and "dont_hash" policy actions
Mimi Zohar
2017-12-18
1
-7
/
+9
*
ima: re-introduce own integrity cache lock
Dmitry Kasatkin
2017-12-11
1
-13
/
+14
*
EVM: Add support for portable signature format
Matthew Garrett
2017-12-11
1
-1
/
+3
*
ima: relax requiring a file signature for new files with zero length
Mimi Zohar
2017-12-11
1
-1
/
+2
*
ima: do not update security.ima if appraisal status is not INTEGRITY_PASS
Roberto Sassu
2017-11-20
1
-0
/
+3
*
ima: Remove redundant conditional operator
Thiago Jung Bauermann
2017-11-08
1
-2
/
+2
*
ima: Log the same audit cause whenever a file has no signature
Thiago Jung Bauermann
2017-06-21
1
-1
/
+2
*
integrity: Small code improvements
Thiago Jung Bauermann
2017-06-21
1
-0
/
+1
*
ima: define is_ima_appraise_enabled()
Mimi Zohar
2017-06-21
1
-0
/
+10
*
ima: define Kconfig IMA_APPRAISE_BOOTPARAM option
Mimi Zohar
2017-06-21
1
-0
/
+2
*
ima: accept previously set IMA_NEW_FILE
Daniel Glöckner
2017-03-07
1
-2
/
+3
*
security/integrity: Harden against malformed xattrs
Seth Forshee
2016-11-13
1
-1
/
+4
*
Revert "ima: limit file hash setting by user to fix and log modes"
Mimi Zohar
2016-11-13
1
-6
/
+2
*
Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2016-10-10
1
-11
/
+10
|
\
|
*
xattr: Add __vfs_{get,set,remove}xattr helpers
Andreas Gruenbacher
2016-10-07
1
-11
/
+10
*
|
ima: use file_dentry()
Miklos Szeredi
2016-09-16
1
-2
/
+2
|
/
*
ima: change integrity cache to store measured pcr
Eric Richter
2016-06-30
1
-0
/
+1
*
ima: extend ima_get_action() to return the policy pcr
Eric Richter
2016-06-30
1
-1
/
+1
*
ima: add support for creating files using the mknodat syscall
Mimi Zohar
2016-05-01
1
-0
/
+5
*
ima: fix ima_inode_post_setattr
Mimi Zohar
2016-05-01
1
-1
/
+1
*
ima: remove firmware and module specific cached status info
Mimi Zohar
2016-02-21
1
-19
/
+16
*
ima: define a new hook to measure and appraise a file already in memory
Mimi Zohar
2016-02-20
1
-1
/
+1
*
ima: use "ima_hooks" enum as function argument
Mimi Zohar
2016-02-18
1
-6
/
+7
*
ima: separate 'security.ima' reading functionality from collect
Dmitry Kasatkin
2016-02-18
1
-11
/
+14
*
ima: limit file hash setting by user to fix and log modes
Dmitry Kasatkin
2015-05-21
1
-2
/
+6
*
VFS: security/: d_backing_inode() annotations
David Howells
2015-04-15
1
-5
/
+5
*
Merge branch 'iov_iter' into for-next
Al Viro
2014-12-08
1
-0
/
+2
|
\
|
*
ima: check xattr value length and type in the ima_inode_setxattr()
Dmitry Kasatkin
2014-10-28
1
-0
/
+2
*
|
kill f_dentry uses
Al Viro
2014-11-19
1
-2
/
+2
|
/
*
ima: added ima_policy_flag variable
Roberto Sassu
2014-09-17
1
-2
/
+2
*
ima: provide 'ima_appraise=log' kernel option
Dmitry Kasatkin
2014-09-17
1
-0
/
+2
*
ima: remove unnecessary appraisal test
Dmitry Kasatkin
2014-09-09
1
-2
/
+0
*
ima: pass 'opened' flag to identify newly created files
Dmitry Kasatkin
2014-09-09
1
-2
/
+2
*
ima: provide flag to identify new empty files
Dmitry Kasatkin
2014-09-08
1
-2
/
+5
*
ima: add support for measuring and appraising firmware
Mimi Zohar
2014-07-25
1
-0
/
+8
*
audit: fix dangling keywords in integrity ima message output
Richard Guy Briggs
2014-07-17
1
-1
/
+1
*
ima: prevent new digsig xattr from being replaced
Mimi Zohar
2014-06-12
1
-3
/
+7
*
ima: use static const char array definitions
Mimi Zohar
2014-03-07
1
-2
/
+2
*
Revert "ima: define '_ima' as a builtin 'trusted' keyring"
Linus Torvalds
2013-11-23
1
-11
/
+0
*
ima: define '_ima' as a builtin 'trusted' keyring
Mimi Zohar
2013-10-31
1
-0
/
+11
*
ima: provide hash algo info in the xattr
Dmitry Kasatkin
2013-10-26
1
-14
/
+47
*
ima: use dynamically allocated hash storage
Dmitry Kasatkin
2013-10-25
1
-8
/
+8
[next]