From dc6eb6ad5897634f2826fd7f055f75d3448b6236 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Tue, 17 May 2016 11:25:13 -0400 Subject: 0.9.40 testing --- test/configure | 2 +- test/test-root.sh | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'test') diff --git a/test/configure b/test/configure index bdf36fcad..9acd021c8 100755 --- a/test/configure +++ b/test/configure @@ -28,7 +28,7 @@ ROOTDIR="/tmp/chroot" # default chroot directory DEFAULT_FILES="/bin/bash /bin/sh " # basic chroot files DEFAULT_FILES+="/etc/passwd /etc/nsswitch.conf /etc/group " DEFAULT_FILES+=`find /lib -name libnss*` # files required by glibc -DEFAULT_FILES+=" /bin/cp /bin/ls /bin/cat /bin/ps /bin/netstat /bin/ping /sbin/ifconfig /usr/bin/touch /bin/hostname /bin/grep /usr/bin/dig /usr/bin/openssl /usr/bin/id /usr/bin/getent /usr/bin/whoami /usr/bin/wc /usr/bin/wget /bin/umount" +DEFAULT_FILES+=" /bin/cp /bin/ls /bin/cat /bin/ps /bin/netstat /bin/ping /sbin/ifconfig /usr/bin/touch /bin/ip /bin/hostname /bin/grep /usr/bin/dig /usr/bin/openssl /usr/bin/id /usr/bin/getent /usr/bin/whoami /usr/bin/wc /usr/bin/wget /bin/umount" rm -fr $ROOTDIR mkdir -p $ROOTDIR/{root,bin,lib,lib64,usr,home,etc,dev/shm,tmp,var/run,var/tmp,var/lock,var/log,proc} diff --git a/test/test-root.sh b/test/test-root.sh index 7e1a0b968..aca48d334 100755 --- a/test/test-root.sh +++ b/test/test-root.sh @@ -9,7 +9,7 @@ echo "TESTING: profile tmpfs (profile_tmpfs)" ./profile_tmpfs.exp echo "TESTING: network interfaces (net_interface.exp)" -./net_interface.exp +./network/net_interface.exp echo "TESTING: chroot (fs_chroot_asroot.exp)" ./fs_chroot_asroot.exp @@ -48,13 +48,13 @@ echo "TESTING: /proc/sysrq-trigger reset disabled (sysrq-trigger.exp)" ./sysrq-trigger.exp echo "TESTING: seccomp umount (seccomp-umount.exp)" -./seccomp-umount.exp +./filters/seccomp-umount.exp echo "TESTING: seccomp chmod (seccomp-chmod.exp)" -./seccomp-chmod.exp +./filters/seccomp-chmod.exp echo "TESTING: seccomp chown (seccomp-chown.exp)" -./seccomp-chown.exp +./filters/seccomp-chown.exp echo "TESTING: bind directory (option_bind_directory.exp)" ./option_bind_directory.exp -- cgit v1.2.3-70-g09d2