mbox series

[testsuite,0/2] Prepare userfaultfd policy for Fedora policy changes

Message ID 20220824111938.567993-1-omosnace@redhat.com (mailing list archive)
Headers show
Series Prepare userfaultfd policy for Fedora policy changes | expand

Message

Ondrej Mosnacek Aug. 24, 2022, 11:19 a.m. UTC
See the description of the second patch for explanation. While there,
the first patch cleans up the userfaultfd policy to be in just one
file, since the CIL workaround is no longer needed.

Ondrej Mosnacek (2):
  policy: remove CIL workarounds for missing anon_inode class
  test_userfaultfd.te: adapt to upcoming Fedora policy changes

 policy/Makefile                  | 15 +++----
 policy/test_anon_inode_class.cil |  4 --
 policy/test_userfaultfd.cil      | 47 --------------------
 policy/test_userfaultfd.te       | 74 +++++++++++++++++++++++++-------
 4 files changed, 65 insertions(+), 75 deletions(-)
 delete mode 100644 policy/test_anon_inode_class.cil
 delete mode 100644 policy/test_userfaultfd.cil

Comments

Ondrej Mosnacek Aug. 26, 2022, 8:24 a.m. UTC | #1
On Wed, Aug 24, 2022 at 1:19 PM Ondrej Mosnacek <omosnace@redhat.com> wrote:
> See the description of the second patch for explanation. While there,
> the first patch cleans up the userfaultfd policy to be in just one
> file, since the CIL workaround is no longer needed.
>
> Ondrej Mosnacek (2):
>   policy: remove CIL workarounds for missing anon_inode class
>   test_userfaultfd.te: adapt to upcoming Fedora policy changes
>
>  policy/Makefile                  | 15 +++----
>  policy/test_anon_inode_class.cil |  4 --
>  policy/test_userfaultfd.cil      | 47 --------------------
>  policy/test_userfaultfd.te       | 74 +++++++++++++++++++++++++-------
>  4 files changed, 65 insertions(+), 75 deletions(-)
>  delete mode 100644 policy/test_anon_inode_class.cil
>  delete mode 100644 policy/test_userfaultfd.cil
>
> --
> 2.37.2

These patches are now applied.