Skip to content

singlenode-testcases : Use "all" parameter while adding syscalls to auditctl

sai ashrith sathujoda requested to merge audit_arch_based into master

creat, open syscalls are deprecated in arm64 architecture. So instead of handling this in architecture specific conditions, "all"will use all the syscalls which work for that architecture which makes the test cases as architecture independent.

Signed-off-by: Sai Sai.Sathujoda@toshiba-tsip.com

Merge request reports