summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-11-04 15:46:32 +0100
committerThomas Deutschmann <whissi@gentoo.org>2018-11-04 15:53:51 +0100
commit09821ae9942800256678a8b4335e907b5484b0b9 (patch)
treeb5af3e96b1d8fa6663da4a0d1fd1841c7d21591c /www-client/firefox-bin/files/disable-auto-update.policy.json
parentprofiles/package.mask: ant-nodeps and ant-trax are still used (diff)
downloadgentoo-09821ae9942800256678a8b4335e907b5484b0b9.tar.gz
gentoo-09821ae9942800256678a8b4335e907b5484b0b9.tar.bz2
gentoo-09821ae9942800256678a8b4335e907b5484b0b9.zip
www-client/firefox-bin: disable auto-update using policies.json
Closes: https://bugs.gentoo.org/670196 Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --force Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'www-client/firefox-bin/files/disable-auto-update.policy.json')
-rw-r--r--www-client/firefox-bin/files/disable-auto-update.policy.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/www-client/firefox-bin/files/disable-auto-update.policy.json b/www-client/firefox-bin/files/disable-auto-update.policy.json
new file mode 100644
index 000000000000..f36622021fcd
--- /dev/null
+++ b/www-client/firefox-bin/files/disable-auto-update.policy.json
@@ -0,0 +1,5 @@
+{
+ "policies": {
+ "DisableAppUpdate": true
+ }
+}