Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
758ed62b0ee818fc814e85c9680f3f8236e812fe
/
security
/
integrity
c6f493d
VFS: security/: d_backing_inode() annotations
by David Howells
· 10 years ago
b11a278
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 10 years ago
11cd64a
ima: /proc/keys is now mandatory
by David Howells
· 10 years ago
6341e62
kconfig: use bool instead of boolean for type definition attributes
by Christoph Jaeger
· 10 years ago
d0bffab
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity into for-linus
by James Morris
· 10 years ago
67e2c38
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 10 years ago
ba00410
Merge branch 'iov_iter' into for-next
by Al Viro
· 10 years ago
63a0eb7
ima: Fix build failure on powerpc when TCG_IBMVTPM dependencies are not met
by Michael Ellerman
· 10 years ago
b583043
kill f_dentry uses
by Al Viro
· 10 years ago
6fb5032
VFS: refactor vfs_read()
by Dmitry Kasatkin
· 10 years ago
c57782c
ima: require signature based appraisal
by Dmitry Kasatkin
· 10 years ago
c9cd2ce
integrity: provide a hook to load keys when rootfs is ready
by Dmitry Kasatkin
· 10 years ago
fd5f4e90
ima: load x509 certificate from the kernel
by Dmitry Kasatkin
· 10 years ago
65d543b
integrity: provide a function to load x509 certificate from the kernel
by Dmitry Kasatkin
· 10 years ago
e3c4abb
integrity: define a new function integrity_read_file()
by Dmitry Kasatkin
· 10 years ago
6c880ad
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity into for-linus
by James Morris
· 10 years ago
3b1deef
evm: check xattr value length and type in evm_inode_setxattr()
by Dmitry Kasatkin
· 10 years ago
a48fda9
ima: check xattr value length and type in the ima_inode_setxattr()
by Dmitry Kasatkin
· 10 years ago
357aabe
security, crypto: LLVMLinux: Remove VLAIS from ima_crypto.c
by Behan Webster
· 11 years ago
c2426d2
ima: added support for new kernel cmdline parameter ima_template_fmt
by Roberto Sassu
· 10 years ago
1bd7fac
ima: allocate field pointers array on demand in template_desc_init_fields()
by Roberto Sassu
· 10 years ago
9f3166b
ima: don't allocate a copy of template_fmt in template_desc_init_fields()
by Roberto Sassu
· 10 years ago
7dbdb42
ima: display template format in meas. list if template name length is zero
by Roberto Sassu
· 10 years ago
71fed2e
ima: added error messages to template-related functions
by Roberto Sassu
· 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
78bb5d0
ima: report policy load status
by Dmitry Kasatkin
· 10 years ago
456f5fd
ima: use path names cache
by Dmitry Kasatkin
· 10 years ago
c2baec7
evm: skip replacing EVM signature with HMAC on read-only filesystem
by Dmitry Kasatkin
· 10 years ago
d16a858
integrity: add missing '__init' keyword for integrity_init_keyring()
by Dmitry Kasatkin
· 10 years ago
0f34a00
ima: check ima_policy_flag in the ima_file_free() hook
by Dmitry Kasatkin
· 10 years ago
594081e
integrity: do zero padding of the key id
by Dmitry Kasatkin
· 10 years ago
1b68bdf
ima: detect violations for mmaped files
by Roberto Sassu
· 10 years ago
f7a859f
ima: fix race condition on ima_rdwr_violation_check and process_measurement
by Roberto Sassu
· 10 years ago
a756024
ima: added ima_policy_flag variable
by Roberto Sassu
· 10 years ago
be39ffc
ima: return an error code from ima_add_boot_aggregate()
by Roberto Sassu
· 10 years ago
2faa6ef
ima: provide 'ima_appraise=log' kernel option
by Dmitry Kasatkin
· 10 years ago
31b70f6
ima: move keyring initialization to ima_init()
by Dmitry Kasatkin
· 10 years ago
a2d61ed
integrity: make integrity files as 'integrity' module
by Dmitry Kasatkin
· 10 years ago
7ef84e6
integrity: base integrity subsystem kconfig options on integrity
by Dmitry Kasatkin
· 11 years ago
1ae8f41
integrity: move asymmetric keys config option
by Dmitry Kasatkin
· 11 years ago
b4148db
ima: initialize only required template
by Dmitry Kasatkin
· 10 years ago
17f4bad
ima: remove usage of filename parameter
by Dmitry Kasatkin
· 10 years ago
86f2bc0
ima: remove unnecessary appraisal test
by Dmitry Kasatkin
· 10 years ago
e4a9c51
ima: add missing '__init' keywords
by Dmitry Kasatkin
· 10 years ago
3a8a2ea
ima: remove unnecessary extra variable
by Dmitry Kasatkin
· 10 years ago
f68c05f
ima: simplify conditional statement to improve performance
by Dmitry Kasatkin
· 10 years ago
65d98f3
integrity: remove declaration of non-existing functions
by Dmitry Kasatkin
· 10 years ago
d9a2e5d
integrity: prevent flooding with 'Request for unknown key'
by Dmitry Kasatkin
· 10 years ago
3034a14
ima: pass 'opened' flag to identify newly created files
by Dmitry Kasatkin
· 10 years ago
3dcbad5
evm: properly handle INTEGRITY_NOXATTRS EVM status
by Dmitry Kasatkin
· 10 years ago
b151d6b
ima: provide flag to identify new empty files
by Dmitry Kasatkin
· 10 years ago
1f10097
evm: prevent passing integrity check if xattr read fails
by Dmitry Kasatkin
· 10 years ago
e7d021e
evm: fix checkpatch warnings
by Dmitry Kasatkin
· 10 years ago
27cd1fc
ima: fix fallback to use new_sync_read()
by Dmitry Kasatkin
· 10 years ago
23c19e2
ima: prevent buffer overflow in ima_alloc_tfm()
by Dmitry Kasatkin
· 10 years ago
9a8d289
ima: fix ima_alloc_atfm()
by Mimi Zohar
· 10 years ago
5a9196d
ima: add support for measuring and appraising firmware
by Mimi Zohar
· 10 years ago
7d2ce23
ima: define '.ima' as a builtin 'trusted' keyring
by Mimi Zohar
· 11 years ago
32c2e67
ima: provide double buffering for hash calculation
by Dmitry Kasatkin
· 10 years ago
6edf7a8
ima: introduce multi-page collect buffers
by Dmitry Kasatkin
· 10 years ago
3bcced3
ima: use ahash API for file hash calculation
by Dmitry Kasatkin
· 11 years ago
7e9001f
audit: fix dangling keywords in integrity ima message output
by Richard Guy Briggs
· 10 years ago
209b43c
ima: delay template descriptor lookup until use
by Dmitry Kasatkin
· 10 years ago
2c50b96
ima: remove unnecessary i_mutex locking from ima_rdwr_violation_check()
by Dmitry Kasatkin
· 10 years ago
0430e49
ima: introduce ima_kernel_read()
by Dmitry Kasatkin
· 10 years ago
2fb1c9a
evm: prohibit userspace writing 'security.evm' HMAC value
by Mimi Zohar
· 10 years ago
14503eb
ima: check inode integrity cache in violation check
by Dmitry Kasatkin
· 11 years ago
b882fae
ima: prevent unnecessary policy checking
by Dmitry Kasatkin
· 11 years ago
3e38df5
evm: provide option to protect additional SMACK xattrs
by Dmitry Kasatkin
· 11 years ago
d3b3367
evm: replace HMAC version with attribute mask
by Dmitry Kasatkin
· 11 years ago
060bdebfb
ima: prevent new digsig xattr from being replaced
by Mimi Zohar
· 11 years ago
fad0701
Merge branch 'serge-next-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sergeh/linux-security
by Linus Torvalds
· 10 years ago
f9b2a73
ima: audit log files opened with O_DIRECT flag
by Mimi Zohar
· 10 years ago
5166701
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
0b74717
Merge git://git.infradead.org/users/eparis/audit
by Linus Torvalds
· 11 years ago
627bf81
get rid of pointless checks for NULL ->i_op
by Al Viro
· 11 years ago
f1dc486
audit: anchor all pid references in the initial pid namespace
by Richard Guy Briggs
· 11 years ago
a3aef94
evm: enable key retention service automatically
by Dmitry Kasatkin
· 11 years ago
1d91ac6
ima: skip memory allocation for empty files
by Dmitry Kasatkin
· 11 years ago
e042003
evm: EVM does not use MD5
by Dmitry Kasatkin
· 11 years ago
61997c4
ima: return d_name.name if d_path fails
by Dmitry Kasatkin
· 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
20ee451
security: integrity: Use a more current logging style
by Joe Perches
· 11 years ago
e3b64c2
ima: reduce memory usage when a template containing the n field is used
by Roberto Sassu
· 11 years ago
c019e30
ima: restore the original behavior for sending data with ima template
by Roberto Sassu
· 11 years ago
73a6b44a
Integrity: Pass commname via get_task_comm()
by Tetsuo Handa
· 11 years ago
52a1328
ima: use static const char array definitions
by Mimi Zohar
· 11 years ago
31d4b76
ima: new helper: file_inode(file)
by Libo Chen
· 11 years ago
e0c2de2
security: cleanup Makefiles to use standard syntax for specifying sub-directories
by Sam Ravnborg
· 11 years ago
29707b2
security: replace strict_strto*() with kstrto*()
by Jingoo Han
· 11 years ago
38fd2c2
Merge to v3.13-rc7 for prerequisite changes in the Xen code for TPM
by James Morris
· 11 years ago
dcf4e39
ima: remove unneeded size_limit argument from ima_eventdigest_init_common()
by Roberto Sassu
· 11 years ago
712a49b
ima: pass HASH_ALGO__LAST as hash algo in ima_eventdigest_init()
by Roberto Sassu
· 11 years ago
c502c78
ima: change the default hash algorithm to SHA1 in ima_eventdigest_ng_init()
by Roberto Sassu
· 11 years ago
a7ed7c6
ima: properly free ima_template_entry structures
by Roberto Sassu
· 11 years ago
09ae634
ima: Do not free 'entry' before it is initialized
by Christoph Paasch
· 11 years ago
af91706
ima: store address of template_fmt_copy in a pointer before calling strsep
by Roberto Sassu
· 11 years ago
Next »