summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | evm: Fix possible memory leak in evm_calc_hmac_or_hash()Roberto Sassu2020-05-071-1/+1
| * | | | ima: Set again build_ima_appraise variableKrzysztof Struczynski2020-05-071-2/+8
| * | | | ima: Remove redundant policy rule set in add_rules()Krzysztof Struczynski2020-05-071-4/+1
| * | | | ima: Fix ima digest hash table key calculationKrzysztof Struczynski2020-05-071-3/+4
| * | | | ima: Use ima_hash_algo for collision detection in the measurement listRoberto Sassu2020-04-193-5/+23
| * | | | ima: Calculate and extend PCR with digests in ima_template_entryRoberto Sassu2020-04-193-15/+58
| * | | | ima: Allocate and initialize tfm for each PCR bankRoberto Sassu2020-04-191-26/+119
| * | | | ima: Switch to dynamically allocated buffer for template digestsRoberto Sassu2020-04-196-10/+45
| * | | | ima: Store template digest directly in ima_template_entryRoberto Sassu2020-04-193-24/+9
| * | | | ima: Evaluate error in init_ima()Roberto Sassu2020-04-191-0/+3
| * | | | ima: Switch to ima_hash_algo for boot aggregateRoberto Sassu2020-04-192-11/+58
| | |_|/ | |/| |
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-042-22/+5
|\ \ \ \
| * | | | mm: add kvfree_sensitive() for freeing sensitive data objectsWaiman Long2020-06-042-22/+5
* | | | | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-048-40/+32
|\ \ \ \ \
| * | | | | exec: Compute file based creds only onceEric W. Biederman2020-05-292-13/+15
| * | | | | exec: Add a per bprm->file version of per_clearEric W. Biederman2020-05-291-1/+1
| * | | | | Merge commit a4ae32c71fe9 ("exec: Always set cap_ambient in cap_bprm_set_creds")Eric W. Biederman2020-05-271-0/+1
| |\ \ \ \ \
| * | | | | | exec: Convert security_bprm_set_creds into security_bprm_repopulate_credsEric W. Biederman2020-05-212-7/+6
| * | | | | | exec: Factor security_bprm_creds_for_exec out of security_bprm_set_credsEric W. Biederman2020-05-207-27/+18
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-041-1/+3
|\ \ \ \ \ \
| * | | | | | proc: proc_pid_ns takes super_block as an argumentAlexey Gladkov2020-05-191-1/+1
| * | | | | | Use proc_pid_ns() to get pid_namespace from the proc superblockAlexey Gladkov2020-04-241-1/+3