summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2021-06-25 14:35:35 +0200
committerJonathan Bauer2021-06-25 14:35:35 +0200
commit1189776905a906dc4d3c7ce00a3f400f49c417c8 (patch)
tree85fd4f72a97ca664b04b058a7bf1efb7ce465b8b
parentMerge branch 'feature/qemu-integration' (diff)
downloadmltk-1189776905a906dc4d3c7ce00a3f400f49c417c8.tar.gz
mltk-1189776905a906dc4d3c7ce00a3f400f49c417c8.tar.xz
mltk-1189776905a906dc4d3c7ce00a3f400f49c417c8.zip
[kiosk-chromium] disable auto-update
-rw-r--r--core/modules/kiosk-chromium/data/opt/openslx/pam/hooks/session-open.d/00-chromium-policies1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/modules/kiosk-chromium/data/opt/openslx/pam/hooks/session-open.d/00-chromium-policies b/core/modules/kiosk-chromium/data/opt/openslx/pam/hooks/session-open.d/00-chromium-policies
index 9f7712d2..c2329d7f 100644
--- a/core/modules/kiosk-chromium/data/opt/openslx/pam/hooks/session-open.d/00-chromium-policies
+++ b/core/modules/kiosk-chromium/data/opt/openslx/pam/hooks/session-open.d/00-chromium-policies
@@ -18,6 +18,7 @@ create_chromium_policies() {
"BackgroundModeEnabled": false,
"BookmarkBarEnabled": $bookmarkbar,
"DefaultBrowserSettingEnabled": true,
+ "DeviceAutoUpdateDisabled": true,
"DownloadRestrictions": 3,
"HomepageLocation": "$SLX_BROWSER_URL",
"NewTabPageLocation": "$SLX_BROWSER_URL",