summaryrefslogtreecommitdiffstats
path: root/security/selinux
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-131-7/+44
|\
| * 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-191-7/+30
* | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-041-5/+3
|\ \
| * | exec: Factor security_bprm_creds_for_exec out of security_bprm_set_credsEric W. Biederman2020-05-201-5/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-2/+2
|\ \ \
| * | | bpf, capability: Introduce CAP_BPFAlexei Starovoitov2020-05-151-2/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-141-2/+2
| |\ \ \ | | |_|/ | |/| |
| | * | Merge tag 'perf-for-bpf-2020-05-06' of git://git.kernel.org/pub/scm/linux/ker...Alexei Starovoitov2020-05-061-2/+2
| | |\ \ | | | |/ | | |/|
* | | | Merge tag 'selinux-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-0219-326/+499
|\ \ \ \
| * | | | selinux: netlabel: Remove unused inline functionYueHaibing2020-05-121-6/+0
| * | | | selinux: do not allocate hashtabs dynamicallyOndrej Mosnacek2020-05-018-146/+116
| * | | | selinux: fix return value on error in policydb_read()Ondrej Mosnacek2020-05-011-0/+1
| * | | | selinux: simplify range_write()Ondrej Mosnacek2020-05-011-16/+2
| * | | | selinux: fix error return code in policydb_read()Wei Yongjun2020-05-011-0/+1
| * | | | selinux: don't produce incorrect filename_trans_countOndrej Mosnacek2020-04-222-9/+5
| * | | | selinux: implement new format of filename transitionsOndrej Mosnacek2020-04-172-26/+189
| * | | | selinux: move context hashing under sidtabOndrej Mosnacek2020-04-175-58/+47
| * | | | selinux: hash context structure directlyOndrej Mosnacek2020-04-179-42/+69
| * | | | selinux: store role transitions in a hash tableOndrej Mosnacek2020-04-173-60/+107
| * | | | selinux: drop unnecessary smp_load_acquire() callOndrej Mosnacek2020-04-151-2/+1
| * | | | selinux: fix warning Comparison to boolZou Wei2020-04-142-3/+3
* | | | | Merge tag 'v5.7-rc7' into perf/core, to pick up fixesIngo Molnar2020-05-282-26/+46
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge tag 'selinux-pr-20200430' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-04-302-26/+46
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | selinux: properly handle multiple messages in selinux_netlink_send()Paul Moore2020-04-301-25/+45
| | * | | selinux: fix error return code in cond_read_list()Wei Yongjun2020-04-271-1/+1
* | | | | Merge tag 'perf-core-for-mingo-5.8-20200420' of git://git.kernel.org/pub/scm/...Ingo Molnar2020-04-221-2/+2
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | capabilities: Introduce CAP_PERFMON to kernel and user spaceAlexey Budankov2020-04-161-2/+2
| | |/ | |/|
* | | Merge tag 'selinux-pr-20200416' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-04-161-4/+4
|\ \ \ | |/ / |/| / | |/
| * selinux: free str on error in str_read()Ondrej Mosnacek2020-04-151-4/+4
* | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-031-0/+1
|\ \
| * | .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* | | Merge tag 'selinux-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-3118-448/+448
|\ \ \ | |/ / |/| / | |/
| * selinux: clean up indentation issue with assignment statementColin Ian King2020-03-301-4/+3
| * selinux: avtab_init() and cond_policydb_init() return voidPaul Moore2020-03-055-21/+7
| * selinux: clean up error path in policydb_init()Ondrej Mosnacek2020-03-051-13/+5
| * selinux: remove unused initial SIDs and improve handlingStephen Smalley2020-02-274-56/+58
| * selinux: reduce the use of hard-coded hash sizesOndrej Mosnacek2020-02-274-40/+45
| * 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