All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Another round of secilc-fuzzer problems fixed
@ 2021-06-14 15:05 James Carter
  2021-06-14 15:05 ` [PATCH 1/5] libsepol/cil: Properly check for loops in sets James Carter
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: James Carter @ 2021-06-14 15:05 UTC (permalink / raw)
  To: selinux; +Cc: nicolas.iooss, James Carter

Patch 1 fixes the check for self-referential loops that didn't work in all cases
Patches 2 and 3 fix a couple of bugs
Patches 4 and 5 make it harder to create small policies that expand into large
policies that consume all of a system's memory.

James Carter (5):
  libsepol/cil: Properly check for loops in sets
  libsepol/cil: Fix syntax checking of defaultrange rule
  libsepol/cil: Check for empty list when marking neverallow attributes
  libsepol/cil: Reduce the initial symtab sizes for blocks
  libsepol/cil: Improve degenerate inheritance check

 libsepol/cil/src/cil.c             |   2 +-
 libsepol/cil/src/cil_build_ast.c   |   2 +-
 libsepol/cil/src/cil_internal.h    |   5 +-
 libsepol/cil/src/cil_post.c        |   4 +
 libsepol/cil/src/cil_resolve_ast.c | 229 +++++++++++++++++++----------
 libsepol/cil/src/cil_verify.c      |  48 ++++--
 6 files changed, 191 insertions(+), 99 deletions(-)

-- 
2.26.3


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2021-06-21 14:18 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-14 15:05 [PATCH 0/5] Another round of secilc-fuzzer problems fixed James Carter
2021-06-14 15:05 ` [PATCH 1/5] libsepol/cil: Properly check for loops in sets James Carter
2021-06-19 14:20   ` Nicolas Iooss
2021-06-14 15:05 ` [PATCH 2/5] libsepol/cil: Fix syntax checking of defaultrange rule James Carter
2021-06-19 13:36   ` Nicolas Iooss
2021-06-21 14:03     ` James Carter
2021-06-14 15:05 ` [PATCH 3/5] libsepol/cil: Check for empty list when marking neverallow attributes James Carter
2021-06-19 14:21   ` Nicolas Iooss
2021-06-14 15:05 ` [PATCH 4/5] libsepol/cil: Reduce the initial symtab sizes for blocks James Carter
2021-06-19 14:22   ` Nicolas Iooss
2021-06-14 15:05 ` [PATCH 5/5] libsepol/cil: Improve degenerate inheritance check James Carter
2021-06-19 14:02   ` Nicolas Iooss
2021-06-21 14:18     ` James Carter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.