From 9e60a30afa8aef1fd2258a0217b02cdb3bd123a5 Mon Sep 17 00:00:00 2001 From: tilpner Date: Sun, 5 Apr 2020 22:03:29 +0200 Subject: no{Clutter,Pocket,Studies,Tunnels,Updates}: document --- profiles/noUpdates.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'profiles/noUpdates.nix') diff --git a/profiles/noUpdates.nix b/profiles/noUpdates.nix index 67cdb43..921a969 100644 --- a/profiles/noUpdates.nix +++ b/profiles/noUpdates.nix @@ -1,4 +1,17 @@ { ffLib }: { + meta.description = '' + Disable all automatic updates, including: + - Firefox itself + - Extensions + - Search providers + + If some or all of these are externally managed, we may want to prevent automatic + updates from undoing our changes. + + If any properties of our deployment have been audited, automatic updates may introduce + unaudited components and compromise any guarantees made about the users security or privacy. + ''; + policies = { DisableAppUpdate = true; DisableSystemAddonUpdate = true; -- cgit v1.2.3