summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds2019-07-162-2/+2
|\
| * docs: cgroup-v1: add it to the admin-guide bookMauro Carvalho Chehab2019-07-151-1/+1
| * docs: x86: move two x86-specific files to x86 arch dirMauro Carvalho Chehab2019-07-151-1/+1
* | LSM: SafeSetID: fix use of literal -1 in capable hookJann Horn2019-07-151-1/+1
* | LSM: SafeSetID: verify transitive constrainednessJann Horn2019-07-151-1/+37
* | LSM: SafeSetID: add read handlerJann Horn2019-07-152-4/+32
* | LSM: SafeSetID: rewrite userspace API to atomic updatesJann Horn2019-07-153-158/+144
* | LSM: SafeSetID: fix userns handling in securityfsJann Horn2019-07-151-3/+3
* | LSM: SafeSetID: refactor policy parsingJann Horn2019-07-151-51/+33
* | LSM: SafeSetID: refactor safesetid_security_capable()Jann Horn2019-07-151-15/+26
* | LSM: SafeSetID: refactor policy hash tableJann Horn2019-07-152-44/+37
* | LSM: SafeSetID: fix check for setresuid(new1, new2, new3)Jann Horn2019-07-151-90/+35
* | LSM: SafeSetID: fix pr_warn() to include newlineJann Horn2019-07-151-2/+2
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-121-0/+29
|\
| * mm: security: introduce init_on_alloc=1 and init_on_free=1 boot optionsAlexander Potapenko2019-07-121-0/+29
* | Merge tag 'loadpin-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-111-0/+48
|\ \ | |/ |/|
| * security/loadpin: Allow to exclude specific file typesKe Wu2019-05-311-0/+48
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-111-1/+4
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-2217-71/+65
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-1793-484/+133
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-0718-93/+35
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-315-25/+5
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | net: nexthop uapiDavid Ahern2019-05-281-1/+4
* | | | | | Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-1022-629/+187
* | | | | | Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-091-1/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'v5.2-rc4' into mauroJonathan Corbet2019-06-14131-616/+157
| |\ \ \ \ \ \
| * | | | | | | docs: fix broken documentation linksMauro Carvalho Chehab2019-06-081-1/+1
* | | | | | | | Merge branch 'next-lsm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2019-07-091-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | security/commoncap: Use xattr security prefix lenCarmeli Tamir2019-07-071-2/+2
| * | | | | | | | security: Make capability_hooks staticYueHaibing2019-06-111-1/+1
* | | | | | | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-2/+2
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2019-07-081-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | docs: cgroup-v1: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-0816-79/+378
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | integrity: Introduce struct evm_xattrThiago Jung Bauermann2019-06-303-7/+14
| * | | | | | | | | ima: Update MAX_TEMPLATE_NAME_LEN to fit largest reasonable definitionThiago Jung Bauermann2019-06-301-1/+7
| * | | | | | | | | IMA: Define a new template field bufPrakhar Srivastava2019-06-305-1/+33
| * | | | | | | | | IMA: Define a new hook to measure the kexec boot command line argumentsPrakhar Srivastava2019-06-244-0/+81
| * | | | | | | | | IMA: support for per policy rule template formatsMatthew Garrett2019-06-197-27/+76
| * | | | | | | | | integrity: Fix __integrity_init_keyring() section mismatchGeert Uytterhoeven2019-06-171-2/+3
| * | | | | | | | | ima: Use designated initializers for struct ima_event_dataThiago Jung Bauermann2019-06-142-6/+11
| * | | | | | | | | ima: use the lsm policy update notifierJanne Karhunen2019-06-143-20/+106
| * | | | | | | | | LSM: switch to blocking policy update notifiersJanne Karhunen2019-06-143-12/+15
| * | | | | | | | | x86/ima: fix the Kconfig dependency for IMA_ARCH_POLICYNayna Jain2019-06-141-1/+2
| * | | | | | | | | ima: Make arch_policy_entry staticYueHaibing2019-06-141-1/+1
| * | | | | | | | | ima: prevent a file already mmap'ed write to be mmap'ed executeMimi Zohar2019-06-041-2/+30
* | | | | | | | | | Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-0822-187/+629
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | keys: Provide KEYCTL_GRANT_PERMISSIONDavid Howells2019-07-034-1/+133
| * | | | | | | | | | keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-2721-186/+496