This repository was archived by the owner on Sep 18, 2020. It is now read-only.
Commit 6a3bac2
committed
sys-process/audit: Fix arm64 runtime errors
The --with-arm and --with-aarch64 configure script options need to be
set when building for the arm64-usr target.
Fixes runtime errors like these when adding machine/arch specific rules:
# auditctl -a exit,always -S fchmod
Error detecting machine type
# auditctl -a exit,always -F arch=aarch64 -S fchmod
arch elf mapping not found
Signed-off-by: Geoff Levand <geoff@infradead.org>1 parent 4c58856 commit 6a3bac2
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
89 | 95 | | |
| 96 | + | |
90 | 97 | | |
91 | 98 | | |
92 | 99 | | |
| |||
0 commit comments