Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds a stub for a function that will return the AUDIT_ARCH_* value appropriate to the supplied task based on the system call convention. For audit's use, the value can generally be hard-coded at the audit-site. However, for other functionality not inlined into syscall entry/exit, this makes that information available. seccomp_filter is the first planned consumer and, as such, the comment indicates a tie to CONFIG_HAVE_ARCH_SECCOMP_FILTER. Suggested-by: Roland McGrath <[email protected]> Signed-off-by: Will Drewry <[email protected]> Acked-by: Serge Hallyn <[email protected]> Acked-by: Eric Paris <[email protected]> v18: comment and change reword and rebase. v14: rebase/nochanges v13: rebase on to 88ebdda v12: rebase on to linux-next v11: fixed improper return type v10: introduced Signed-off-by: James Morris <[email protected]>
- Loading branch information