Commit 92423941 authored by Francois Marier's avatar Francois Marier Committed by Commit Bot

Hard-code the name of the Linux SUID sandbox executable.

Bug: 1037808
Change-Id: Ide0179f5eb417bc7645d686aa523bd54fd10715c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001719
Auto-Submit: Francois Marier <francois@brave.com>
Reviewed-by: default avatarThomas Anderson <thomasanderson@chromium.org>
Commit-Queue: Thomas Anderson <thomasanderson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#731747}
parent 49a73db5
...@@ -288,6 +288,7 @@ Fernando Jiménez Moreno <ferjmoreno@gmail.com> ...@@ -288,6 +288,7 @@ Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Finbar Crago <finbar.crago@gmail.com> Finbar Crago <finbar.crago@gmail.com>
François Beaufort <beaufort.francois@gmail.com> François Beaufort <beaufort.francois@gmail.com>
Francois Kritzinger <francoisk777@gmail.com> Francois Kritzinger <francoisk777@gmail.com>
Francois Marier <francois@brave.com>
Francois Rauch <leopardb@gmail.com> Francois Rauch <leopardb@gmail.com>
Frankie Dintino <fdintino@theatlantic.com> Frankie Dintino <fdintino@theatlantic.com>
Franklin Ta <fta2012@gmail.com> Franklin Ta <fta2012@gmail.com>
......
...@@ -184,7 +184,7 @@ stage_install_common() { ...@@ -184,7 +184,7 @@ stage_install_common() {
strippedfile="${buildfile}.stripped" strippedfile="${buildfile}.stripped"
debugfile="${buildfile}.debug" debugfile="${buildfile}.debug"
"${BUILDDIR}/installer/common/eu-strip" -o "${strippedfile}" -f "${debugfile}" "${buildfile}" "${BUILDDIR}/installer/common/eu-strip" -o "${strippedfile}" -f "${debugfile}" "${buildfile}"
install -m 4755 "${strippedfile}" "${STAGEDIR}/${INSTALLDIR}/${PROGNAME}-sandbox" install -m 4755 "${strippedfile}" "${STAGEDIR}/${INSTALLDIR}/chrome-sandbox"
# l10n paks # l10n paks
install -m 755 -d "${STAGEDIR}/${INSTALLDIR}/locales/" install -m 755 -d "${STAGEDIR}/${INSTALLDIR}/locales/"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment