mbox series

[v2,0/6] DHCP tests and AppArmor/SELinux improvements

Message ID 20181207123516.30867-1-pvorel@suse.cz
Headers show
Series DHCP tests and AppArmor/SELinux improvements | expand

Message

Petr Vorel Dec. 7, 2018, 12:35 p.m. UTC
Hi,

this further enhances patchset "DHCP tests and AppArmor improvements" [1]
Main change is adding tst_security.sh and using it (last 2 commits).

Thanks for review.

Kind regards,
Petr

[1] https://patchwork.ozlabs.org/project/ltp/list/?series=70357&state=*

Petr Vorel (6):
  net/dhcp: Rename setup & cleanup functions
  net/dhcp: Use paths allowed by AppArmor for dnsmasq
  net/dhcp: Move print_dhcp_log() into dhcp library
  ver_linux: Print AppArmor and SELinux status
  shell: Add tst_security.sh helper
  net: Add security warning flag to some net tests

 testcases/lib/tst_security.sh                 | 64 +++++++++++++++++++
 testcases/lib/tst_test.sh                     | 14 +++-
 testcases/network/dhcp/dhcp_lib.sh            | 15 +++--
 testcases/network/dhcp/dhcpd_tests.sh         |  7 +-
 testcases/network/dhcp/dnsmasq_tests.sh       | 28 +++++---
 testcases/network/mpls/mpls02.sh              |  1 +
 testcases/network/mpls/mpls_lib.sh            |  1 +
 .../network/stress/icmp/icmp-uni-basic.sh     |  1 +
 testcases/network/stress/icmp/icmp-uni-vti.sh |  1 +
 .../network/stress/interface/if-mtu-change    |  1 +
 .../network/stress/interface/if4-addr-change  |  1 +
 testcases/network/traceroute/traceroute01.sh  |  1 +
 ver_linux                                     | 46 +++++++++++--
 13 files changed, 158 insertions(+), 23 deletions(-)
 create mode 100644 testcases/lib/tst_security.sh