summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
2018-11-29Merge tag 'selinux-pr-20181129' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+12
2018-11-29selinux: add support for RTM_NEWCHAIN, RTM_DELCHAIN, and RTM_GETCHAINPaul Moore-1/+12
2018-11-26audit: use current whenever possiblePaul Moore-1/+1
2018-11-26selinux: make "selinux_policycap_names[]" const char *Alexey Dobriyan-2/+2
2018-11-26selinux: always allow mounting submountsOndrej Mosnacek-1/+1
2018-11-20selinux: refactor sidtab conversionOndrej Mosnacek-41/+42
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers-7/+6
2018-11-15Merge tag 'selinux-pr-20181115' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+10
2018-11-14apparmor: Fix warning about unused function apparmor_ipv6_postroutePetr Vorel-0/+2
2018-11-13selinux: fix non-MLS handling in mls_context_to_sid()Paul Moore-3/+7
2018-11-13integrity: support new struct public_key_signature encoding fieldMimi Zohar-0/+1
2018-11-13selinux: check length properly in SCTP bind hookOndrej Mosnacek-0/+3
2018-11-13integrity: support new struct public_key_signature encoding fieldMimi Zohar-0/+1
2018-11-13tpm: use u32 instead of int for PCR indexTomas Winkler-2/+3
2018-11-12Merge tag 'v4.20-rc2' into next-generalJames Morris-326/+880
2018-11-05selinux: policydb - fix byte order and alignment issuesOndrej Mosnacek-15/+36
2018-11-05tomoyo: fix small typoYangtao Li-1/+1
2018-11-02Merge tag 'apparmor-pr-2018-11-01' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-17/+291
2018-11-01apparmor: clean an indentation issue, remove extraneous spaceColin Ian King-1/+1
2018-11-01apparmor: fix checkpatch error in Parse secmark policyJohn Johansen-1/+1
2018-10-26KEYS: Move trusted.h to include/keys [ver #2]Denis Kenzior-137/+1
2018-10-26KEYS: trusted: Expose common functionality [ver #2]Denis Kenzior-5/+21
2018-10-26KEYS: Provide keyctls to drive the new key type ops for asymmetric keys [ver #2]David Howells-0/+405
2018-10-25Merge branch 'next-loadpin' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-13/+17
2018-10-25Merge branch 'next-smack' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds-7/+11
2018-10-25Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-43/+54
2018-10-24Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-25/+50
2018-10-24Merge tag 'selinux-pr-20181022' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-111/+88
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-4/+4
2018-10-18Merge tag 'loadpin-security-next' of https://git.kernel.org/pub/scm/linux/ker...James Morris-13/+17
2018-10-18LoadPin: Rename boot param "enabled" to "enforce"Kees Cook-12/+13
2018-10-18LoadPin: Report friendly block device nameKees Cook-1/+4
2018-10-12apparmor: add #ifdef checks for secmark filteringArnd Bergmann-0/+12
2018-10-10LSM: Don't ignore initialization failuresKees Cook-1/+3
2018-10-10LSM: Provide init debugging infrastructureKees Cook-0/+18
2018-10-10LSM: Record LSM name in struct lsm_infoKees Cook-0/+5
2018-10-10LSM: Convert security_initcall() into DEFINE_LSM()Kees Cook-5/+15
2018-10-10LSM: Convert from initcall to struct lsm_infoKees Cook-9/+6
2018-10-10LSM: Remove initcall tracingKees Cook-7/+1
2018-10-10LSM: Rename .security_initcall section to .lsm_infoKees Cook-2/+2
2018-10-10LSM: Correctly announce start of LSM initializationKees Cook-1/+2
2018-10-10ima: open a new file instance if no read permissionsGoldwyn Rodrigues-20/+34
2018-10-10ima: fix showing large 'violations' or 'runtime_measurements_count'Eric Biggers-3/+3
2018-10-10security/integrity: remove unnecessary 'init_keyring' variableEric Biggers-7/+1
2018-10-10security/integrity: constify some read-only dataEric Biggers-13/+16
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman-4/+4
2018-10-03apparmor: Fix uninitialized value in aa_split_fqnameZubin Mithra-2/+4
2018-10-03apparmor: don't try to replace stale label in ptraceme checkJann Horn-2/+2
2018-10-03apparmor: Replace spin_is_locked() with lockdepLance Roy-1/+1
2018-10-03apparmor: Allow filtering based on secmark policyMatthew Garrett-1/+177