Comment 0 for bug 1918696

Revision history for this message
Dan Streetman (ddstreet) wrote :

[impact]

when libseccomp is upgraded to 2.5.1 on all releases, the systemd seccomp unit tests will start failing on ppc, as RestrictAddressFamilies= will no longer work on that arch.

However, the systemd.exec man page has stated that RestrictAddressFamiles= doesn't work on ppc since before bionic.

[test case]

check systemd autopkgtest on ppc, looking at the test_restrict_access_familes unit test

[regression potential]

any regression would involve the use of RestrictAddressFamilies=, either no longer restricting or incorrectly restricting address familes.

[scope]

this is needed for b/f/g

this was fixed upstream by commit d5923e38bc0e6cf9d7620ed5f1f8606fe7fe1168 which is included in 247, so this is fixed in h already

[other info]

libseccomp will be updated to 2.5.1 in the near future so this is needed before that update