Add loong64 support in seccomp and PIE

Signed-off-by: zhaixiaojuan <zhaixiaojuan@loongson.cn>
(cherry picked from commit 885509afdf)
Signed-off-by: 吴小白 <296015668@qq.com>
This commit is contained in:
zhaixiaojuan
2025-10-16 09:50:37 +08:00
committed by 吴小白
parent fe09117131
commit 508d512061
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -65,6 +65,7 @@ var archs = map[string]string{
"SCMP_ARCH_RISCV64": "riscv64",
"SCMP_ARCH_S390": "s390",
"SCMP_ARCH_S390X": "s390x",
"SCMP_ARCH_LOONGARCH64": "loong64",
}
// KnownArchs returns the list of the known archs.