summaryrefslogtreecommitdiff
path: root/security
Commit message (Expand)AuthorAgeFilesLines
...
| * | selinux: Add xfs quota command typesRichard Haines2020-02-221-0/+7
| * | selinux: optimize storage of filename transitionsOndrej Mosnacek2020-02-223-80/+110
| * | selinux: factor out loop body from filename_trans_read()Ondrej Mosnacek2020-02-131-59/+63
| * | security: selinux: allow per-file labeling for bpffsConnor O'Brien2020-02-111-0/+1
| * | selinux: generalize evaluate_cond_node()Ondrej Mosnacek2020-02-113-6/+12
| * | selinux: convert cond_expr to arrayOndrej Mosnacek2020-02-112-43/+33
| * | selinux: convert cond_av_list to arrayOndrej Mosnacek2020-02-112-79/+53
| * | selinux: convert cond_list to arrayOndrej Mosnacek2020-02-117-59/+43
| * | selinux: sel_avc_get_stat_idx should increase position indexVasily Averin2020-02-101-0/+1
| * | selinux: allow kernfs symlinks to inherit parent directory contextChristian Göttsche2020-02-103-2/+13
| * | selinux: simplify evaluate_cond_node()Ondrej Mosnacek2020-02-103-13/+6
| * | Documentation,selinux: deprecate setting checkreqprot to 1Stephen Smalley2020-02-103-1/+15
| * | selinux: move status variables out of selinux_ssOndrej Mosnacek2020-02-106-22/+23
* | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-301-1/+1
|\ \ \
| * \ \ Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...Ingo Molnar2020-02-261-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | integrity: Check properly whether EFI GetVariable() is availableArd Biesheuvel2020-02-231-1/+1
| | |/
* | | KEYS: reaching the keys quotas correctlyYang Xu2020-03-152-3/+3
|/ /
* | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-02-202-14/+31
|\ \
| * | ima: add sm3 algorithm to hash algorithm configuration listTianjia Zhang2020-02-181-0/+5
| * | efi: Only print errors about failing to get certs if EFI vars are foundJavier Martinez Canillas2020-02-181-14/+26
| |/
* | Merge tag 'selinux-pr-20200210' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-02-102-10/+4
|\ \ | |/ |/|
| * selinux: fix sidtab string cache lockingOndrej Mosnacek2020-02-051-9/+3
| * selinux: fix typo in filesystem nameHridya Valsaraju2020-02-051-1/+1
* | Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-02-082-15/+5
|\ \
| * | fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2020-02-072-13/+5
| * | fs_parser: remove fs_parameter_description name fieldEric Sandeen2020-02-072-3/+1
* | | Merge tag 'Smack-for-5.6' of git://github.com/cschaufler/smack-nextLinus Torvalds2020-02-061-22/+19
|\ \ \
| * | | broken ping to ipv6 linklocal addresses on debian busterCasey Schaufler2020-02-051-22/+19
| |/ /
* | | Merge tag 'linux-kselftest-5.6-rc1-kunit' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-01-293-0/+627
|\ \ \
| * | | kunit: building kunit as a module breaks allmodconfigAlan Maguire2020-01-101-1/+1
| * | | apparmor: add AppArmor KUnit tests for policy unpackMike Salvatore2020-01-093-0/+627
| |/ /
* | | Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-291-2/+4
|\ \ \
| * | | namei: allow nd_jump_link() to produce errorsAleksa Sarai2019-12-081-2/+4
* | | | Merge branch 'for-v5.6' of git://git.kernel.org:/pub/scm/linux/kernel/git/jmo...Linus Torvalds2020-01-281-1/+0
|\ \ \ \
| * | | | security: remove EARLY_LSM_COUNT which never usedAlex Shi2020-01-271-1/+0
* | | | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-01-2812-38/+506
|\ \ \ \ \
| * | | | | IMA: Defined delayed workqueue to free the queued keysLakshmi Ramasubramanian2020-01-233-6/+48
| * | | | | IMA: Call workqueue functions to measure queued keysLakshmi Ramasubramanian2020-01-232-0/+11
| * | | | | IMA: Define workqueue for early boot key measurementsLakshmi Ramasubramanian2020-01-234-0/+166
| * | | | | IMA: pre-allocate buffer to hold keyrings stringLakshmi Ramasubramanian2020-01-221-8/+30
| * | | | | ima: ima/lsm policy rule loading logic bug fixesJanne Karhunen2020-01-221-18/+26
| * | | | | ima: add the ability to query the cached hash of a given fileFlorent Revest2020-01-221-0/+49
| * | | | | ima: Add a space after printing LSM rules for readabilityClay Chang2020-01-221-0/+1
| * | | | | IMA: fix measuring asymmetric keys KconfigLakshmi Ramasubramanian2020-01-092-1/+7
| * | | | | IMA: Read keyrings= option from the IMA policyLakshmi Ramasubramanian2019-12-121-1/+28
| * | | | | IMA: Add support to limit measuring keysLakshmi Ramasubramanian2019-12-126-17/+82
| * | | | | KEYS: Call the IMA hook to measure keysLakshmi Ramasubramanian2019-12-121-0/+10
| * | | | | IMA: Define an IMA hook to measure keysLakshmi Ramasubramanian2019-12-122-0/+53
| * | | | | IMA: Add KEY_CHECK func to measure keysLakshmi Ramasubramanian2019-12-122-1/+4
| * | | | | IMA: Check IMA policy flagLakshmi Ramasubramanian2019-12-121-0/+3