From: AKASHI Takahiro Date: Fri, 17 Jan 2014 08:05:03 +0000 (+0900) Subject: audit: Modify a set of system calls in audit class definitions X-Git-Tag: v3.14-rc1~118^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=262fd3aad61100cb4f281efa292374817c25a479;p=pandora-kernel.git audit: Modify a set of system calls in audit class definitions Each asm-generic/audit_xx.h defines a set of system calls for respective audit permission class (read, write, change attribute or exec). This patch changes two entries: 1) fchown in audit_change_attr.h Make fchown included by its own because in asm-generic/unistd.h, for example, fchown always exists while chown is optional. This change is necessary at least for arm64. 2) truncate64 in audit_write.h Add missing truncate64/ftruncate64 as well as truncate/ftruncate Signed-off-by: AKASHI Takahiro Acked-by: Will Deacon Signed-off-by: Eric Paris --- Reading git-diff-tree failed