[LTP] [PATCH v2 0/3] fanotify14 on SELinux fix + lib source merge

Petr Vorel pvorel@suse.cz
Wed Mar 20 11:22:01 CET 2024


Hi,

changes v1->v2:
* New commit: lib: Merge security related sources
* Add selinux to tst_security.c instead of it's own C file.
* Do not include library header in fanotify14 (not needed)

Mete Durlu (1):
  fanotify14: fix anonymous pipe testcases

Petr Vorel (2):
  lib: Merge security related sources
  lib: Add tst_selinux_enforcing()

 include/tst_fips.h                            | 15 ----
 include/tst_lockdown.h                        | 11 ---
 include/tst_security.h                        | 18 ++++
 include/tst_test.h                            |  4 +-
 lib/tst_fips.c                                | 24 -----
 lib/{tst_lockdown.c => tst_security.c}        | 87 ++++++++++++-------
 .../kernel/syscalls/fanotify/fanotify14.c     | 18 +++-
 7 files changed, 92 insertions(+), 85 deletions(-)
 delete mode 100644 include/tst_fips.h
 delete mode 100644 include/tst_lockdown.h
 create mode 100644 include/tst_security.h
 delete mode 100644 lib/tst_fips.c
 rename lib/{tst_lockdown.c => tst_security.c} (77%)

-- 
2.43.0



More information about the ltp mailing list