Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8a57646d28540b2a536f168df63b1b043b1d3386
/
security
/
integrity
/
ima
/
ima_policy.c
725de7f
ima: extend ima_get_action() to return the policy pcr
by Eric Richter
· 9 years ago
0260643
ima: add policy support for extending different pcrs
by Eric Richter
· 9 years ago
b8b5727
security/integrity/ima/ima_policy.c: use %pU to output UUID in printable format
by Andy Shevchenko
· 9 years ago
cf90ea9
ima: fix the string representation of the LSM/IMA hook enumeration ordering
by Mimi Zohar
· 9 years ago
95ee08f
ima: require signed IMA policy
by Mimi Zohar
· 9 years ago
19f8a84
ima: measure and appraise the IMA policy itself
by Mimi Zohar
· 9 years ago
d9ddf07
ima: support for kexec image and initramfs
by Mimi Zohar
· 9 years ago
c6af8ef
ima: remove firmware and module specific cached status info
by Mimi Zohar
· 9 years ago
cf22221
ima: define a new hook to measure and appraise a file already in memory
by Mimi Zohar
· 9 years ago
4ad87a3
ima: use "ima_hooks" enum as function argument
by Mimi Zohar
· 9 years ago
b5269ab
ima: refactor ima_policy_show() to display "ima_hooks" rules
by Mimi Zohar
· 9 years ago
c75d8e9
IMA: fix non-ANSI declaration of ima_check_policy()
by Colin Ian King
· 9 years ago
0112721
IMA: policy can be updated zero times
by Sasha Levin
· 9 years ago
6ad6afa
ima: update appraise flags after policy update completes
by Mimi Zohar
· 9 years ago
80eae20
IMA: allow reading back the current IMA policy
by Petko Manolov
· 9 years ago
38d859f
IMA: policy can now be updated multiple times
by Petko Manolov
· 9 years ago
24fd03c
ima: update builtin policies
by Mimi Zohar
· 10 years ago
4351c29
ima: extend "mask" policy matching support
by Mimi Zohar
· 10 years ago
139069e
ima: add support for new "euid" policy condition
by Mimi Zohar
· 10 years ago
cd025f7
ima: do not measure or appraise the NSFS filesystem
by Mimi Zohar
· 10 years ago
6438de9
ima: skip measurement of cgroupfs files and update documentation
by Roberto Sassu
· 10 years ago
5577857
ima: cleanup ima_init_policy() a little
by Dan Carpenter
· 10 years ago
c57782c
ima: require signature based appraisal
by Dmitry Kasatkin
· 10 years ago
0716abb
ima: use atomic bit operations to protect policy update interface
by Dmitry Kasatkin
· 10 years ago
7178784
ima: ignore empty and with whitespaces policy lines
by Dmitry Kasatkin
· 10 years ago
272a6e9
ima: no need to allocate entry for comment
by Dmitry Kasatkin
· 10 years ago
a756024
ima: added ima_policy_flag variable
by Roberto Sassu
· 10 years ago
5a9196d
ima: add support for measuring and appraising firmware
by Mimi Zohar
· 10 years ago
7e9001f
audit: fix dangling keywords in integrity ima message output
by Richard Guy Briggs
· 11 years ago
f9b2a73
ima: audit log files opened with O_DIRECT flag
by Mimi Zohar
· 11 years ago
2bb930a
integrity: fix checkpatch errors
by Dmitry Kasatkin
· 11 years ago
09b1148
ima: fix erroneous removal of security.ima xattr
by Dmitry Kasatkin
· 11 years ago
52a1328
ima: use static const char array definitions
by Mimi Zohar
· 11 years ago
29707b2
security: replace strict_strto*() with kstrto*()
by Jingoo Han
· 11 years ago
08de59e
Revert "ima: policy for RAMFS"
by Mimi Zohar
· 11 years ago
446d64e
block: fix part_pack_uuid() build error
by Mimi Zohar
· 12 years ago
33673dc
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 12 years ago
85865c1
ima: add policy support for file system uuid
by Dmitry Kasatkin
· 12 years ago
5a73fcf
ima: differentiate appraise status only for hook specific rules
by Mimi Zohar
· 12 years ago
d79d72e
ima: per hook cache integrity appraisal status
by Mimi Zohar
· 12 years ago
0e5a247
ima: added policy support for 'security.ima' type
by Dmitry Kasatkin
· 13 years ago
16cac49
ima: rename FILE_MMAP to MMAP_CHECK
by Mimi Zohar
· 12 years ago
7163a99
ima: re-initialize IMA policy LSM info
by Mimi Zohar
· 12 years ago
a7f2a36
ima: fallback to MODULE_SIG_ENFORCE for existing kernel module syscall
by Mimi Zohar
· 12 years ago
fdf9072
ima: support new kernel module syscall
by Mimi Zohar
· 12 years ago
88265322
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 12 years ago
8b94eea
userns: Add user namespace support to IMA
by Eric W. Biederman
· 13 years ago
e7c568e
ima: audit log hashes
by Peter Moody
· 13 years ago
45e2472
ima: generic IMA action flag handling
by Dmitry Kasatkin
· 12 years ago
07f6a79
ima: add appraise action keywords and default rules
by Mimi Zohar
· 14 years ago
2fe5d6d
ima: integrity appraisal extension
by Mimi Zohar
· 13 years ago
8445d64
ima: add policy for pseudo fs
by Dmitry Kasatkin
· 12 years ago
b0d5de4
IMA: fix audit res field to indicate 1 for success and 0 for failure
by Eric Paris
· 13 years ago
9e3ff38
Merge branch 'next-queue' into next
by James Morris
· 13 years ago
4c2c392
ima: policy for RAMFS
by Dmitry Kasatkin
· 13 years ago
3db59dd
ima: fix cred sparse warning
by Mimi Zohar
· 13 years ago
867c202
ima: fix add LSM rule bug
by Mimi Zohar
· 14 years ago
0ffbe26
Merge branch 'master' into next
by James Morris
· 15 years ago
2f1506c
IMA: use audit_log_untrusted_string rather than %s
by Eric Paris
· 15 years ago
7233e3e
IMA: handle comments in policy
by Eric Paris
· 15 years ago
28ef400
IMA: handle whitespace better
by Eric Paris
· 15 years ago
e9d393b
IMA: reject policies with unknown entries
by Eric Paris
· 15 years ago
b9035b1
IMA: set entry->action to UNKNOWN rather than hard coding
by Eric Paris
· 15 years ago
7b62e16
IMA: do not allow the same rule to specify the same thing twice
by Eric Paris
· 15 years ago
6ccd045
ima: handle multiple rules per write
by Eric Paris
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
1e93d00
ima: rename PATH_CHECK to FILE_CHECK
by Mimi Zohar
· 15 years ago
932995f
IMA: Add __init notation to ima functions
by Eric Paris
· 16 years ago
5789ba3
IMA: Minimal IMA policy and boot param for TCB IMA policy
by Eric Paris
· 16 years ago
75834fc
SELinux: move SELINUX_MAGIC into magic.h
by Eric Paris
· 16 years ago
c3d2010
IMA: do not measure everything opened by root by default
by Eric Paris
· 16 years ago
53fc0e2
integrity: lsm audit rule matching fix
by Mimi Zohar
· 16 years ago
523979a
integrity: audit update
by Mimi Zohar
· 16 years ago
64c61d8
IMA: fix ima_delete_rules() definition
by James Morris
· 16 years ago
4af4662
integrity: IMA policy
by Mimi Zohar
· 16 years ago
3323eec9
integrity: IMA as an integrity service provider
by Mimi Zohar
· 16 years ago