index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
integrity
/
ima
/
ima_policy.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-07
Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-4
/
+2
2019-02-22
security: mark expected switch fall-throughs and add a missing break
Gustavo A. R. Silva
1
-0
/
+4
2019-01-31
audit: remove unused actx param from audit_rule_match
Richard Guy Briggs
1
-4
/
+2
2019-01-02
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-43
/
+128
2018-12-27
Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2018-12-17
ima: cleanup the match_token policy code
Mimi Zohar
1
-5
/
+5
2018-12-17
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
James Morris
1
-43
/
+128
2018-12-12
security: audit and remove any unnecessary uses of module.h
Paul Gortmaker
1
-1
/
+1
2018-12-11
ima: don't measure/appraise files on efivarfs
Mimi Zohar
1
-1
/
+3
2018-12-11
ima: add support for arch specific policies
Nayna Jain
1
-2
/
+70
2018-12-11
ima: refactor ima_init_policy()
Nayna Jain
1
-41
/
+56
2018-07-18
ima: Differentiate auditing policy rules from "audit" actions
Stefan Berger
1
-2
/
+2
2018-07-18
ima: Do not audit if CONFIG_INTEGRITY_AUDIT is not set
Stefan Berger
1
-1
/
+5
2018-07-18
ima: Use audit_log_format() rather than audit_log_string()
Stefan Berger
1
-2
/
+1
2018-07-18
ima: Call audit_log_string() rather than logging it untrusted
Stefan Berger
1
-1
/
+1
2018-07-16
ima: add build time policy
Mimi Zohar
1
-3
/
+43
2018-07-16
ima: based on policy require signed kexec kernel images
Mimi Zohar
1
-0
/
+2
2018-05-31
IMA: use list_splice_tail_init_rcu() instead of its open coded variant
Petko Manolov
1
-15
/
+2
2018-05-22
ima: fix updating the ima_appraise flag
Mimi Zohar
1
-9
/
+19
2018-05-22
ima: define a new policy condition based on the filesystem name
Mimi Zohar
1
-1
/
+24
2018-03-25
ima: Add smackfs to the default appraise/measure list
Martin Townsend
1
-0
/
+2
2018-03-23
ima: fail signature verification based on policy
Mimi Zohar
1
-0
/
+5
2018-03-23
ima: clear IMA_HASH
Mimi Zohar
1
-1
/
+1
2018-03-23
IMA: Support using new creds in appraisal policy
Matthew Garrett
1
-8
/
+15
2018-01-18
ima/policy: fix parsing of fsuuid
Mike Rapoport
1
-1
/
+1
2017-12-18
ima: support new "hash" and "dont_hash" policy actions
Mimi Zohar
1
-2
/
+28
2017-11-08
ima: Fix bool initialization/comparison
Thomas Meyer
1
-3
/
+3
2017-07-05
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
1
-60
/
+46
2017-06-21
ima: Simplify policy_func_show.
Thiago Jung Bauermann
1
-52
/
+6
2017-06-21
integrity: Small code improvements
Thiago Jung Bauermann
1
-2
/
+2
2017-06-21
ima: Add cgroups2 to the defaults list
Laura Abbott
1
-0
/
+3
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
1
-1
/
+1
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-03-13
ima: provide ">" and "<" operators for fowner/uid/euid rules.
Mikhail Kurinnoi
1
-28
/
+87
2017-03-06
integrity: mark default IMA rules as __ro_after_init
James Morris
1
-4
/
+4
2016-06-30
ima: extend ima_get_action() to return the policy pcr
Eric Richter
1
-1
/
+5
2016-06-30
ima: add policy support for extending different pcrs
Eric Richter
1
-1
/
+28
2016-05-20
security/integrity/ima/ima_policy.c: use %pU to output UUID in printable format
Andy Shevchenko
1
-12
/
+2
2016-05-04
ima: fix the string representation of the LSM/IMA hook enumeration ordering
Mimi Zohar
1
-2
/
+2
2016-02-21
ima: require signed IMA policy
Mimi Zohar
1
-0
/
+7
2016-02-21
ima: measure and appraise the IMA policy itself
Mimi Zohar
1
-1
/
+11
2016-02-21
ima: support for kexec image and initramfs
Mimi Zohar
1
-1
/
+16
2016-02-21
ima: remove firmware and module specific cached status info
Mimi Zohar
1
-5
/
+4
2016-02-20
ima: define a new hook to measure and appraise a file already in memory
Mimi Zohar
1
-0
/
+1
2016-02-18
ima: use "ima_hooks" enum as function argument
Mimi Zohar
1
-3
/
+3
2016-02-18
ima: refactor ima_policy_show() to display "ima_hooks" rules
Mimi Zohar
1
-27
/
+36
2016-02-08
IMA: fix non-ANSI declaration of ima_check_policy()
Colin Ian King
1
-1
/
+1
[next]