aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2018-11-02Merge tag 'apparmor-pr-2018-11-01' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 12-17/+291
2018-11-01apparmor: clean an indentation issue, remove extraneous spaceGravatar Colin Ian King 1-1/+1
2018-11-01apparmor: fix checkpatch error in Parse secmark policyGravatar John Johansen 1-1/+1
2018-10-26KEYS: Move trusted.h to include/keys [ver #2]Gravatar Denis Kenzior 2-137/+1
2018-10-26KEYS: trusted: Expose common functionality [ver #2]Gravatar Denis Kenzior 2-5/+21
2018-10-26KEYS: Provide keyctls to drive the new key type ops for asymmetric keys [ver #2]Gravatar David Howells 5-0/+405
2018-10-25Merge branch 'next-loadpin' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-13/+17
2018-10-25Merge branch 'next-smack' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Gravatar Linus Torvalds 2-7/+11
2018-10-25Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 9-43/+54
2018-10-24Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 8-25/+50
2018-10-24Merge tag 'selinux-pr-20181022' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 5-111/+88
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 4-4/+4
2018-10-18Merge tag 'loadpin-security-next' of https://git.kernel.org/pub/scm/linux/ker...Gravatar James Morris 2-13/+17
2018-10-18LoadPin: Rename boot param "enabled" to "enforce"Gravatar Kees Cook 2-12/+13
2018-10-18LoadPin: Report friendly block device nameGravatar Kees Cook 1-1/+4
2018-10-12apparmor: add #ifdef checks for secmark filteringGravatar Arnd Bergmann 2-0/+12
2018-10-10LSM: Don't ignore initialization failuresGravatar Kees Cook 1-1/+3
2018-10-10LSM: Provide init debugging infrastructureGravatar Kees Cook 1-0/+18
2018-10-10LSM: Record LSM name in struct lsm_infoGravatar Kees Cook 5-0/+5
2018-10-10LSM: Convert security_initcall() into DEFINE_LSM()Gravatar Kees Cook 5-5/+15
2018-10-10LSM: Convert from initcall to struct lsm_infoGravatar Kees Cook 2-9/+6
2018-10-10LSM: Remove initcall tracingGravatar Kees Cook 1-7/+1
2018-10-10LSM: Rename .security_initcall section to .lsm_infoGravatar Kees Cook 1-2/+2
2018-10-10LSM: Correctly announce start of LSM initializationGravatar Kees Cook 1-1/+2
2018-10-10ima: open a new file instance if no read permissionsGravatar Goldwyn Rodrigues 1-20/+34
2018-10-10ima: fix showing large 'violations' or 'runtime_measurements_count'Gravatar Eric Biggers 1-3/+3
2018-10-10security/integrity: remove unnecessary 'init_keyring' variableGravatar Eric Biggers 1-7/+1
2018-10-10security/integrity: constify some read-only dataGravatar Eric Biggers 8-13/+16
2018-10-03signal: Distinguish between kernel_siginfo and siginfoGravatar Eric W. Biederman 4-4/+4
2018-10-03apparmor: Fix uninitialized value in aa_split_fqnameGravatar Zubin Mithra 1-2/+4
2018-10-03apparmor: don't try to replace stale label in ptraceme checkGravatar Jann Horn 1-2/+2
2018-10-03apparmor: Replace spin_is_locked() with lockdepGravatar Lance Roy 1-1/+1
2018-10-03apparmor: Allow filtering based on secmark policyGravatar Matthew Garrett 2-1/+177
2018-10-03apparmor: Parse secmark policyGravatar Matthew Garrett 4-0/+77
2018-10-03apparmor: Add a wildcard secidGravatar Matthew Garrett 2-2/+4
2018-09-25Revert "uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct membe...Gravatar Lubomir Rintel 1-1/+1
2018-09-18Smack: Mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-1/+1
2018-09-18Smack: ptrace capability use fixesGravatar Casey Schaufler 1-3/+10
2018-09-18Smack: remove set but not used variable 'root_inode'Gravatar YueHaibing 1-3/+0
2018-09-14Revert "x86/mm/legacy: Populate the user page-table with user pgd's"Gravatar Joerg Roedel 1-1/+1
2018-09-13selinux: Add __GFP_NOWARN to allocation at str_read()Gravatar Tetsuo Handa 1-1/+1
2018-09-13apparmor: don't try to replace stale label in ptrace access checkGravatar Jann Horn 2-2/+4
2018-09-07apparmor: Fix network performance issue in aa_label_sk_permGravatar Tony Jones 1-6/+9
2018-09-06Merge tag 'apparmor-pr-2018-09-06' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+0
2018-09-05selinux: refactor mls_context_to_sid() and make it stricterGravatar Jann Horn 3-110/+82
2018-09-04uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member nameGravatar Randy Dunlap 1-1/+1
2018-09-04selinux: fix mounting of cgroup2 under older policiesGravatar Stephen Smalley 1-0/+5
2018-09-04security: tomoyo: Fix obsolete functionGravatar Ding Xiang 1-1/+2
2018-09-04Merge tag 'v4.19-rc2' into next-generalGravatar James Morris 46-383/+427
2018-09-03apparmor: fix bad debug check in apparmor_secid_to_secctx()Gravatar John Johansen 1-1/+0