|
From: Linda K. <lin...@hp...> - 2014-07-14 01:22:51
|
On 07/03/2014 03:45 AM, AKASHI Takahiro wrote: > This patch allows the test suite to be run on aarch64 (or arm64 in kernel > jargon) with 64-bit and 32-bit userspace. > I successfully built and ran it on ARMv8 fast model. > (but only against audit-test/syscalls and filter) Have you also run this on an x86 system? Most of the code changes look safe but changes to augrok always concern me. -- ljk > > AKASHI Takahiro (5): > audit-test: use LSM_SELINUX instead of SUSE to work-around SE-Linux > audit-test: handle __NR3264_xxx syscall definitions > audit-test/syscalls: add aarch64 support > audit-test/filter: add aarch64 support > audit-test/syscalls: add arm support > > audit-test/filter/tests/test_auid.bash | 9 +++++++-- > audit-test/filter/tests/test_class_attr.bash | 13 +++++++++++++ > audit-test/filter/tests/test_dev_inode.bash | 11 ++++++++--- > audit-test/filter/tests/test_success.bash | 6 +++++- > audit-test/filter/tests/test_syscall.bash | 6 +++++- > audit-test/filter/tests/test_type.bash | 9 +++++++-- > audit-test/filter/tests/test_watch_dir_remove.bash | 20 ++++++++++++-------- > audit-test/filter/tests/test_watch_open.bash | 10 ++++++++-- > audit-test/filter/tests/test_watch_remove.bash | 4 ++++ > audit-test/rules.mk | 20 ++++++++++++++------ > audit-test/syscalls/cap-run.conf | 10 +++++----- > audit-test/syscalls/dac-run.conf | 16 ++++++++-------- > audit-test/syscalls/mac-run.conf | 16 ++++++++-------- > audit-test/utils/Makefile | 4 ++++ > audit-test/utils/augrok | 17 +++++++++++++++-- > audit-test/utils/bin/Makefile | 14 +++++++++++--- > audit-test/utils/bin/do_creat.c | 4 ++-- > audit-test/utils/bin/do_mkdir.c | 4 ++-- > audit-test/utils/bin/do_mkdirat.c | 4 ++-- > audit-test/utils/bin/do_mknod.c | 4 ++-- > audit-test/utils/bin/do_mknodat.c | 4 ++-- > audit-test/utils/bin/do_mq_open.c | 4 ++-- > audit-test/utils/bin/do_open.c | 4 ++-- > audit-test/utils/bin/do_openat.c | 4 ++-- > audit-test/utils/bin/do_symlink.c | 4 ++-- > audit-test/utils/bin/do_symlinkat.c | 4 ++-- > audit-test/utils/run.bash | 8 ++++++-- > 27 files changed, 160 insertions(+), 73 deletions(-) > |