summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next-loadpin' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-252-13/+17
|\
| * Merge tag 'loadpin-security-next' of https://git.kernel.org/pub/scm/linux/ker...James Morris2018-10-182-13/+17
| |\
| | * LoadPin: Rename boot param "enabled" to "enforce"Kees Cook2018-10-182-12/+13
| | * LoadPin: Report friendly block device nameKees Cook2018-10-181-1/+4
* | | Merge branch 'next-smack' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds2018-10-252-7/+11
|\ \ \
| * | | Smack: Mark expected switch fall-throughGustavo A. R. Silva2018-09-181-1/+1
| * | | Smack: ptrace capability use fixesCasey Schaufler2018-09-181-3/+10
| * | | Smack: remove set but not used variable 'root_inode'YueHaibing2018-09-181-3/+0
* | | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-259-43/+54
|\ \ \ \
| * | | | ima: open a new file instance if no read permissionsGoldwyn Rodrigues2018-10-101-20/+34
| * | | | ima: fix showing large 'violations' or 'runtime_measurements_count'Eric Biggers2018-10-101-3/+3
| * | | | security/integrity: remove unnecessary 'init_keyring' variableEric Biggers2018-10-101-7/+1
| * | | | security/integrity: constify some read-only dataEric Biggers2018-10-108-13/+16
| |/ / /
* | | | 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-101-1/+3
| * | | LSM: Provide init debugging infrastructureKees Cook2018-10-101-0/+18
| * | | LSM: Record LSM name in struct lsm_infoKees Cook2018-10-105-0/+5
| * | | LSM: Convert security_initcall() into DEFINE_LSM()Kees Cook2018-10-105-5/+15
| * | | LSM: Convert from initcall to struct lsm_infoKees Cook2018-10-102-9/+6
| * | | LSM: Remove initcall tracingKees Cook2018-10-101-7/+1
| * | | LSM: Rename .security_initcall section to .lsm_infoKees Cook2018-10-101-2/+2
| * | | LSM: Correctly announce start of LSM initializationKees Cook2018-10-101-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/+0
* | | Merge tag 'selinux-pr-20181022' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-245-111/+88
|\ \ \
| * | | 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/+82
| * | | selinux: fix mounting of cgroup2 under older policiesStephen Smalley2018-09-041-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/+0
|\ \ \
| * | | apparmor: fix bad debug check in apparmor_secid_to_secctx()John Johansen2018-09-031-1/+0
| |/ /
* | | uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member nameRandy Dunlap2018-09-041-1/+1
|/ /
* | Merge tag 'apparmor-pr-2018-08-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-08-247-44/+20
|\ \
| * | apparmor: remove no-op permission check in policy_unpackJohn Johansen2018-08-221-32/+0
| * | apparmor: fix an error code in __aa_create_ns()Dan Carpenter2018-08-211-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-191-4/+1
| * | apparmor: Check buffer bounds when mapping permissions maskTyler Hicks2018-07-193-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-1512-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
OpenPOWER on IntegriCloud