]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
privsep-linux: fix SECCOMP_AUDIT_ARCH missing ppc64le (#181)
authorCHEN Xiangyu <xiangyu.chen@aol.com>
Thu, 9 Feb 2023 10:41:52 +0000 (18:41 +0800)
committerRoy Marples <roy@marples.name>
Thu, 9 Feb 2023 11:45:50 +0000 (11:45 +0000)
commitcb1ec1af7711615d58e6379c2947036c6cf68bd3
treee533a68895d020ea1204d8a19af6a2ad005291de
parent3067b91a944f3b6f8d6a0e2c63ff7dfb1d1e9298
privsep-linux: fix SECCOMP_AUDIT_ARCH missing ppc64le (#181)

when dhcpcd running on ppc64le platform, it would be killed by SIGSYS.

Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
src/privsep-linux.c