diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-01-07 08:02:16 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-01-07 16:52:12 +0100 |
commit | f78dec46abac5e0e50d4b333157dd2734c06da11 (patch) | |
tree | 4ee8619fd01b54d76cb58cdd07fe7a266535bf73 | |
parent | 9f1399b2ead11517cb73485369e180dca5108760 (diff) | |
download | itzks-systems-f78dec46abac5e0e50d4b333157dd2734c06da11.tar.gz itzks-systems-f78dec46abac5e0e50d4b333157dd2734c06da11.tar.bz2 itzks-systems-f78dec46abac5e0e50d4b333157dd2734c06da11.zip |
etc/chromium/policies/managed/itzks-systems-common.json: Drop file from itzks-systems-common. In Debian Edu, this is the default recommended policy, so let's be fine with that. No need to enforce it.
-rw-r--r-- | debian/itzks-systems-common.install | 1 | ||||
-rw-r--r-- | debian/itzks-systems-common.maintscript | 1 | ||||
-rw-r--r-- | etc/chromium/policies/managed/itzks-systems-common.json | 9 |
3 files changed, 1 insertions, 10 deletions
diff --git a/debian/itzks-systems-common.install b/debian/itzks-systems-common.install index aa63628..efac506 100644 --- a/debian/itzks-systems-common.install +++ b/debian/itzks-systems-common.install @@ -1,6 +1,5 @@ bin/passwd usr/bin/ etc/apt/* etc/apt/ -etc/chromium/policies/managed/itzks-systems-common.json etc/cron.d/itzks-systems-common etc/debian-edu/* etc/debian-edu/ etc/firefox-esr/* etc/firefox-esr/ diff --git a/debian/itzks-systems-common.maintscript b/debian/itzks-systems-common.maintscript index ceb52f4..8db0638 100644 --- a/debian/itzks-systems-common.maintscript +++ b/debian/itzks-systems-common.maintscript @@ -2,3 +2,4 @@ mv_conffile /etc/iceweasel/pref/itzks_papersize.js /etc/firefox-esr/itzks_papers mv_conffile /etc/modprobe.d/dsp-fix.conf /etc/modprobe.d/itzks-systems-common_dsp-fix.conf 2020.12.14.1 rm_conffile /etc/network/if-up.d/itzks-autofs 2022.01.01.1~ rm_conffile /etc/network/if-up.d/itzks-cups 2022.01.01.1~ +rm_conffile /etc/chromium/policies/managed/itzks-systems-common.json 2022.01.07.1~ diff --git a/etc/chromium/policies/managed/itzks-systems-common.json b/etc/chromium/policies/managed/itzks-systems-common.json deleted file mode 100644 index c72d487..0000000 --- a/etc/chromium/policies/managed/itzks-systems-common.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "DefaultSearchProviderEnabled":true, - "DefaultSearchProviderName": "DuckDuckGo", - "DefaultSearchProviderIconURL":"https://duckduckgo.com/favicon.ico", - "DefaultSearchProviderEncodings":["UTF-8"], - "DefaultSearchProviderSearchURL":"https://duckduckgo.com/?q={searchTerms}", - "DefaultSearchProviderSuggestURL":"https://duckduckgo.com/ac/?q={searchTerms}&type=list", - "DefaultSearchProviderNewTabURL":"https://duckduckgo.com/chrome_newtab", -} |