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