All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Revert the prefix/suffix filename transition patches
@ 2023-07-26 14:25 James Carter
  2023-07-26 14:25 ` [PATCH 1/8] Revert "libsepol/cil: add support for prefix/suffix filename transtions to CIL" James Carter
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: James Carter @ 2023-07-26 14:25 UTC (permalink / raw)
  To: selinux; +Cc: juraj, James Carter

Since the kernel patches have not been accepted yet, it seems better to
revert these patches while they can still be cleanly reverted just in
case the kernel patches are not accepted.

If the kernel patches get accepted, then I will re-apply these patches.

I should have waited for the kernel patches to be accepted before committing
these in the first place.

James Carter (8):
  Revert "libsepol/cil: add support for prefix/suffix filename
    transtions to CIL"
  Revert "checkpolicy,libsepol: add prefix/suffix support to module
    policy"
  Revert "checkpolicy,libsepol: add prefix/suffix support to kernel
    policy"
  Revert "libsepol: implement new module binary format of avrule"
  Revert "libsepol: implement new kernel binary format for avtab"
  Revert "checkpolicy,libsepol: move filename transition rules to
    avrule"
  Revert "checkpolicy,libsepol: move filename transitions to avtab"
  Revert "checkpolicy,libsepol: move transition to separate structure in
    avtab"

 checkpolicy/checkmodule.c                  |   9 -
 checkpolicy/module_compiler.c              |  12 +
 checkpolicy/module_compiler.h              |   1 +
 checkpolicy/policy_define.c                | 211 +++++-
 checkpolicy/policy_define.h                |   3 +-
 checkpolicy/policy_parse.y                 |  13 +-
 checkpolicy/policy_scan.l                  |   4 -
 checkpolicy/test/dismod.c                  |  39 +-
 checkpolicy/test/dispol.c                  | 106 ++-
 libsepol/cil/src/cil.c                     |   6 -
 libsepol/cil/src/cil_binary.c              |  63 +-
 libsepol/cil/src/cil_build_ast.c           |  26 +-
 libsepol/cil/src/cil_copy_ast.c            |   1 -
 libsepol/cil/src/cil_internal.h            |   4 -
 libsepol/cil/src/cil_policy.c              |  17 +-
 libsepol/cil/src/cil_resolve_ast.c         |  10 -
 libsepol/cil/src/cil_write_ast.c           |   2 -
 libsepol/include/sepol/policydb/avtab.h    |  19 +-
 libsepol/include/sepol/policydb/hashtab.h  |   8 -
 libsepol/include/sepol/policydb/policydb.h |  50 +-
 libsepol/src/avrule_block.c                |   1 +
 libsepol/src/avtab.c                       | 338 +---------
 libsepol/src/conditional.c                 |   6 +-
 libsepol/src/expand.c                      | 153 +++--
 libsepol/src/kernel_to_cil.c               | 182 +++--
 libsepol/src/kernel_to_common.h            |  10 -
 libsepol/src/kernel_to_conf.c              | 178 +++--
 libsepol/src/link.c                        |  57 +-
 libsepol/src/module_to_cil.c               |  86 ++-
 libsepol/src/optimize.c                    |   8 -
 libsepol/src/policydb.c                    | 479 +++++++++++---
 libsepol/src/policydb_validate.c           | 101 ++-
 libsepol/src/services.c                    |   5 +-
 libsepol/src/write.c                       | 735 +++++----------------
 34 files changed, 1390 insertions(+), 1553 deletions(-)

-- 
2.41.0


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

end of thread, other threads:[~2023-08-04 18:36 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-26 14:25 [PATCH 0/8] Revert the prefix/suffix filename transition patches James Carter
2023-07-26 14:25 ` [PATCH 1/8] Revert "libsepol/cil: add support for prefix/suffix filename transtions to CIL" James Carter
2023-07-26 14:25 ` [PATCH 2/8] Revert "checkpolicy,libsepol: add prefix/suffix support to module policy" James Carter
2023-07-26 14:25 ` [PATCH 3/8] Revert "checkpolicy,libsepol: add prefix/suffix support to kernel policy" James Carter
2023-07-26 14:25 ` [PATCH 4/8] Revert "libsepol: implement new module binary format of avrule" James Carter
2023-07-26 14:25 ` [PATCH 5/8] Revert "libsepol: implement new kernel binary format for avtab" James Carter
2023-07-26 14:25 ` [PATCH 6/8] Revert "checkpolicy,libsepol: move filename transition rules to avrule" James Carter
2023-07-26 14:25 ` [PATCH 7/8] Revert "checkpolicy,libsepol: move filename transitions to avtab" James Carter
2023-07-26 14:25 ` [PATCH 8/8] Revert "checkpolicy,libsepol: move transition to separate structure in avtab" James Carter
2023-07-26 15:33 ` [PATCH 0/8] Revert the prefix/suffix filename transition patches Paul Moore
2023-07-26 16:31 ` Petr Lautrbach
2023-08-04 18:34   ` 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.