diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-01-31 19:17:04 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-01-31 21:30:16 +0100 |
commit | e6965155b46d5f632a91fadc0ce7e40edc1459c1 (patch) | |
tree | ae2dee1b64d4ce9f618f58a3122f57e47c9cf520 | |
parent | 053755d6cabfc82cc3cf83042ea7b09e91d83bde (diff) | |
download | abslibre-e6965155b46d5f632a91fadc0ce7e40edc1459c1.tar.gz abslibre-e6965155b46d5f632a91fadc0ce7e40edc1459c1.tar.bz2 abslibre-e6965155b46d5f632a91fadc0ce7e40edc1459c1.zip |
libre/iceweasel: fixed alsa sound
-rw-r--r-- | libre/iceweasel/PKGBUILD | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD index cea3611ae..8bc637044 100644 --- a/libre/iceweasel/PKGBUILD +++ b/libre/iceweasel/PKGBUILD @@ -30,7 +30,7 @@ _pkgname=firefox pkgname=iceweasel epoch=1 pkgver=58.0 -pkgrel=4 +pkgrel=5 _bver=58.0 _brel=1 pkgdesc="Libre standalone web browser based on Mozilla Firefox" @@ -51,7 +51,6 @@ optdepends=('networkmanager: Location detection via available WiFi networks' options=(!emptydirs !makeflags !strip) replaces=("$_pkgname") conflicts=("$_pkgname") -provides=("$_pkgname") source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.xz $pkgname.desktop $pkgname-install-dir.patch no-crmf.diff @@ -488,6 +487,10 @@ pref("dom.webkitBlink.dirPicker.enabled", false); // https://bugzilla.mozilla.org/show_bug.cgi?id=907707 // https://wicg.github.io/directory-upload/proposal.html pref("dom.input.dirpicker", false); + +// fix alsa sound sandbox issue for iceweasel-58 +// https://labs.parabola.nu/issues/1628 +pref("security.sandbox.content.syscall_whitelist", "16"); END _distini="$pkgdir/usr/lib/$pkgname/distribution/distribution.ini" |