mirror of
https://github.com/morgan9e/helium
synced 2026-04-14 16:34:06 +09:00
18 lines
270 B
Diff
18 lines
270 B
Diff
--- a/sandbox/linux/BUILD.gn
|
|
+++ b/sandbox/linux/BUILD.gn
|
|
@@ -298,6 +298,14 @@ if (is_linux || is_chromeos) {
|
|
"suid/process_util_linux.c",
|
|
"suid/sandbox.c",
|
|
]
|
|
+
|
|
+ cflags = [
|
|
+ "-fPIE",
|
|
+ ]
|
|
+
|
|
+ ldflags = [
|
|
+ "-pie",
|
|
+ ]
|
|
}
|
|
}
|
|
|