summaryrefslogtreecommitdiffstats
path: root/security/integrity/ima
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'integrity-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2022-12-134-21/+48
|\
| * ima: Fix hash dependency to correct algorithmTianjia Zhang2022-11-281-1/+1
| * ima: Fix misuse of dereference of pointer in template_desc_init_fields()Xiu Jianfeng2022-11-161-2/+2
| * ima: Fix memory leak in __ima_inode_hash()Roberto Sassu2022-11-031-1/+6
| * ima: Handle -ESTALE returned by ima_filter_rule_match()GUO Zihua2022-11-021-9/+32
| * ima: Simplify ima_lsm_copy_ruleGUO Zihua2022-11-021-7/+3
| * ima: Fix a potential NULL pointer access in ima_restore_measurement_listHuaxin Lu2022-11-021-1/+4
* | Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-134-13/+15
|\ \
| * | lsm,fs: fix vfs_getxattr_alloc() return type and caller error pathsPaul Moore2022-11-184-13/+15
| |/
* | Merge tag 'fs.vfsuid.conversion.v6.2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-12-121-16/+18
|\ \
| * | ima: use type safe idmapping helpersChristian Brauner2022-10-261-16/+18
| |/
* / integrity: implement get and set acl hookChristian Brauner2022-10-201-0/+9
|/
* ima: fix blocking of security.ima xattrs of unsupported algorithmsMimi Zohar2022-08-231-4/+8
* Merge tag 'x86_kdump_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-08-011-1/+1
|\
| * x86/kexec: Carry forward IMA measurement log on kexecJonathan McDowell2022-07-011-1/+1
* | lockdown: Fix kexec lockdown bypass with ima policyEric Snowberg2022-07-201-0/+4
* | ima: Fix potential memory leak in ima_init_crypto()Jianglei Nie2022-07-131-0/+1
* | ima: force signature verification when CONFIG_KEXEC_SIG is configuredCoiby Xu2022-07-131-0/+2
* | ima: Fix a potential integer overflow in ima_appraise_measurementHuaxin Lu2022-07-071-1/+2
* | ima: fix violation measurement list recordMimi Zohar2022-07-061-3/+3
|/
* ima: support fs-verity file digest based version 3 signaturesMimi Zohar2022-05-053-13/+151
* ima: permit fsverity's file digests in the IMA measurement listMimi Zohar2022-05-054-8/+89
* ima: define a new template field named 'd-ngv2' and templatesMimi Zohar2022-05-053-11/+73
* ima: use IMA default hash algorithm for integrity violationsMimi Zohar2022-05-011-1/+1
* ima: fix 'd-ng' comments and documentationMimi Zohar2022-05-011-3/+5
* ima: remove the IMA_TEMPLATE Kconfig optionGUO Zihua2022-04-071-8/+6
* ima: remove redundant initialization of pointer 'file'.Colin Ian King2022-04-041-1/+1
* Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-241-18/+39
|\
| * ima: Always return a file measurement in ima_file_hash()Roberto Sassu2022-03-101-13/+33
| * ima: Fix documentation-related warnings in ima_main.cRoberto Sassu2022-03-101-5/+6
* | Merge tag 'integrity-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-216-32/+36
|\ \
| * | ima: define ima_max_digest_data struct without a flexible array variableMimi Zohar2022-02-154-18/+7
| * | ima: rename IMA_ACTION_FLAGS to IMA_NONACTION_FLAGSMimi Zohar2022-02-152-2/+2
| * | ima: Return error code obtained from securityfs functionsStefan Berger2022-02-151-8/+23
| * | ima: Fix trivial typos in the commentsAustin Kim2022-02-154-4/+4
| |/
* | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-211-1/+0
|\ \ | |/ |/|
| * block: remove genhd.hChristoph Hellwig2022-02-021-1/+0
* | ima: Do not print policy rule with inactive LSM labelsStefan Berger2022-02-021-0/+8
* | ima: Allow template selection with ima_template[_fmt]= after ima_hash=Roberto Sassu2022-02-021-3/+7
* | ima: Remove ima_policy file before directoryStefan Berger2022-02-021-1/+1
|/
* Merge tag 'integrity-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-01-111-3/+3
|\
| * ima: silence measurement list hexdump during kexecBruno Meneguele2022-01-051-3/+3
* | lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()Paul Moore2021-11-222-8/+8
|/
* ima: Use strscpy instead of strlcpyPetr Vorel2021-10-092-2/+2
* ima_policy: Remove duplicate 'the' in docs commentPetr Vorel2021-10-091-2/+1
* ima: add gid supportCurtis Veit2021-10-091-27/+174
* ima: fix uid code style problemsAlex Henrie2021-10-091-4/+6
* ima: fix deadlock when traversing "ima_default_rules".liqiong2021-10-091-9/+18
* Merge tag 'integrity-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-0210-65/+316
|\
| * IMA: reject unknown hash algorithms in ima_get_hash_algoTHOBY Simon2021-08-231-1/+2