All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix problems with CIL's handling of anonymous call arguments
@ 2021-06-15 18:56 James Carter
  2021-06-15 18:56 ` [PATCH 1/3] libsepol/cil: Fix anonymous IP address " James Carter
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: James Carter @ 2021-06-15 18:56 UTC (permalink / raw)
  To: selinux; +Cc: James Carter

For more information on anonymous call arguments, see the third patch.

The first two patches fix a couple of bugs in the handling of anonymous
call arguments.

The last patch adds a test policy that can be used to test the handling
of anonymouse call arguments.

James Carter (3):
  libsepol/cil: Fix anonymous IP address call arguments
  libsepol/cil: Account for anonymous category sets in an expression
  secilc/test: Add test for anonymous args

 libsepol/cil/src/cil_build_ast.c   |   4 --
 libsepol/cil/src/cil_resolve_ast.c |  47 +++++++------
 secilc/test/anonymous_arg_test.cil | 106 +++++++++++++++++++++++++++++
 3 files changed, 133 insertions(+), 24 deletions(-)
 create mode 100644 secilc/test/anonymous_arg_test.cil

-- 
2.26.3


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

end of thread, other threads:[~2021-06-22 13:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-15 18:56 [PATCH 0/3] Fix problems with CIL's handling of anonymous call arguments James Carter
2021-06-15 18:56 ` [PATCH 1/3] libsepol/cil: Fix anonymous IP address " James Carter
2021-06-15 18:56 ` [PATCH 2/3] libsepol/cil: Account for anonymous category sets in an expression James Carter
2021-06-15 18:56 ` [PATCH 3/3] secilc/test: Add test for anonymous args James Carter
2021-06-19 14:19 ` [PATCH 0/3] Fix problems with CIL's handling of anonymous call arguments Nicolas Iooss
2021-06-22 13:39   ` 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.