From 752d6256e5204b958b0ef7905675a940b5e9172f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 12 May 2022 16:42:50 +0300 Subject: gentoo resync : 12.05.2022 --- .../files/chrony-4.1-seccomp-glibc-2-3-4.patch | 30 ---------------------- .../chrony/files/chrony-4.1-systemd-gentoo.patch | 12 --------- 2 files changed, 42 deletions(-) delete mode 100644 net-misc/chrony/files/chrony-4.1-seccomp-glibc-2-3-4.patch delete mode 100644 net-misc/chrony/files/chrony-4.1-systemd-gentoo.patch (limited to 'net-misc/chrony/files') diff --git a/net-misc/chrony/files/chrony-4.1-seccomp-glibc-2-3-4.patch b/net-misc/chrony/files/chrony-4.1-seccomp-glibc-2-3-4.patch deleted file mode 100644 index 56dd89b3ffdc..000000000000 --- a/net-misc/chrony/files/chrony-4.1-seccomp-glibc-2-3-4.patch +++ /dev/null @@ -1,30 +0,0 @@ -https://git.tuxfamily.org/chrony/chrony.git/patch/?id=bbbd80bf03223f181d4abf5c8e5fe6136ab6129a - -From bbbd80bf03223f181d4abf5c8e5fe6136ab6129a Mon Sep 17 00:00:00 2001 -From: Miroslav Lichvar -Date: Mon, 9 Aug 2021 11:48:21 +0200 -Subject: sys_linux: allow clone3 and pread64 in seccomp filter - -These seem to be needed with the latest glibc. - ---- a/sys_linux.c -+++ b/sys_linux.c -@@ -503,6 +503,9 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) - - /* Process */ - SCMP_SYS(clone), -+#ifdef __NR_clone3 -+ SCMP_SYS(clone3), -+#endif - SCMP_SYS(exit), - SCMP_SYS(exit_group), - SCMP_SYS(getpid), -@@ -595,6 +598,7 @@ SYS_Linux_EnableSystemCallFilter(int level, SYS_ProcessContext context) - #ifdef __NR_ppoll_time64 - SCMP_SYS(ppoll_time64), - #endif -+ SCMP_SYS(pread64), - SCMP_SYS(pselect6), - #ifdef __NR_pselect6_time64 - SCMP_SYS(pselect6_time64), -cgit v0.10.2 diff --git a/net-misc/chrony/files/chrony-4.1-systemd-gentoo.patch b/net-misc/chrony/files/chrony-4.1-systemd-gentoo.patch deleted file mode 100644 index ff3b320d1e47..000000000000 --- a/net-misc/chrony/files/chrony-4.1-systemd-gentoo.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/examples/chronyd.service -+++ b/examples/chronyd.service -@@ -8,8 +8,7 @@ - [Service] - Type=forking - PIDFile=/run/chrony/chronyd.pid --EnvironmentFile=-/etc/sysconfig/chronyd --ExecStart=/usr/sbin/chronyd $OPTIONS -+ExecStart=/usr/sbin/chronyd -u ntp -F 2 - PrivateTmp=yes - ProtectHome=yes - ProtectSystem=full -- cgit v1.2.3