aboutsummaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)Author
2019-05-16selinux: do not report error on connect(AF_UNSPEC)Paolo Abeni
2019-05-10KEYS: trusted: fix -Wvarags warningndesaulniers@google.com
2019-05-08selinux: never allow relabeling on context mountsOndrej Mosnacek
2019-05-08selinux: avoid silent denials in permissive mode under RCU walkStephen Smalley
2019-05-04selinux: use kernel linux/socket.h for genheaders and mdpPaulo Alcantara
2019-04-27device_cgroup: fix RCU imbalance in error caseJann Horn
2019-04-05selinux: do not override context on context mountsOndrej Mosnacek
2019-04-05apparmor: fix double free when unpack of secmark rules failsJohn Johansen
2019-03-23security/selinux: fix SECURITY_LSM_NATIVE_LABELS on reused superblockJ. Bruce Fields
2019-03-23selinux: add the missing walk_size + len check in selinux_sctp_bind_connectXin Long
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-02-22KEYS: always initialize keyring_index_key::desc_lenEric Biggers
2019-02-20missing barriers in some of unix_sock ->addr and ->path accessesAl Viro
2019-02-15keys: Timestamp new keysDavid Howells
2019-02-15keys: Fix dependency loop between construction record and auth keyDavid Howells
2019-02-15KEYS: allow reaching the keys quotas exactlyEric Biggers
2019-02-01apparmor: Fix aa_label_build() error handling for failed mergesJohn Johansen
2019-02-01apparmor: Fix warning about unused function apparmor_ipv6_postroutePetr Vorel
2019-01-17Merge branch 'fixes-v5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-01-16LSM: Check for NULL cred-security on freeJames Morris
2019-01-16Yama: Check for pid death before checking ancestryKees Cook
2019-01-16Merge tag 'selinux-pr-20190115' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-01-10selinux: fix GPF on invalid policyStephen Smalley
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2019-01-02Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds
2019-01-02Merge branch 'next-smack' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds
2019-01-02Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-01-01KEYS: fix parsing invalid pkey info stringEric Biggers
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-12-28Merge tag 'libnvdimm-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-12-27Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-12-27Merge tag 'selinux-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-12-27Merge tag 'audit-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-12-21smack: rewrite smack_sb_eat_lsm_opts()Al Viro
2018-12-21smack: get rid of match_token()Al Viro
2018-12-21smack: take the guts of smack_parse_opts_str() into a new helperAl Viro
2018-12-21LSM: new method: ->sb_add_mnt_opt()Al Viro
2018-12-21selinux: rewrite selinux_sb_eat_lsm_opts()Al Viro
2018-12-21selinux: regularize Opt_... names a bitAl Viro
2018-12-21selinux: switch away from match_token()Al Viro
2018-12-21selinux: new helper - selinux_add_opt()Al Viro
2018-12-21smack: switch to private smack_mnt_optsAl Viro
2018-12-21selinux: switch to private struct selinux_mnt_optsAl Viro
2018-12-21LSM: hide struct security_mnt_opts from any generic codeAl Viro
2018-12-21selinux: kill selinux_sb_get_mnt_opts()Al Viro