summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'apparmor/apparmor-next'Stephen Rothwell2018-08-237-40/+20
|\
| * apparmor: remove no-op permission check in policy_unpackJohn Johansen2018-08-211-28/+0
| * apparmor: fix an error code in __aa_create_ns()Dan Carpenter2018-08-211-1/+1
| * apparmor: Fix failure to audit context info in build_change_hatJohn Johansen2018-07-201-1/+1
| * apparmor: Fully initialize aa_perms struct when answering userspace queryTyler Hicks2018-07-191-4/+1
| * apparmor: Check buffer bounds when mapping permissions maskTyler Hicks2018-07-193-6/+17
* | Merge remote-tracking branch 'vfs/for-next'Stephen Rothwell2018-08-2314-89/+949
|\ \
| * \ Merge branch 'work.mount' into for-nextAl Viro2018-08-2214-89/+949
| |\ \
| | * | vfs: Remove unused code after filesystem context changesDavid Howells2018-08-123-58/+0
| | * | tomoyo: Implement security hooks for the new mount APIDavid Howells2018-08-123-0/+63
| | * | apparmor: Implement security hooks for the new mount APIDavid Howells2018-08-123-2/+162
| | * | smack: Implement filesystem context security hooksDavid Howells2018-08-122-5/+344
| | * | selinux: Implement the new mount API LSM hooksDavid Howells2018-08-121-0/+290
| | * | vfs: Add LSM hooks for the new mount APIDavid Howells2018-08-121-0/+41
| | * | vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells2018-08-024-0/+4
| | * | vfs: syscall: Add move_mount(2) to move mounts aroundDavid Howells2018-08-021-0/+5
| | * | vfs: Require specification of size of mount data for internal mountsDavid Howells2018-07-259-29/+45
* | | | init: allow initcall tables to be emitted using relative referencesArd Biesheuvel2018-08-221-7/+10
* | | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-1512-46/+108
|\ \ \ \
| * | | | EVM: fix return value check in evm_write_xattrs()Wei Yongjun2018-07-221-2/+2
| * | | | integrity: prevent deadlock during digsig verification.Mikhail Kurinnoi2018-07-182-1/+29
| * | | | evm: Allow non-SHA1 digital signaturesMatthew Garrett2018-07-184-31/+46
| * | | | evm: Don't deadlock if a crypto algorithm is unavailableMatthew Garrett2018-07-181-1/+2
| * | | | integrity: silence warning when CONFIG_SECURITYFS is not enabledSudeep Holla2018-07-181-3/+6
| * | | | ima: Differentiate auditing policy rules from "audit" actionsStefan Berger2018-07-181-2/+2
| * | | | ima: Do not audit if CONFIG_INTEGRITY_AUDIT is not setStefan Berger2018-07-183-1/+21
| * | | | ima: Use audit_log_format() rather than audit_log_string()Stefan Berger2018-07-182-7/+2
| * | | | ima: Call audit_log_string() rather than logging it untrustedStefan Berger2018-07-181-1/+1
* | | | | Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2018-08-154-16/+10
|\ \ \ \ \
| * | | | | ima: Get rid of ima_used_chip and use ima_tpm_chip != NULL insteadStefan Berger2018-07-284-8/+4
| * | | | | ima: Use tpm_default_chip() and call TPM functions with a tpm_chipStefan Berger2018-07-284-9/+7
| |/ / / /
* | | | | Merge branch 'next-smack' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds2018-08-151-6/+16
|\ \ \ \ \
| * \ \ \ \ Merge branch 'smack-for-4.19-a' of https://github.com/cschaufler/next-smack i...James Morris2018-07-301-6/+16
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Smack: Inform peer that IPv6 traffic has been blockedPiotr Sawicki2018-07-231-0/+4
| | * | | | Smack: Check UDP-Lite and DCCP protocols during IPv6 handlingPiotr Sawicki2018-07-231-1/+3
| | * | | | Smack: Fix handling of IPv4 traffic received by PF_INET6 socketsPiotr Sawicki2018-07-231-5/+9
* | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-08-151-1/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2018-08-033-47/+38
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | crypto: remove redundant type flags from tfm allocationEric Biggers2018-07-091-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-151-1/+1
|\ \ \ \ \ \
| * | | | | | net: sched: introduce chain object to uapiJiri Pirko2018-07-231-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-08-151-1/+1
|\ \ \ \ \ \
| * | | | | | kbuild: move bin2c back to scripts/ from scripts/basic/Masahiro Yamada2018-07-181-1/+1
| |/ / / / /
* | | | | | Merge tag 'selinux-pr-20180814' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-1513-189/+198
|\ \ \ \ \ \
| * | | | | | selinux: cleanup dentry and inodes on error in selinuxfsnixiaoming2018-08-071-8/+25
| * | | | | | selinux: constify write_op[]Eric Biggers2018-07-171-1/+1
| * | | | | | selinux: Cleanup printk logging in netnodepeter enderborg2018-06-191-3/+2
| * | | | | | selinux: Cleanup printk logging in avcpeter enderborg2018-06-191-1/+1
| * | | | | | selinux: Cleanup printk logging in netifpeter enderborg2018-06-191-7/+4
| * | | | | | selinux: Cleanup printk logging in netportpeter enderborg2018-06-191-3/+2