summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-248-25/+50
|\
| * LSM: Don't ignore initialization failuresKees Cook2018-10-111-1/+3
| * LSM: Provide init debugging infrastructureKees Cook2018-10-111-0/+18
| * LSM: Record LSM name in struct lsm_infoKees Cook2018-10-115-0/+5
| * LSM: Convert security_initcall() into DEFINE_LSM()Kees Cook2018-10-115-5/+15
| * LSM: Convert from initcall to struct lsm_infoKees Cook2018-10-112-9/+6Star
| * LSM: Remove initcall tracingKees Cook2018-10-111-7/+1Star
| * LSM: Rename .security_initcall section to .lsm_infoKees Cook2018-10-111-2/+2
| * LSM: Correctly announce start of LSM initializationKees Cook2018-10-111-1/+2
| * security: tomoyo: Fix obsolete functionDing Xiang2018-09-041-1/+2
| * Merge tag 'v4.19-rc2' into next-generalJames Morris2018-09-0446-383/+427
| |\
| * | security/capabilities: remove check for -EINVALChristian Brauner2018-08-291-3/+0Star
* | | Merge tag 'selinux-pr-20181022' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-245-111/+88Star
|\ \ \
| * | | selinux: Add __GFP_NOWARN to allocation at str_read()Tetsuo Handa2018-09-131-1/+1
| * | | selinux: refactor mls_context_to_sid() and make it stricterJann Horn2018-09-053-110/+82Star
| * | | selinux: fix mounting of cgroup2 under older policiesStephen Smalley2018-09-051-0/+5
| | |/ | |/|
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-244-4/+4
|\ \ \
| * | | signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman2018-10-034-4/+4
| |/ /
* | | Revert "uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct membe...Lubomir Rintel2018-09-251-1/+1
* | | Revert "x86/mm/legacy: Populate the user page-table with user pgd's"Joerg Roedel2018-09-141-1/+1
* | | Merge tag 'apparmor-pr-2018-09-06' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-09-061-1/+0Star
|\ \ \
| * | | apparmor: fix bad debug check in apparmor_secid_to_secctx()John Johansen2018-09-031-1/+0Star
| |/ /
* / / uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member nameRandy Dunlap2018-09-051-1/+1
|/ /
* | Merge tag 'apparmor-pr-2018-08-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-08-247-44/+20Star
|\ \
| * | apparmor: remove no-op permission check in policy_unpackJohn Johansen2018-08-231-32/+0Star
| * | apparmor: fix an error code in __aa_create_ns()Dan Carpenter2018-08-221-1/+1
| * | apparmor: Fix failure to audit context info in build_change_hatJohn Johansen2018-07-201-1/+1
| * | apparmor: Fully initialize aa_perms struct when answering userspace queryTyler Hicks2018-07-201-4/+1Star
| * | apparmor: Check buffer bounds when mapping permissions maskTyler Hicks2018-07-203-6/+17
* | | Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-241-1/+1
|\ \ \
| * | | cap_inode_getsecurity: use d_find_any_alias() instead of d_find_alias()Eddie.Horng2018-08-111-1/+1
* | | | init: allow initcall tables to be emitted using relative referencesArd Biesheuvel2018-08-221-7/+10
* | | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-1612-46/+108
|\ \ \ \
| * | | | EVM: fix return value check in evm_write_xattrs()Wei Yongjun2018-07-221-2/+2
| * | | | integrity: prevent deadlock during digsig verification.Mikhail Kurinnoi2018-07-182-1/+29
| * | | | evm: Allow non-SHA1 digital signaturesMatthew Garrett2018-07-184-31/+46
| * | | | evm: Don't deadlock if a crypto algorithm is unavailableMatthew Garrett2018-07-181-1/+2
| * | | | integrity: silence warning when CONFIG_SECURITYFS is not enabledSudeep Holla2018-07-181-3/+6
| * | | | ima: Differentiate auditing policy rules from "audit" actionsStefan Berger2018-07-181-2/+2
| * | | | ima: Do not audit if CONFIG_INTEGRITY_AUDIT is not setStefan Berger2018-07-183-1/+21
| * | | | ima: Use audit_log_format() rather than audit_log_string()Stefan Berger2018-07-182-7/+2Star
| * | | | ima: Call audit_log_string() rather than logging it untrustedStefan Berger2018-07-181-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2018-08-164-16/+10Star
|\ \ \ \
| * | | | ima: Get rid of ima_used_chip and use ima_tpm_chip != NULL insteadStefan Berger2018-07-284-8/+4Star
| * | | | ima: Use tpm_default_chip() and call TPM functions with a tpm_chipStefan Berger2018-07-284-9/+7Star
| |/ / /
* | | | Merge branch 'next-smack' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds2018-08-161-6/+16
|\ \ \ \
| * \ \ \ Merge branch 'smack-for-4.19-a' of https://github.com/cschaufler/next-smack i...James Morris2018-07-301-6/+16
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Smack: Inform peer that IPv6 traffic has been blockedPiotr Sawicki2018-07-231-0/+4
| | * | | Smack: Check UDP-Lite and DCCP protocols during IPv6 handlingPiotr Sawicki2018-07-231-1/+3
| | * | | Smack: Fix handling of IPv4 traffic received by PF_INET6 socketsPiotr Sawicki2018-07-231-5/+9