summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
2019-03-04keys: fix missing __user in KEYCTL_PKEY_QUERYBen Dooks-1/+1
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds-1/+1
2019-03-01LSM: Update list of SECURITYFS users in KconfigPetr Vorel-2/+1
2019-02-28introduce cloning of fs_contextAl Viro-0/+93
2019-02-28smack: Implement filesystem context security hooksDavid Howells-15/+47
2019-02-28selinux: Implement the new mount API LSM hooksDavid Howells-10/+49
2019-02-28vfs: Add LSM hooks for the new mount APIDavid Howells-0/+5
2019-02-25LSM: Ignore "security=" when "lsm=" is specifiedKees Cook-2/+6
2019-02-25LSM: Update function documentation for cap_capableMicah Morton-1/+1
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-4/+6
2019-02-22KEYS: always initialize keyring_index_key::desc_lenEric Biggers-6/+4
2019-02-22security: mark expected switch fall-throughs and add a missing breakGustavo A. R. Silva-3/+8
2019-02-22doc: sctp: Merge and clean up rst filesKees Cook-1/+1
2019-02-20missing barriers in some of unix_sock ->addr and ->path accessesAl Viro-4/+6
2019-02-19tomoyo: Bump version.Tetsuo Handa-8/+13
2019-02-15keys: Timestamp new keysDavid Howells-0/+1
2019-02-15keys: Fix dependency loop between construction record and auth keyDavid Howells-62/+41
2019-02-15KEYS: allow reaching the keys quotas exactlyEric Biggers-2/+2
2019-02-14Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...James Morris-11/+40
2019-02-13Merge tag 'tpmdd-next-20190213' of git://git.infradead.org/users/jjs/linux-tp...James Morris-25/+90
2019-02-13tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()Roberto Sassu-9/+64
2019-02-13KEYS: trusted: explicitly use tpm_chip structure from tpm_default_chip()Roberto Sassu-14/+24
2019-02-13tpm: retrieve digest size of unknown algorithms with PCR readRoberto Sassu-5/+5
2019-02-12LSM: fix return value check in safesetid_init_securityfs()Wei Yongjun-1/+1
2019-02-05selinux: fix avc audit messagesStephen Smalley-3/+3
2019-02-04evm: Use defined constant for UUID representationAndy Shevchenko-2/+1
2019-02-04ima: define ima_post_create_tmpfile() hook and add missing callMimi Zohar-2/+33
2019-02-04evm: remove set but not used variable 'xattr'YueHaibing-5/+1
2019-02-04encrypted-keys: fix Opt_err/Opt_error = -1Mimi Zohar-2/+2
2019-02-04integrity, KEYS: add a reference to platform keyringKairui Song-0/+3
2019-02-01apparmor: Fix aa_label_build() error handling for failed mergesJohn Johansen-1/+4
2019-02-01apparmor: Fix warning about unused function apparmor_ipv6_postroutePetr Vorel-0/+2
2019-01-31audit: remove unused actx param from audit_rule_matchRichard Guy Briggs-22/+10
2019-01-30LSM: SafeSetID: remove unused includeMicah Morton-1/+0
2019-01-29LSM: SafeSetID: 'depend' on CONFIG_SECURITYMicah Morton-0/+2
2019-01-28selinux: replace BUG_ONs with WARN_ONs in avc.cOndrej Mosnacek-2/+4
2019-01-28LSM: Add 'name' field for SafeSetID in DEFINE_LSMMicah Morton-0/+1
2019-01-25selinux: log invalid contexts in AVCsOndrej Mosnacek-5/+50
2019-01-25selinux: replace some BUG_ON()s with a WARN_ON()Ondrej Mosnacek-2/+3
2019-01-25selinux: inline some AVC functions used only onceOndrej Mosnacek-82/+58
2019-01-25LSM: add SafeSetID module that gates setid callsMicah Morton-1/+526
2019-01-25audit: add support for fcaps v3Richard Guy Briggs-0/+2
2019-01-24tomoyo: Allow multiple use_group lines.Tetsuo Handa-22/+42
2019-01-24tomoyo: Coding style fix.Tetsuo Handa-105/+309
2019-01-23tomoyo: Swicth from cred->security to task_struct->security.Tetsuo Handa-122/+108
2019-01-22security: keys: annotate implicit fall throughsMathieu Malaterre-0/+4
2019-01-22security: keys: annotate implicit fall throughsMathieu Malaterre-0/+3
2019-01-22security: keys: annotate implicit fall throughMathieu Malaterre-0/+1
2019-01-22apparmor: Adjust offset when accessing task blob.Tetsuo Handa-1/+1
2019-01-22Merge tag 'v5.0-rc3' into next-generalJames Morris-2/+12