summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris2014-12-051-6/+5
|\
| * selinux: Remove security_ops externYao Dongdong2014-12-011-2/+0
| * selinux: convert WARN_ONCE() to printk() in selinux_nlmsg_perm()Richard Guy Briggs2014-11-121-3/+4
| * selinux: fix inode security list corruptionStephen Smalley2014-10-151-1/+1
* | Merge branch 'smack-for-3.19' of git://git.gitorious.org/smack-next/kernel in...James Morris2014-11-272-12/+18
|\ \
| * | security: smack: fix out-of-bounds access in smk_parse_smack()Andrey Ryabinin2014-11-211-4/+3
| * | Security: smack: replace kzalloc with kmem_cache for inode_smackRohit2014-10-311-3/+10
| * | Smack: Lock mode for the floor and hat labelsCasey Schaufler2014-10-281-5/+5
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...James Morris2014-11-1912-119/+308
|\ \ \
| * | | VFS: refactor vfs_read()Dmitry Kasatkin2014-11-171-7/+3
| * | | ima: require signature based appraisalDmitry Kasatkin2014-11-172-0/+13
| * | | integrity: provide a hook to load keys when rootfs is readyDmitry Kasatkin2014-11-171-0/+11
| * | | ima: load x509 certificate from the kernelDmitry Kasatkin2014-11-174-2/+44
| * | | integrity: provide a function to load x509 certificate from the kernelDmitry Kasatkin2014-11-172-1/+37
| * | | integrity: define a new function integrity_read_file()Dmitry Kasatkin2014-11-173-32/+85
| * | | ima: added support for new kernel cmdline parameter ima_template_fmtRoberto Sassu2014-10-131-5/+34
| * | | ima: allocate field pointers array on demand in template_desc_init_fields()Roberto Sassu2014-10-131-21/+13
| * | | ima: don't allocate a copy of template_fmt in template_desc_init_fields()Roberto Sassu2014-10-131-13/+17
| * | | ima: display template format in meas. list if template name length is zeroRoberto Sassu2014-10-132-5/+15
| * | | ima: added error messages to template-related functionsRoberto Sassu2014-10-131-5/+17
| * | | ima: use atomic bit operations to protect policy update interfaceDmitry Kasatkin2014-10-112-28/+18
| * | | ima: ignore empty and with whitespaces policy linesDmitry Kasatkin2014-10-111-1/+2
| * | | ima: no need to allocate entry for commentDmitry Kasatkin2014-10-111-8/+6
| * | | ima: report policy load statusDmitry Kasatkin2014-10-111-0/+2
| * | | ima: use path names cacheDmitry Kasatkin2014-10-072-3/+4
| * | | evm: skip replacing EVM signature with HMAC on read-only filesystemDmitry Kasatkin2014-10-071-3/+8
| * | | integrity: add missing '__init' keyword for integrity_init_keyring()Dmitry Kasatkin2014-10-072-2/+2
| * | | ima: check ima_policy_flag in the ima_file_free() hookDmitry Kasatkin2014-10-073-7/+1
| |/ /
* | | Merge commit 'v3.17' into nextJames Morris2014-11-1910-50/+17
|\ \ \ | |/ / |/| |
| * | KEYS: Increase root_maxkeys and root_maxbytes sizesSteve Dickson2014-09-031-2/+2
| * | tomoyo: Fix pathname calculation breakage.Tetsuo Handa2014-08-261-2/+3
| * | Merge branch 'stable-3.17' of git://git.infradead.org/users/pcmoore/selinuxLinus Torvalds2014-08-093-6/+4
| |\ \
| | * | selinux: remove unused variabled in the netport, netnode, and netif cachesPaul Moore2014-08-073-6/+4
| * | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-08-0634-377/+781
| |\ \ \
| * \ \ \ Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-08-052-8/+4
| |\ \ \ \
| | * \ \ \ Merge tag 'v3.16-rc5' into timers/coreThomas Gleixner2014-07-1631-182/+510
| | |\ \ \ \
| | * | | | | tomoyo: Use sensible time interfaceThomas Gleixner2014-06-122-8/+4
| * | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-08-042-31/+3
| |\ \ \ \ \ \
| | * | | | | | sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-162-31/+3
| | | |/ / / / | | |/| | | |
| * | | | | | cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypesTejun Heo2014-07-151-1/+1
| |/ / / / /
* | | | | | integrity: do zero padding of the key idDmitry Kasatkin2014-10-061-1/+1
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...James Morris2014-10-026-47/+94
|\ \ \ \ \ \
| * | | | | | ima: detect violations for mmaped filesRoberto Sassu2014-09-182-9/+5
| * | | | | | ima: fix race condition on ima_rdwr_violation_check and process_measurementRoberto Sassu2014-09-181-21/+33
| * | | | | | ima: added ima_policy_flag variableRoberto Sassu2014-09-174-5/+34
| * | | | | | ima: return an error code from ima_add_boot_aggregate()Roberto Sassu2014-09-171-6/+15
| * | | | | | ima: provide 'ima_appraise=log' kernel optionDmitry Kasatkin2014-09-172-2/+5
| * | | | | | ima: move keyring initialization to ima_init()Dmitry Kasatkin2014-09-172-8/+6
* | | | | | | Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris2014-10-015-83/+115
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | selinux: normalize audit log formattingRichard Guy Briggs2014-09-221-6/+8
OpenPOWER on IntegriCloud