I hereby claim:
- I am fiji-flo on github.
- I am fiji (https://keybase.io/fiji) on keybase.
- I have a public key whose fingerprint is 84A8 12AB 5008 0ECD 91DB B9AE B292 A816 C5DF 1D32
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Firefox is no longer supporting disabling the auto update feature via about:config.
Previously there was a setting app-update.enabled which could be set via a vendor.js file.
This was moved to the policy engine in Bug 1420514.
Since I'm managing Firefox Nightly with my package manager I wanted to disable auto update again.
In order to do this simply create a directory called distribution in within you Firefox installation directory.
Then create a file named policies.json with the following content:
| --- dsdt.dsl 2018-03-03 14:47:12.279105691 +0100 | |
| +++ dsdt.dsl 2018-03-03 14:26:30.606427931 +0100 | |
| @@ -5,7 +5,7 @@ | |
| * | |
| * Disassembling to symbolic ASL+ operators | |
| * | |
| - * Disassembly of dsdt.dat, Sat Mar 3 14:47:12 2018 | |
| + * Disassembly of dsdt.dat, Sat Mar 3 13:35:52 2018 | |
| * | |
| * Original Table Header: |
| #!/bin/bash | |
| for i in `find /sys/bus/usb/devices/*/power/control`; do | |
| echo auto > $i | |
| done | |
| for i in `find /sys/bus/usb/devices/*/power/autosuspend`; do | |
| echo 2 > $i | |
| done | |
| echo 0 > /proc/sys/kernel/nmi_watchdog | |
| echo 1 > /sys/module/snd_hda_intel/parameters/power_save | |
| for DEVICE in /sys/bus/{pci,spi,i2c}/devices/*; do |