obsolete

skopeo-1.2.0-4.fc33

FEDORA-2020-c60839bcfe created by dwalsh 4 years ago for Fedora 33

Add new timer64 syscalls to seccomp.json.


Autobuilt v1.2.0

This update has been submitted for testing by dwalsh.

4 years ago

This update's test gating status has been changed to 'failed'.

4 years ago

This update's test gating status has been changed to 'waiting'.

4 years ago

This update has obsoleted skopeo-1.2.0-1.fc33, and has inherited its bugs and notes.

4 years ago

This update's test gating status has been changed to 'failed'.

4 years ago

This update has been pushed to testing.

4 years ago
User Icon lupinix commented & provided feedback 4 years ago
karma

Looks like there is an error in seccomp.json, when running a container using podman I get:

$ podman run -it --rm fedora:33  
Error: loading seccomp profile (/usr/share/containers/seccomp.json) failed: decoding seccomp profile failed: invalid character '"' after array element

Bodhi is disabling automatic push to stable due to negative karma. The maintainer may push manually if they determine that the issue is not severe.

4 years ago
User Icon carlwgeorge commented & provided feedback 4 years ago
karma

Same error for me, both as root and as a regular user.

User Icon martinpitt commented & provided feedback 4 years ago
karma

Indeed, completely broken, same error. It's a syntax error in the seccomp profile:

❱❱❱ json_reformat < /usr/share/containers/seccomp.json
parse error: after array element, I expect ',' or ']'
                                        {   "defaultAction": "SCMP_ACT_
                     (right here) ------^

This update has been obsoleted.

4 years ago

Missing comma in this commit:

--- /usr/share/containers/seccomp.json  1970-01-01 01:00:00.000000000 +0100
+++ /tmp/seccomp.json   2020-10-25 20:09:18.724815976 +0100
@@ -760,7 +760,7 @@
            "names": [
                "settimeofday",
                "stime",
-               "clock_settime"
+               "clock_settime",
                "clock_settime64"
            ],
            "action": "SCMP_ACT_ALLOW",

Please log in to add feedback.

Metadata
Type
unspecified
Karma
-3
Signed
Content Type
RPM
Test Gating
Autopush Settings
Unstable by Karma
-3
Stable by Karma
disabled
Stable by Time
disabled
Thresholds
Minimum Karma
+1
Minimum Testing
7 days
Dates
submitted
4 years ago
in testing
4 years ago

Automated Test Results