diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-07-11 10:38:27 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-07-11 10:38:32 +0200 |
commit | cd0f46f60b5717f3d847ec4cf7dcdb2f1ff34eb9 (patch) | |
tree | 028cfef9fe064812b7fe35a0fa0980ffab447dca /testing/chromium | |
parent | 55d99901c143416c6ea61f930946ced617919910 (diff) | |
download | aports-cd0f46f60b5717f3d847ec4cf7dcdb2f1ff34eb9.tar.bz2 aports-cd0f46f60b5717f3d847ec4cf7dcdb2f1ff34eb9.tar.xz |
testing/chromium: turn on sandbox from config
Diffstat (limited to 'testing/chromium')
-rw-r--r-- | testing/chromium/APKBUILD | 8 | ||||
-rw-r--r-- | testing/chromium/chromium.conf | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/testing/chromium/APKBUILD b/testing/chromium/APKBUILD index 43ffc2e71e..6ae7eab483 100644 --- a/testing/chromium/APKBUILD +++ b/testing/chromium/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=chromium pkgver=43.0.2357.132 -pkgrel=2 +pkgrel=3 pkgdesc="chromium web browser" url="http://www.chromium.org/" arch="x86_64" @@ -214,7 +214,7 @@ package() { md5sums="aba8a1b9945d2c0f203294e43b68cdab chromium-43.0.2357.132.tar.xz b6d015c1da85aa65ee21bc974c7fc7d2 chromium-launcher.sh -c8be238104e757beafaae31e6804421a chromium.conf +dcec0dd51529f595b62910bd255ede16 chromium.conf 2962ac6259e39a797d441daf43aa49c9 chromium.desktop 2d2ee5f22d65c756871301b4a407f4ca google-api.keys 96277e7ddc26c8bdd50fb63eff2f4ce0 gcc5-fixes.patch @@ -230,7 +230,7 @@ f99bb2ee8947418720a270ffa027c189 musl-sandbox.patch de717d6430532f34fe161035dfdafcdf chromium-widevine.patch" sha256sums="405f52c6649f1d2937952fbcfcd238ba058db7d13edf4705f7027805f3ce1809 chromium-43.0.2357.132.tar.xz 89f1eb19d1ed998a190045ea173959f01faee3490d58a6a34ca3fe21228e569f chromium-launcher.sh -bc6e879bdf3311394213801a6e6bb1c731be8115624bbcf202bfeacd46b6af87 chromium.conf +feb7c7d77f328da41e61ff6370d376f936a773b67a0d9264963020dba7d69061 chromium.conf 3ae90cea7503d0039de53448ed112b9bc0cb5a09f6b0045506eb777fc23517e5 chromium.desktop 267ba8ff50574e51d2582c4fca9b9e14f7225c1fa064d135cbceff9cef2324ac google-api.keys ee32d8a89cc51cb71a8d4aa82b196b145f43a2fc3ba9687f9c06c053601d5fe7 gcc5-fixes.patch @@ -246,7 +246,7 @@ ea79f9a46116c8b56bbc69d226abd9252e4ae4d946ca695203f2298279cc2211 no-getcontext. 1d1ead77250475228524770e57c17282aff9098c5efc3d7719b0df76229b8874 chromium-widevine.patch" sha512sums="077539f267a8a196a251334546219f3459b30dff3e56d2573b011464cef3b60da49243a123834bd59ad32c78d82b6a90fb2cea95f57bf50a440f689b251a4eba chromium-43.0.2357.132.tar.xz b9a810416dd7a8ffc3a5ced85ad9acebda1665bd08a57eec7b189698cc5f74d2c3fd69044e20fcb83297a43214b2772a1312b2c6122ea0eb716abacf39524d60 chromium-launcher.sh -930f1f390e41c2a986e67a3d7aff45afa116f7c79c4b9f1895225a3851dd12dd2fa2906171ba00f6e43aacfb3d12b20a57934931fcb10a9f88c2048eefc85742 chromium.conf +7045daf26a2a155b98daa28e271f3fbde8e0ab87cb629a4afd25319ae1616327760c8bcc44766e0346d13da60bd25e55fa8cc69fad9f3dca8a71b14eec8c51f5 chromium.conf e182c998a43d22d1c76a86c561619afd1fca8c2be668265ad5e2f81a3806f7a154272cc027a2f8b370fb69446892c69e5967a4be76082325c14245ee7915234c chromium.desktop 2d8237a940ea691bd10b08315429677a587f7ef9692a0cca53bfd066eae82998a6c71f402a8669e9de39f94d7f3280745d1628ea6eac5d76ca7116844d4e0dac google-api.keys e2390cdeb2a75aad51d5da07819e1375fcf2092535eaa86545b9bc0160eff9e3981f946029ed8fc337df4c56a8b8cc7945821d2636b09e320dea2c8884022a59 gcc5-fixes.patch diff --git a/testing/chromium/chromium.conf b/testing/chromium/chromium.conf index 28be1f8059..f88d35898d 100644 --- a/testing/chromium/chromium.conf +++ b/testing/chromium/chromium.conf @@ -1,7 +1,5 @@ -# Default settings for chromium. This file is sourced by /bin/bash from +# Default settings for chromium. This file is sourced by /bin.sh from # the chromium launcher. # Options to pass to chromium. - -# chromium does currently not run in sandbox mode -CHROMIUM_FLAGS="--disable-seccomp-filter-sandbox" +#CHROMIUM_FLAGS="" |