Github messages for voidlinux
 help / color / mirror / Atom feed
From: sgn <sgn@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: chromium: update to 85.0.4183.83
Date: Tue, 01 Sep 2020 05:41:02 +0200	[thread overview]
Message-ID: <20200901034102.5cx3tNXI3Sb_lzGCgrOb5yuEF5Wb9E5PH9f_ai-yyBE@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24578@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1251 bytes --]

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/24578#issuecomment-684177274

Comment:
We'll need something like this https://gitlab.alpinelinux.org/alpine/aports/-/commit/6158b4c59fee5d9dee4cbe8e311cb48717dff583 for musl 1.2.1.

We haven't shipped musl 1.2.1 yet, just FYI

---
The main change is:
```diff
+diff --git a/services/service_manager/sandbox/linux/bpf_renderer_policy_linux.cc ./services/service_manager/sandbox/linux/bpf_renderer_policy_linux.cc
+index a85c0ea..715aa1e 100644
+--- a/services/service_manager/sandbox/linux/bpf_renderer_policy_linux.cc
 +++ ./services/service_manager/sandbox/linux/bpf_renderer_policy_linux.cc
-@@ -88,10 +88,10 @@
+@@ -93,11 +93,11 @@ ResultExpr RendererProcessPolicy::EvaluateSyscall(int sysno) const {
      case __NR_sysinfo:
      case __NR_times:
      case __NR_uname:
@@ -139,20 +167,9 @@
 -    case __NR_sched_getaffinity:
      case __NR_sched_getparam:
      case __NR_sched_getscheduler:
+     case __NR_sched_setscheduler:
 +      return Allow();
 +    case __NR_sched_getaffinity:
-     case __NR_sched_setscheduler:
        return sandbox::RestrictSchedTarget(GetPolicyPid(), sysno);
      case __NR_prlimit64:
```

  parent reply	other threads:[~2020-09-01  3:41 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-31  3:43 [PR PATCH] " pbui
2020-09-01  3:38 ` sgn
2020-09-01  3:39 ` sgn
2020-09-01  3:41 ` sgn [this message]
2020-09-01  3:42 ` sgn
2020-09-06 11:25 ` Johnnynator
2020-09-06 19:29 ` [PR PATCH] [Updated] " pbui
2020-09-06 19:30 ` pbui
2020-09-08 20:08 ` [PR PATCH] [Merged]: " Johnnynator
2020-09-09  6:13 ` q66
2020-09-09  6:15 ` q66
2020-09-09 12:15 ` pbui
2020-09-09 16:49 ` q66

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200901034102.5cx3tNXI3Sb_lzGCgrOb5yuEF5Wb9E5PH9f_ai-yyBE@z \
    --to=sgn@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).