summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* integrity/ima: switch to using __kernel_readChristoph Hellwig2020-07-081-13/+1
* Merge tag 'fixes-v5.8-rc3-a' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-301-1/+16
|\
| * security: Fix hook iteration and default value for inode_copy_up_xattrKP Singh2020-06-231-1/+16
* | ima: extend boot_aggregate with kernel measurementsMaurizio Drocco2020-06-242-2/+15
|/
* Merge tag 'selinux-pr-20200621' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-212-13/+12
|\
| * selinux: fix undefined return of cond_evaluate_exprTom Rix2020-06-171-0/+3
| * selinux: fix a double free in cond_read_node()/cond_read_list()Tom Rix2020-06-161-13/+5
| * selinux: fix double freeTom Rix2020-06-101-0/+4
* | ima: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-2/+2
* | Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-mort...Linus Torvalds2020-06-141-0/+6
|\ \
| * | security: Add LSM hooks to set*gid syscallsThomas Cedeno2020-06-141-0/+6
* | | Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-131-3/+3
|\ \ \
| * | | treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-3/+3
* | | | Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-1313-87/+407
|\ \ \ \
| * | | | smack: Implement the watch_key and post_notification hooksDavid Howells2020-05-191-1/+82
| * | | | selinux: Implement the watch_key security hookDavid Howells2020-05-191-0/+14
| * | | | keys: Make the KEY_NEED_* perms an enum rather than a maskDavid Howells2020-05-197-59/+114
| * | | | watch_queue: Add a key/keyring notification facilityDavid Howells2020-05-198-27/+181
| * | | | security: Add hooks to rule on setting a watchDavid Howells2020-05-191-0/+7
| * | | | security: Add a hook for the point of notification insertionDavid Howells2020-05-191-0/+9
* | | | | Merge tag 'integrity-v5.8-fix' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-121-1/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | ima: fix mprotect checkingMimi Zohar2020-06-121-1/+2
* | | | | Merge tag 'ovl-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2020-06-091-0/+1
|\ \ \ \ \
| * | | | | ovl: call secutiry hook in ovl_real_ioctl()Miklos Szeredi2020-06-031-0/+1
* | | | | | Merge tag 'linux-kselftest-kunit-5.8-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-06-091-1/+2
|\ \ \ \ \ \
| * | | | | | security: apparmor: default KUNIT_* fragments to KUNIT_ALL_TESTSAnders Roxell2020-06-011-1/+2
| | |_|/ / / | |/| | | |
* | | | | | mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* | | | | | Merge tag 'apparmor-pr-2020-06-07' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-0711-119/+185
|\ \ \ \ \ \
| * | | | | | apparmor: Fix memory leak of profile proxyJohn Johansen2020-06-073-6/+9
| * | | | | | apparmor: fix introspection of of task mode for unconfined tasksJohn Johansen2020-06-071-2/+2
| * | | | | | apparmor: check/put label on apparmor_sk_clone_security()Mauricio Faria de Oliveira2020-06-071-0/+5
| * | | | | | apparmor: Use true and false for bool variableZou Wei2020-05-152-33/+33
| * | | | | | security/apparmor/label.c: Clean code by removing redundant instructionsMateusz Nosek2020-05-151-6/+0
| * | | | | | apparmor: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-151-1/+1
| * | | | | | apparmor: ensure that dfa state tables have entriesJohn Johansen2020-04-081-0/+5
| * | | | | | apparmor: remove duplicate check of xattrs on profile attachment.John Johansen2020-01-211-17/+0
| * | | | | | apparmor: add outofband transition and use it in xattr matchJohn Johansen2020-01-214-7/+62
| * | | | | | apparmor: fail unpack if profile mode is unknownJohn Johansen2020-01-211-0/+4
| * | | | | | apparmor: fix nnp subset test for unconfinedJohn Johansen2020-01-213-4/+39
| * | | | | | apparmor: remove useless aafs_create_symlinkJohn Johansen2020-01-211-41/+9
| * | | | | | apparmor: add consistency check between state and dfa diff encode flagsJohn Johansen2020-01-181-0/+6
| * | | | | | apparmor: add a valid state flags checkJohn Johansen2020-01-182-0/+8
| * | | | | | AppArmor: Remove semicolonVasyl Gomonovych2020-01-181-1/+1
| * | | | | | apparmor: Replace two seq_printf() calls by seq_puts() in aa_label_seq_xprint()Markus Elfring2020-01-181-2/+2
* | | | | | | ima: Remove __init annotation from ima_pcrread()Roberto Sassu2020-06-071-1/+1
* | | | | | | Merge tag 'integrity-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2020-06-0612-87/+390
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | ima: Directly free *entry in ima_alloc_init_template() if digests is NULLRoberto Sassu2020-06-051-2/+3
| * | | | | | ima: Call ima_calc_boot_aggregate() in ima_eventdigest_init()Roberto Sassu2020-06-034-5/+24
| * | | | | | ima: Directly assign the ima_default_policy pointer to ima_rulesRoberto Sassu2020-06-031-2/+1
| * | | | | | ima: verify mprotect change is consistent with mmap policyMimi Zohar2020-05-222-1/+57