summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
2020-02-22selinux: optimize storage of filename transitionsOndrej Mosnacek-80/+110
2020-02-20Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-14/+31
2020-02-18ima: add sm3 algorithm to hash algorithm configuration listTianjia Zhang-0/+5
2020-02-18efi: Only print errors about failing to get certs if EFI vars are foundJavier Martinez Canillas-14/+26
2020-02-13selinux: factor out loop body from filename_trans_read()Ondrej Mosnacek-59/+63
2020-02-11security: selinux: allow per-file labeling for bpffsConnor O'Brien-0/+1
2020-02-11selinux: generalize evaluate_cond_node()Ondrej Mosnacek-6/+12
2020-02-11selinux: convert cond_expr to arrayOndrej Mosnacek-43/+33
2020-02-11selinux: convert cond_av_list to arrayOndrej Mosnacek-79/+53
2020-02-11selinux: convert cond_list to arrayOndrej Mosnacek-59/+43
2020-02-10Merge tag 'selinux-pr-20200210' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-10/+4
2020-02-10selinux: sel_avc_get_stat_idx should increase position indexVasily Averin-0/+1
2020-02-10selinux: allow kernfs symlinks to inherit parent directory contextChristian Göttsche-2/+13
2020-02-10selinux: simplify evaluate_cond_node()Ondrej Mosnacek-13/+6
2020-02-10Documentation,selinux: deprecate setting checkreqprot to 1Stephen Smalley-1/+15
2020-02-10selinux: move status variables out of selinux_ssOndrej Mosnacek-22/+23
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-15/+5
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro-13/+5
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen-3/+1
2020-02-06Merge tag 'Smack-for-5.6' of git://github.com/cschaufler/smack-nextLinus Torvalds-22/+19
2020-02-05selinux: fix sidtab string cache lockingOndrej Mosnacek-9/+3
2020-02-05selinux: fix typo in filesystem nameHridya Valsaraju-1/+1
2020-02-05broken ping to ipv6 linklocal addresses on debian busterCasey Schaufler-22/+19
2020-01-29Merge tag 'linux-kselftest-5.6-rc1-kunit' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-0/+627
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+4
2020-01-28Merge branch 'for-v5.6' of git://git.kernel.org:/pub/scm/linux/kernel/git/jmo...Linus Torvalds-1/+0
2020-01-28Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-38/+506
2020-01-28Merge tag 'tomoyo-pr-20200128' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Linus Torvalds-7/+4
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-1/+4
2020-01-27Merge tag 'selinux-pr-20200127' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-554/+1010
2020-01-27security: remove EARLY_LSM_COUNT which never usedAlex Shi-1/+0
2020-01-23IMA: Defined delayed workqueue to free the queued keysLakshmi Ramasubramanian-6/+48
2020-01-23IMA: Call workqueue functions to measure queued keysLakshmi Ramasubramanian-0/+11
2020-01-23IMA: Define workqueue for early boot key measurementsLakshmi Ramasubramanian-0/+166
2020-01-22IMA: pre-allocate buffer to hold keyrings stringLakshmi Ramasubramanian-8/+30
2020-01-22ima: ima/lsm policy rule loading logic bug fixesJanne Karhunen-18/+26
2020-01-22ima: add the ability to query the cached hash of a given fileFlorent Revest-0/+49
2020-01-22ima: Add a space after printing LSM rules for readabilityClay Chang-0/+1
2020-01-21apparmor: remove duplicate check of xattrs on profile attachment.John Johansen-17/+0
2020-01-21apparmor: add outofband transition and use it in xattr matchJohn Johansen-7/+62
2020-01-21apparmor: fail unpack if profile mode is unknownJohn Johansen-0/+4
2020-01-21apparmor: fix nnp subset test for unconfinedJohn Johansen-4/+39
2020-01-21apparmor: remove useless aafs_create_symlinkJohn Johansen-41/+9
2020-01-20selinux: fix regression introduced by move_mount(2) syscallStephen Smalley-0/+10
2020-01-18apparmor: add consistency check between state and dfa diff encode flagsJohn Johansen-0/+6
2020-01-18apparmor: add a valid state flags checkJohn Johansen-0/+8
2020-01-18AppArmor: Remove semicolonVasyl Gomonovych-1/+1
2020-01-18apparmor: Replace two seq_printf() calls by seq_puts() in aa_label_seq_xprint()Markus Elfring-2/+2
2020-01-16selinux: do not allocate ancillary buffer on first loadOndrej Mosnacek-15/+13
2020-01-16selinux: remove redundant allocation and helper functionsPaul Moore-58/+36