index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
integrity
/
ima
Commit message (
Expand
)
Author
Age
Files
Lines
*
ima: re-evaluate files on privileged mounted filesystems
Mimi Zohar
2018-03-23
1
-2
/
+11
*
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
5
-27
/
+70
*
iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}
Goffredo Baroncelli
2018-02-01
1
-1
/
+1
*
Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...
Linus Torvalds
2018-01-31
3
-3
/
+3
|
\
|
*
tpm: use struct tpm_chip for tpm_chip_find_get()
Jarkko Sakkinen
2018-01-08
3
-3
/
+3
*
|
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-01-31
5
-56
/
+127
|
\
\
|
*
|
ima/policy: fix parsing of fsuuid
Mike Rapoport
2018-01-18
1
-1
/
+1
|
*
|
ima: Use i_version only when filesystem supports it
Sascha Hauer
2017-12-18
1
-1
/
+2
|
*
|
ima: log message to module appraisal error
Bruno E. O. Meneguele
2017-12-18
1
-1
/
+3
|
*
|
ima: pass filename to ima_rdwr_violation_check()
Roberto Sassu
2017-12-18
1
-3
/
+3
|
*
|
ima: Fix line continuation format
Joe Perches
2017-12-18
1
-6
/
+5
|
*
|
ima: support new "hash" and "dont_hash" policy actions
Mimi Zohar
2017-12-18
4
-10
/
+50
|
*
|
ima: re-introduce own integrity cache lock
Dmitry Kasatkin
2017-12-11
2
-35
/
+62
|
*
|
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: switch IMA over to new i_version API
Jeff Layton
2018-01-29
2
-2
/
+4
*
|
ima: Use i_version only when filesystem supports it
Sascha Hauer
2017-12-13
1
-1
/
+2
|
/
*
ima: do not update security.ima if appraisal status is not INTEGRITY_PASS
Roberto Sassu
2017-11-20
1
-0
/
+3
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2017-11-14
1
-39
/
+17
|
\
|
*
ima: move to generic async completion
Gilad Ben-Yossef
2017-11-03
1
-39
/
+17
*
|
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-11-13
6
-41
/
+75
|
\
\
|
*
|
ima: Remove redundant conditional operator
Thiago Jung Bauermann
2017-11-08
1
-2
/
+2
|
*
|
ima: Fix bool initialization/comparison
Thomas Meyer
2017-11-08
2
-4
/
+4
|
*
|
ima: check signature enforcement against cmdline param instead of CONFIG
Bruno E. O. Meneguele
2017-11-08
1
-3
/
+3
|
*
|
ima: fix hash algorithm initialization
Boshi Wang
2017-11-08
1
-0
/
+4
|
*
|
integrity: use kernel_read_file_from_path() to read x509 certs
Christoph Hellwig
2017-11-08
1
-0
/
+4
|
*
|
ima: always measure and audit files in policy
Mimi Zohar
2017-11-08
3
-30
/
+56
|
*
|
ima: don't remove the securityfs policy file
Mimi Zohar
2017-11-08
1
-2
/
+2
|
|
/
*
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
|
/
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
2017-07-05
9
-171
/
+204
|
\
|
*
ima: Log the same audit cause whenever a file has no signature
Thiago Jung Bauermann
2017-06-21
1
-1
/
+2
|
*
ima: Simplify policy_func_show.
Thiago Jung Bauermann
2017-06-21
2
-62
/
+21
|
*
integrity: Small code improvements
Thiago Jung Bauermann
2017-06-21
3
-3
/
+4
|
*
ima: fix get_binary_runtime_size()
Roberto Sassu
2017-06-21
1
-1
/
+1
|
*
ima: use ima_parse_buf() to parse template data
Roberto Sassu
2017-06-21
1
-31
/
+13
|
*
ima: use ima_parse_buf() to parse measurements headers
Roberto Sassu
2017-06-21
1
-52
/
+28
|
*
ima: introduce ima_parse_buf()
Roberto Sassu
2017-06-21
2
-0
/
+67
|
*
ima: Add cgroups2 to the defaults list
Laura Abbott
2017-06-21
1
-0
/
+3
|
*
ima: use memdup_user_nul
Geliang Tang
2017-06-21
1
-9
/
+4
|
*
ima: fix up #endif comments
Tycho Andersen
2017-06-21
1
-2
/
+2
|
*
IMA: Correct Kconfig dependencies for hash selection
Ben Hutchings
2017-06-21
1
-4
/
+4
|
*
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
2
-0
/
+10
|
*
ima: define a set of appraisal rules requiring file signatures
Mimi Zohar
2017-06-21
1
-1
/
+25
|
*
ima: extend the "ima_policy" boot command line to support multiple policies
Mimi Zohar
2017-06-21
1
-5
/
+10
*
|
fs: switch ->s_uuid to uuid_t
Christoph Hellwig
2017-06-05
1
-1
/
+1
*
|
ima/policy: switch to use uuid_t
Christoph Hellwig
2017-06-05
1
-6
/
+5
*
|
block: remove blk_part_pack_uuid
Christoph Hellwig
2017-06-05
1
-2
/
+1
|
/
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...
James Morris
2017-04-19
2
-34
/
+94
|
\
[next]