Increase the delay at 5 hours. Ticket FWS #46168

This commit is contained in:
Florent Heuze 2020-10-29 17:38:47 +01:00
parent abd7b2606b
commit 0b88a5d4f9
2 changed files with 13 additions and 8 deletions

View File

@ -1,5 +1,5 @@
package : fws-lock-policy
version : 10
version : 14
architecture : all
section : base
priority :
@ -22,17 +22,22 @@ description_fr : Politique de verrouillage de l'écran
description_pl :
description_de :
description_es :
description_pt :
description_it :
description_nl :
description_ru :
audit_schedule : 2d
editor :
keywords :
licence :
homepage : https://www.firewall-services.com/
package_uuid : 94a91a64-5f04-4c9b-8459-5cd0a0fa7034
package_uuid : 3f5a3acc-59d0-481c-ab0a-3cdb3246bf07
valid_from :
valid_until :
forced_install_on :
signer : Daniel Berteaud
signer_fingerprint: 3c9415559e2dedbc4390e3faa2c28d3b67265baa5b35902d2764d9e41c3b3f0a
signature : xQfIg5mJ4BEuNclFCUJ9jcPp1RCXv9zDAjR9oLuDMx4V9jtxqTFnEzvmp/KZc7ZIPSesszV1vvFaqxJ542nFdz87cxCMAcJ8eK2J/nR7fAd6KAUGsmZBc2zrJZTR6jZE5Ib//imUN+4GDuH0tLxCCsQMX/9c/m1huO9fVw/bSj0RmTOuyCTn1mVWJhoyOo55wMCpOCv5y49qO1jBbBbGzqH6TN61XRKv0SyTrYLR5ttbs53E85ycnCEz5C/3oYBRQFAPpNx08zwFf8i0tx1BT0eQUN/GwqPKWjhSaJq1I2Y5GhNR7uLPbKmQdDLJzz/OmmX5Yaes+/0jLYRhlRXo2w==
signature_date : 2019-12-10T18:18:52.431000
signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_os_version,max_os_version,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,signer,signer_fingerprint,signature_date,signed_attributes
changelog :
signer : Heuze Florent
signer_fingerprint: 609cb7b3556c1468082b757d212d7416fbcb4e13b1b54497d32647ac6c57f567
signature : lgLE9HyDqASy2GjOknhhhhmpKMFse5k4Ydt3bz4ihRVnVktSJAppSNrV773/D7aiEaFYs5IaQXZHeXa3PONQhYts7vSpKA8EVfDaSIQzD68jxDEc2qZ6osW3q3skup3rabzQih6+diG0kldDUfExdQ/10aXv2NzThHxjbEseD2s7W1AXpm0KfLx7lj5/ag3plTRY6aBcFlNTM/EyYrGAbcr4yss6P7vsA4n6mSCyZXeP7G72qNEb+dlFZBCAKJ1Xh/pDX63r3uJvh6PjBER3mxbMvZ0Cl1KSy6w5i7n5YtUOMWgKCL8oTgHomR06Qxl2UysB0FH+7vV68UlkLPHNAA==
signature_date : 2020-10-29T17:31:08.099000
signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_os_version,max_os_version,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,signer,signer_fingerprint,signature_date,signed_attributes

View File

@ -4,7 +4,7 @@ from setuphelpers import *
uninstallkey = []
variables = {
'screen_lock_enabled': True,
'screen_lock_timeout': 900
'screen_lock_timeout': 18000
}
# Read local variables file if available