when the user set user.max_user_namespaces to 0epel8 imports/epel9/chromium-127.0.6533.88-2.el9
parent
dd7b387573
commit
7a9444bd5f
@ -1,20 +0,0 @@
|
|||||||
diff -up chromium-70.0.3538.67/sandbox/linux/BUILD.gn.sandboxpie chromium-70.0.3538.67/sandbox/linux/BUILD.gn
|
|
||||||
--- chromium-70.0.3538.67/sandbox/linux/BUILD.gn.sandboxpie 2018-10-18 12:14:05.766939769 -0400
|
|
||||||
+++ chromium-70.0.3538.67/sandbox/linux/BUILD.gn 2018-10-18 12:16:37.820027182 -0400
|
|
||||||
@@ -315,10 +315,16 @@ if (is_linux) {
|
|
||||||
# For ULLONG_MAX
|
|
||||||
"-std=gnu99",
|
|
||||||
|
|
||||||
+ "-fPIE",
|
|
||||||
+
|
|
||||||
# These files have a suspicious comparison.
|
|
||||||
# TODO fix this and re-enable this warning.
|
|
||||||
"-Wno-sign-compare",
|
|
||||||
]
|
|
||||||
+
|
|
||||||
+ ldflags = [
|
|
||||||
+ "-pie",
|
|
||||||
+ ]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in new issue