]> 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)
committerGitHub <noreply@github.com>
Thu, 9 Feb 2023 10:41:52 +0000 (10:41 +0000)
commit7a2d9767585ed2c407d4985bd2d81552034fb90a
tree98766783dd392d4e27452bdf4ed1f568dc542ece
parent11975ad8ddf856602c9923ad296c3fd566218adc
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