On Sat, Jun 19, 2021 at 10:19 AM Nicolas Iooss <nicolas.iooss@xxxxxxx> wrote: > > On Tue, Jun 15, 2021 at 8:57 PM James Carter <jwcart2@xxxxxxxxx> wrote: > > > > 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 > > For these 3 patches: > > Acked-by: Nicolas Iooss <nicolas.iooss@xxxxxxx> > This series has been merged. Jim > Thanks! > Nicolas >