index
:
daniel.thompson/linux.git
backlight-for-v4.11
backport/arm64_nmi-android-3.18
bugs/debug_ll
bugs/st-asc-avalanche
dev/arm64_alternative_if_not
dev/arm64_nix_assembler_macros
dev/arm64_nmi-v4.0
dev/arm64_nmi-v4.10
dev/arm64_nmi-v4.11
dev/arm64_nmi-v4.5
dev/arm64_nmi-v4.7-rc3
dev/arm64_nmi-v4.8
dev/arm64_nmi-v5
dev/arm_backtrace_on_apq8064
dev/arm_better_perf
dev/baseline
dev/debugll_sa1100
dev/imx_poll_get_char
dev/kdb-fiq
dev/kdb-fiq-v0.9
dev/kdb-interrupt
dev/kdb-kiosk
dev/kdb-nmi
dev/kdb_better_search
dev/kdb_ftdump
dev/kdb_no_log_levels
dev/kgdb-timeout
dev/kgdb_nmi-no_con_enabled
dev/kgdb_nmi_fiq-2
dev/msm_drm_prime_mmap-2
dev/multi_debug_ll
dev/out-of-tree
dev/perf_nmi_fiq
dev/perf_single_irq
dev/pl011-no-containerof
dev/readbwl_relaxed
dev/sched_clock_nmi-2
dev/st-asc-relaxed
dev/trigger_backtrace
dev/trigger_backtrace-v4.5
dev/trigger_backtrace-v4.6
dev/trigger_backtrace-v4.7
dev/trigger_backtrace-v4.8
developerbox/hacking
developerbox/hacking-v4.14
features/b2020-eth1
features/edid-svga
features/get_user_8
hacking/android-4.1
hacking/db820c-v4.10
hacking/fvp
hacking/ifc6410
hacking/perf
hacking/perf-reboot
hacking/pixel
hacking/x20-3.18
hacking/x20-3.18-fix_includes
honeycomb/vendor-rebase-v4.19
honeycomb/vendor-rebase-v5.0
ifc6410_lollipop
kgdb/for-next
kgdb/kdb_read_cleanup
linux-next
master
merge/fiq
merge/for_jason-3.20
rda/hacking
rda/v3.10.62-r0
rda/v3.10.62-r1
rda/v3.10.62-r2
rda/v3.10.62-r3
tty-next
Personal repo for development and upstreaming. Contains significant work on NMI/FIQ.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
integrity
/
ima
/
ima_policy.c
Age
Commit message (
Expand
)
Author
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
2019-05-29
ima: show rules with IMA_INMASK correctly
Roberto Sassu
2019-05-19
ima: fix wrong signed policy requirement when not appraising
Petr Vorel
2019-03-07
Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-02-22
security: mark expected switch fall-throughs and add a missing break
Gustavo A. R. Silva
2019-01-31
audit: remove unused actx param from audit_rule_match
Richard Guy Briggs
2019-01-02
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-12-27
Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2018-12-17
ima: cleanup the match_token policy code
Mimi Zohar
2018-12-17
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
James Morris
2018-12-12
security: audit and remove any unnecessary uses of module.h
Paul Gortmaker
2018-12-11
ima: don't measure/appraise files on efivarfs
Mimi Zohar
2018-12-11
ima: add support for arch specific policies
Nayna Jain
2018-12-11
ima: refactor ima_init_policy()
Nayna Jain
2018-07-18
ima: Differentiate auditing policy rules from "audit" actions
Stefan Berger
2018-07-18
ima: Do not audit if CONFIG_INTEGRITY_AUDIT is not set
Stefan Berger
2018-07-18
ima: Use audit_log_format() rather than audit_log_string()
Stefan Berger
2018-07-18
ima: Call audit_log_string() rather than logging it untrusted
Stefan Berger
2018-07-16
ima: add build time policy
Mimi Zohar
2018-07-16
ima: based on policy require signed kexec kernel images
Mimi Zohar
2018-05-31
IMA: use list_splice_tail_init_rcu() instead of its open coded variant
Petko Manolov
2018-05-22
ima: fix updating the ima_appraise flag
Mimi Zohar
2018-05-22
ima: define a new policy condition based on the filesystem name
Mimi Zohar
2018-03-25
ima: Add smackfs to the default appraise/measure list
Martin Townsend
2018-03-23
ima: fail signature verification based on policy
Mimi Zohar
2018-03-23
ima: clear IMA_HASH
Mimi Zohar
2018-03-23
IMA: Support using new creds in appraisal policy
Matthew Garrett
2018-01-18
ima/policy: fix parsing of fsuuid
Mike Rapoport
2017-12-18
ima: support new "hash" and "dont_hash" policy actions
Mimi Zohar
2017-11-08
ima: Fix bool initialization/comparison
Thomas Meyer
2017-07-05
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
2017-06-21
ima: Simplify policy_func_show.
Thiago Jung Bauermann
2017-06-21
integrity: Small code improvements
Thiago Jung Bauermann
2017-06-21
ima: Add cgroups2 to the defaults list
Laura Abbott
2017-06-21
ima: define a set of appraisal rules requiring file signatures
Mimi Zohar
2017-06-21
ima: extend the "ima_policy" boot command line to support multiple policies
Mimi Zohar
2017-06-05
fs: switch ->s_uuid to uuid_t
Christoph Hellwig
2017-06-05
ima/policy: switch to use uuid_t
Christoph Hellwig
2017-06-05
block: remove blk_part_pack_uuid
Christoph Hellwig
2017-03-13
ima: provide ">" and "<" operators for fowner/uid/euid rules.
Mikhail Kurinnoi
2017-03-06
integrity: mark default IMA rules as __ro_after_init
James Morris
2016-06-30
ima: extend ima_get_action() to return the policy pcr
Eric Richter
2016-06-30
ima: add policy support for extending different pcrs
Eric Richter
2016-05-20
security/integrity/ima/ima_policy.c: use %pU to output UUID in printable format
Andy Shevchenko
2016-05-04
ima: fix the string representation of the LSM/IMA hook enumeration ordering
Mimi Zohar
2016-02-21
ima: require signed IMA policy
Mimi Zohar
2016-02-21
ima: measure and appraise the IMA policy itself
Mimi Zohar
2016-02-21
ima: support for kexec image and initramfs
Mimi Zohar
2016-02-21
ima: remove firmware and module specific cached status info
Mimi Zohar
2016-02-20
ima: define a new hook to measure and appraise a file already in memory
Mimi Zohar
[next]