summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
2019-04-18integrity: support EC-RDSA signatures for asymmetric_verifyVitaly Chikunov-2/+9
2019-04-17apparmor: fix spelling mistake "immutible" -> "immutable"Colin Ian King-1/+1
2019-04-15Merge branch 'smack-for-5.2' of https://github.com/cschaufler/next-smack into...James Morris-41/+28
2019-04-15selinux: Check address length before reading address familyTetsuo Handa-1/+6
2019-04-11apparmor: fix blob compression when ns is forced on a policy loadJohn Johansen-4/+8
2019-04-11apparmor: fix missing ZLIB definesJohn Johansen-0/+2
2019-04-11apparmor: fix blob compression build failure on ppcJohn Johansen-1/+1
2019-04-11apparmor: Initial implementation of raw policy blob compressionChris Coulson-8/+285
2019-04-10Revert "security: inode: fix a missing check for securityfs_create_file"James Morris-5/+0
2019-04-10apparmorfs: fix use-after-free on symlink traversalAl Viro-4/+9
2019-04-10securityfs: fix use-after-free on symlink traversalAl Viro-4/+9
2019-04-10Yama: mark function as staticMukesh Ojha-1/+1
2019-04-10security: inode: fix a missing check for securityfs_create_fileKangjie Lu-0/+5
2019-04-10keys: safe concurrent user->{session,uid}_keyring accessJann Horn-16/+20
2019-04-10security: don't use RCU accessors for cred->session_keyringJann Horn-15/+6
2019-04-10Yama: mark local symbols as staticJann Horn-3/+3
2019-04-10apparmor: Restore Y/N in /sys for apparmor's "enabled"Kees Cook-1/+48
2019-04-08KEYS: trusted: fix -Wvarags warningndesaulniers@google.com-2/+2
2019-04-08KEYS: trusted: allow trusted.ko to initialize w/o a TPMJarkko Sakkinen-5/+23
2019-04-04kernfs: fix xattr name handling in LSM helpersOndrej Mosnacek-5/+4
2019-04-03Smack: Fix IPv6 handling of 0 secmarkCasey Schaufler-0/+2
2019-04-02Smack: Create smack_rule cache to optimize memory usageCasey Schaufler-3/+11
2019-04-02smack: removal of global rule listVishal Goel-38/+15
2019-03-29LSM: Revive CONFIG_DEFAULT_SECURITY_* for "make oldconfig"Kees Cook-0/+38
2019-03-28Yama: mark local symbols as staticJann Horn-4/+4
2019-03-27audit: link integrity evm_write_xattrs record to syscall eventRichard Guy Briggs-5/+5
2019-03-25selinux: avoid uninitialized variable warningArnd Bergmann-9/+5
2019-03-25selinux: remove useless assignmentsOndrej Mosnacek-5/+2
2019-03-22selinux: Make selinux_kernfs_init_security staticYueHaibing-2/+2
2019-03-20selinux: implement the kernfs_init_security hookOndrej Mosnacek-0/+66
2019-03-20LSM: add new hook for kernfs node initializationOndrej Mosnacek-0/+6
2019-03-20selinux: try security xattr after genfs for kernfs filesystemsOndrej Mosnacek-73/+85
2019-03-20vfs: syscall: Add move_mount(2) to move mounts aroundDavid Howells-0/+5
2019-03-19device_cgroup: fix RCU imbalance in error caseJann Horn-1/+1
2019-03-18selinux: use kernel linux/socket.h for genheaders and mdpPaulo Alcantara-0/+1
2019-03-18selinux: fix NULL dereference in policydb_destroy()Ondrej Mosnacek-4/+9
2019-03-13Merge tag 'selinux-pr-20190312' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+7
2019-03-13Merge tag 'apparmor-pr-2019-03-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+2
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-25/+194
2019-03-12selinux: convert to kvmallocKent Overstreet-144/+62
2019-03-12apparmor: fix double free when unpack of secmark rules failsJohn Johansen-0/+1
2019-03-12apparmor: delete the dentry in aafs_remove() to avoid a leakChris Coulson-0/+1
2019-03-11security/selinux: fix SECURITY_LSM_NATIVE_LABELS on reused superblockJ. Bruce Fields-1/+4
2019-03-11selinux: add the missing walk_size + len check in selinux_sctp_bind_connectXin Long-0/+3
2019-03-10Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds-25/+90
2019-03-10Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-11/+40
2019-03-09Merge tag 'docs-5.1' of git://git.lwn.net/linuxLinus Torvalds-1/+1
2019-03-07Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-22/+12
2019-03-07Merge tag 'selinux-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-127/+176
2019-03-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-965/+2018