This is an automated email from the git hooks/post-receive script.
ahf pushed a change to branch main in repository tor.
from 853270a871 Merge remote-tracking branch 'tor-gitlab/mr/574' new d422a66f87 sandbox: Permit rseq syscall as well new c213c1b0d1 Add changes entry to tor!575. new 4ba89c0ccc Merge branch 'maint-0.4.5' into maint-0.4.6 new 5f2b75aafd Merge branch 'maint-0.4.6' into maint-0.4.7 new 20112c13ac Merge branch 'maint-0.4.7'
The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
Summary of changes: changes/ticket40601 | 4 ++++ src/lib/sandbox/sandbox.c | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 changes/ticket40601
This is an automated email from the git hooks/post-receive script.
ahf pushed a commit to branch main in repository tor.
commit d422a66f8759b2edd8d85df219e8a183058268e8 Author: pmu-ipf peter.mueller@ipfire.org AuthorDate: Sat Apr 30 11:10:04 2022 +0000
sandbox: Permit rseq syscall as well
This was found to be necessary in conjunction with glibc 2.35 on Linux.
Signed-off-by: Peter Müller peter.mueller@ipfire.org --- src/lib/sandbox/sandbox.c | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/src/lib/sandbox/sandbox.c b/src/lib/sandbox/sandbox.c index e6e556eb59..7a57554ace 100644 --- a/src/lib/sandbox/sandbox.c +++ b/src/lib/sandbox/sandbox.c @@ -227,6 +227,9 @@ static int filter_nopar_gen[] = { #endif SCMP_SYS(read), SCMP_SYS(rt_sigreturn), +#ifdef __NR_rseq + SCMP_SYS(rseq), +#endif SCMP_SYS(sched_getaffinity), #ifdef __NR_sched_yield SCMP_SYS(sched_yield),
This is an automated email from the git hooks/post-receive script.
ahf pushed a commit to branch main in repository tor.
commit c213c1b0d1616dc074779a26c8fc7b777697fe34 Author: Alexander Færøy ahf@torproject.org AuthorDate: Mon May 9 14:35:42 2022 +0000
Add changes entry to tor!575.
See: tpo/core/tor#40601. --- changes/ticket40601 | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/changes/ticket40601 b/changes/ticket40601 new file mode 100644 index 0000000000..529e3badfe --- /dev/null +++ b/changes/ticket40601 @@ -0,0 +1,4 @@ + o Minor bugfixes (linux seccomp2 sandbox): + - Allow the rseq system call in the sandbox. This solves a crash issue with + glibc 2.35 on Linux. Patch from pmu-ipf. Fixes bug 40601; bugfix on + 0.3.5.11.
This is an automated email from the git hooks/post-receive script.
ahf pushed a commit to branch main in repository tor.
commit 4ba89c0ccc9452fa995f75a75824e828f62bbf92 Merge: 32356a6076 c213c1b0d1 Author: Alexander Færøy ahf@torproject.org AuthorDate: Mon May 9 14:37:26 2022 +0000
Merge branch 'maint-0.4.5' into maint-0.4.6
changes/ticket40601 | 4 ++++ src/lib/sandbox/sandbox.c | 3 +++ 2 files changed, 7 insertions(+)
This is an automated email from the git hooks/post-receive script.
ahf pushed a commit to branch main in repository tor.
commit 5f2b75aafd415894153819e9fcd2497c0bbcde46 Merge: 5345b43fb8 4ba89c0ccc Author: Alexander Færøy ahf@torproject.org AuthorDate: Mon May 9 14:37:26 2022 +0000
Merge branch 'maint-0.4.6' into maint-0.4.7
changes/ticket40601 | 4 ++++ src/lib/sandbox/sandbox.c | 3 +++ 2 files changed, 7 insertions(+)
This is an automated email from the git hooks/post-receive script.
ahf pushed a commit to branch main in repository tor.
commit 20112c13aca0991f0a43bccae691baa00c6fe45d Merge: 853270a871 5f2b75aafd Author: Alexander Færøy ahf@torproject.org AuthorDate: Mon May 9 14:37:26 2022 +0000
Merge branch 'maint-0.4.7'
changes/ticket40601 | 4 ++++ src/lib/sandbox/sandbox.c | 3 +++ 2 files changed, 7 insertions(+)
tor-commits@lists.torproject.org