diff options
author | Jory A. Pratt <anarchy@gentoo.org> | 2017-08-07 09:13:41 -0500 |
---|---|---|
committer | Jory A. Pratt <anarchy@gentoo.org> | 2017-08-07 09:13:41 -0500 |
commit | b076a968d2ccaa57761779faa0e306083a48a767 (patch) | |
tree | 2d7b40198d712798924818aa48a6ed69e4af0962 /eclass/mozconfig-v6.52.eclass | |
parent | app-eselect/eselect-wine: Update contact (diff) | |
download | gentoo-b076a968d2ccaa57761779faa0e306083a48a767.tar.gz gentoo-b076a968d2ccaa57761779faa0e306083a48a767.tar.bz2 gentoo-b076a968d2ccaa57761779faa0e306083a48a767.zip |
eclass/mozconfig-v6.5{2,5} - Enable sandbox content on esr builds, major
changes for release build eclass
Diffstat (limited to 'eclass/mozconfig-v6.52.eclass')
-rw-r--r-- | eclass/mozconfig-v6.52.eclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/eclass/mozconfig-v6.52.eclass b/eclass/mozconfig-v6.52.eclass index c859aa7b8c13..8dbb55f26491 100644 --- a/eclass/mozconfig-v6.52.eclass +++ b/eclass/mozconfig-v6.52.eclass @@ -312,6 +312,10 @@ mozconfig_config() { mozconfig_annotate '-pulseaudio' --enable-alsa fi + # Enable sandbox and content sandboxing + mozconfig_annotate 'sandbox' --enable-sandbox + mozconfig_annotate 'sandbox' --enable-content-sandbox + mozconfig_use_enable system-cairo mozconfig_use_enable system-sqlite mozconfig_use_with system-jpeg |