From e9f455b1f140cdda10201fdce1bd6c781b292215 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 21 Oct 2020 16:34:40 -0400 Subject: [PATCH] Add time64 syscalls to seccomp.json --- seccomp.json | 11 +++++++++++ skopeo.spec | 5 ++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/seccomp.json b/seccomp.json index 07cdd6c..03e141b 100644 --- a/seccomp.json +++ b/seccomp.json @@ -68,9 +68,13 @@ "chown", "chown32", "clock_adjtime", + "clock_adjtime64", "clock_getres", + "clock_getres_time64", "clock_gettime", + "clock_gettime64", "clock_nanosleep", + "clock_nanosleep_time64", "clone", "close", "connect", @@ -228,12 +232,14 @@ "pivot_root", "poll", "ppoll", + "ppoll_time64", "prctl", "pread64", "preadv", "preadv2", "prlimit64", "pselect6", + "pselect6_time64", "pwrite64", "pwritev", "pwritev2", @@ -346,10 +352,13 @@ "timer_delete", "timer_getoverrun", "timer_gettime", + "timer_gettime64", "timer_settime", "timerfd_create", "timerfd_gettime", + "timerfd_gettime64", "timerfd_settime", + "timerfd_settime64", "times", "tkill", "truncate", @@ -364,6 +373,7 @@ "unshare", "utime", "utimensat", + "utimensat_time64", "utimes", "vfork", "vmsplice", @@ -751,6 +761,7 @@ "settimeofday", "stime", "clock_settime" + "clock_settime64" ], "action": "SCMP_ACT_ALLOW", "args": [], diff --git a/skopeo.spec b/skopeo.spec index f1fa87e..fe70280 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -46,7 +46,7 @@ Epoch: 1 Epoch: 2 %endif Version: 1.2.1 -Release: 11.dev.git%{shortcommit0}%{?dist} +Release: 12.dev.git%{shortcommit0}%{?dist} Summary: Inspect container images and repositories on registries License: ASL 2.0 URL: %{git0} @@ -449,6 +449,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_datadir}/%{name}/test %changelog +* Wed Oct 21 2020 Dan Walsh - 1:1.2.1-12.dev.gitceaee44 +- Add time64 syscalls to seccomp.json + * Wed Oct 21 2020 RH Container Bot - 1:1.2.1-11.dev.gitceaee44 - autobuilt ceaee44