Age | Commit message (Expand) | Author | Files | Lines |
2017-07-05 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 12 | -177/+211 |
2017-06-21 | ima: Log the same audit cause whenever a file has no signature | Thiago Jung Bauermann | 1 | -1/+2 |
2017-06-21 | ima: Simplify policy_func_show. | Thiago Jung Bauermann | 2 | -62/+21 |
2017-06-21 | integrity: Small code improvements | Thiago Jung Bauermann | 6 | -9/+11 |
2017-06-21 | ima: fix get_binary_runtime_size() | Roberto Sassu | 1 | -1/+1 |
2017-06-21 | ima: use ima_parse_buf() to parse template data | Roberto Sassu | 1 | -31/+13 |
2017-06-21 | ima: use ima_parse_buf() to parse measurements headers | Roberto Sassu | 1 | -52/+28 |
2017-06-21 | ima: introduce ima_parse_buf() | Roberto Sassu | 2 | -0/+67 |
2017-06-21 | ima: Add cgroups2 to the defaults list | Laura Abbott | 1 | -0/+3 |
2017-06-21 | ima: use memdup_user_nul | Geliang Tang | 1 | -9/+4 |
2017-06-21 | ima: fix up #endif comments | Tycho Andersen | 1 | -2/+2 |
2017-06-21 | IMA: Correct Kconfig dependencies for hash selection | Ben Hutchings | 1 | -4/+4 |
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 | 2 | -0/+10 |
2017-06-21 | ima: define a set of appraisal rules requiring file signatures | Mimi Zohar | 1 | -1/+25 |
2017-06-21 | ima: extend the "ima_policy" boot command line to support multiple policies | Mimi Zohar | 1 | -5/+10 |
2017-06-05 | fs: switch ->s_uuid to uuid_t | Christoph Hellwig | 2 | -2/+2 |
2017-06-05 | ima/policy: switch to use uuid_t | Christoph Hellwig | 1 | -6/+5 |
2017-06-05 | block: remove blk_part_pack_uuid | Christoph Hellwig | 1 | -2/+1 |
2017-04-19 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li... | James Morris | 2 | -34/+94 |
2017-04-04 | KEYS: Use structure to capture key restriction function and data | Mat Martineau | 2 | -2/+18 |
2017-03-13 | ima: provide ">" and "<" operators for fowner/uid/euid rules. | Mikhail Kurinnoi | 1 | -28/+87 |
2017-03-07 | ima: accept previously set IMA_NEW_FILE | Daniel Glöckner | 1 | -2/+3 |
2017-03-06 | integrity: mark default IMA rules as __ro_after_init | James Morris | 1 | -4/+4 |
2017-03-02 | sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sche... | Ingo Molnar | 1 | -0/+2 |
2017-01-27 | ima: allow to check MAY_APPEND | Lans Zhang | 2 | -4/+5 |
2017-01-27 | ima: fix ima_d_path() possible race with rename | Mimi Zohar | 3 | -6/+24 |
2016-12-20 | ima: platform-independent hash value | Andreas Steffen | 1 | -2/+4 |
2016-12-20 | ima: define a canonical binary_runtime_measurements list format | Mimi Zohar | 5 | -13/+62 |
2016-12-20 | ima: support restoring multiple template formats | Mimi Zohar | 1 | -3/+49 |
2016-12-20 | ima: store the builtin/custom template definitions in a list | Mimi Zohar | 3 | -11/+43 |
2016-12-20 | ima: on soft reboot, save the measurement list | Mimi Zohar | 3 | -1/+119 |
2016-12-20 | ima: maintain memory size needed for serializing the measurement list | Mimi Zohar | 3 | -2/+64 |
2016-12-20 | ima: permit duplicate measurement list entries | Mimi Zohar | 1 | -6/+10 |
2016-12-20 | ima: on soft reboot, restore the measurement list | Mimi Zohar | 6 | -0/+255 |
2016-12-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -2/+10 |
2016-12-02 | Revert "evm: Translate user/group ids relative to s_user_ns when computing HMAC" | Eric W. Biederman | 1 | -2/+10 |
2016-11-13 | security/integrity: Harden against malformed xattrs | Seth Forshee | 3 | -2/+9 |
2016-11-13 | ima: include the reason for TPM-bypass mode | Mimi Zohar | 1 | -1/+2 |
2016-11-13 | Revert "ima: limit file hash setting by user to fix and log modes" | Mimi Zohar | 1 | -6/+2 |
2016-11-13 | ima: fix memory leak in ima_release_policy | Eric Richter | 1 | -1/+1 |
2016-10-10 | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 3 | -16/+16 |
2016-10-07 | xattr: Add __vfs_{get,set,remove}xattr helpers | Andreas Gruenbacher | 3 | -16/+16 |
2016-09-16 | ima: use file_dentry() | Miklos Szeredi | 2 | -3/+3 |
2016-07-29 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 10 | -30/+80 |
2016-07-05 | evm: Translate user/group ids relative to s_user_ns when computing HMAC | Seth Forshee | 1 | -2/+2 |
2016-06-30 | ima: extend the measurement entry specific pcr | Eric Richter | 1 | -3/+3 |
2016-06-30 | ima: change integrity cache to store measured pcr | Eric Richter | 3 | -3/+11 |
2016-06-30 | ima: redefine duplicate template entries | Eric Richter | 1 | -3/+4 |
2016-06-30 | ima: change ima_measurements_show() to display the entry specific pcr | Eric Richter | 1 | -5/+4 |