mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
firefox: 126.0
This commit is contained in:
parent
5679f18eb8
commit
27c115c4c5
@ -1,7 +1,7 @@
|
||||
6e68c7337f975574c5fa745ace09bcb29f036888b0f48f5634e75ef93dcf6277ab
|
||||
3a4213f52f4b761672e2d77815393ff0d5b757ba994ebbfe55567589d8ea2e08d2
|
||||
3e4e722acd2ab2e38a16ec23b29296318d77cc54f034d4b21d91bde085e26bc0a3
|
||||
49e95cf848c09df618587bb8286bed3ed9531e24554b9ef275f070201078dba7f5
|
||||
ee279241e461011e2265086328d9d0a913ab938bb81aa97fa22b8b9b7edf5e33bc
|
||||
1d235adaadc4c41092128986f7f4b239d00dc4a0f4377f7aa73d11e097ce8d4117
|
||||
8c0f419eb138061e67dbe2ac73e9c8332649fb90aacb57ac4f00d5de94c0cf23a8
|
||||
f65906c4942c676d93d12a5dfd4061e5a14981514ac58ee8d1a67e6724bcaf230a
|
||||
1cace7c18c7d80b4abe8665d5ec2c66a0f3c1807ff3f7c8311b925f8ed635037f0
|
||||
|
@ -1,10 +1,10 @@
|
||||
diff --git a/security/sandbox/linux/SandboxFilter.cpp b/security/sandbox/linux/SandboxFilter.cpp
|
||||
index dffefac..19cc432 100644
|
||||
index a3b70e7..e5e604f 100644
|
||||
--- a/security/sandbox/linux/SandboxFilter.cpp
|
||||
+++ b/security/sandbox/linux/SandboxFilter.cpp
|
||||
@@ -1595,6 +1595,11 @@ class ContentSandboxPolicy : public SandboxPolicyCommon {
|
||||
case __NR_clone3:
|
||||
return Error(ENOSYS);
|
||||
case __NR_clone:
|
||||
return ClonePolicy(Error(EPERM));
|
||||
|
||||
+# ifdef __NR_fork
|
||||
+ case __NR_fork:
|
||||
|
@ -1,4 +1,4 @@
|
||||
https://ftp.mozilla.org/pub/firefox/releases/125.0.3/source/firefox-125.0.3.source.tar.xz
|
||||
https://ftp.mozilla.org/pub/firefox/releases/126.0/source/firefox-126.0.source.tar.xz
|
||||
patches/fix-target-detection.patch
|
||||
patches/fix-vaapi.patch
|
||||
patches/musl-sandbox.patch
|
||||
|
@ -1 +1 @@
|
||||
125.0.3 1
|
||||
126.0 1
|
||||
|
Loading…
Reference in New Issue
Block a user