Adapt for Ehtrace

This commit is contained in:
Daniel Berteaud 2023-03-24 16:49:32 +01:00
parent 5cd6c0006a
commit 0657086444
3 changed files with 25 additions and 13 deletions

View File

@ -1,17 +1,17 @@
package : fws-system-settings
version : 21
package : eht-system-settings
version : 3
architecture : all
section : base
priority : optional
name :
categories :
maintainer : Daniel Berteaud
description : General system settings
depends :
conflicts :
maturity : PROD
maturity : DEV
locale : all
target_os : windows
min_os_version : 5.0
max_os_version :
min_wapt_version : 1.3.12
sources :
installed_size :
@ -20,13 +20,25 @@ description_fr :
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 :
signer : Daniel Berteaud
signer_fingerprint:
signature_date :
signed_attributes :
homepage : https://www.ehtrace.com/
package_uuid : f35d229a-6eb6-4cc7-a942-81369570ed7e
valid_from :
valid_until :
forced_install_on :
changelog :
min_os_version : 5.0
max_os_version :
icon_sha256sum : 58c2e018583a5096e786b7729dd502550d49bde19a7143704c78c5cefb2396ae
signer : dbd
signer_fingerprint: e9156ec73f1ea6b50f33e0d9f580e8ae56db147100894bb5d2d4648a46f07ed1
signature : O+O9aiTC0FikrpzIHy6sbaLXkiZPeE8Jt2+kiU9S7bi2RQ77KZLJOd7j6eZ/acw8eZSXXnIdMHWzzewMI9sh6xPhQpn56z8VsSHQjvvbGz+IpcIevN1v1FGNnr6je8ODRlTgWmCqDJbn8m2khtOd+pA4+LpjXgEBxLclfKUBBgWKZYf7bnxOhMcFYj6JcOH/ClOQdmmdi0DaV9Jv+E8JiwWS/8qtYJQsnai7i5QbZAY9OJa964TyUMOfv3FDQa5s1yB4KE8AW7vJD0zoHP+QuHontJAlEnw0atXw0qnJBMrQTv40wtQmeXcJrG/msbW3TgqyQLYRKWPG98JoQQe9Iw==
signature_date : 2023-03-24T16:38:47.469649
signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,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,min_os_version,max_os_version,icon_sha256sum,signer,signer_fingerprint,signature_date,signed_attributes

View File

@ -37,8 +37,8 @@ def install():
run(r'netsh firewall set icmpsetting 8 enable')
print('Create our local adamin account')
run(r'net user rv /add', accept_returncodes=[0,2])
run(r'net localgroup Administrateurs rv /add', accept_returncodes=[0,2])
run(r'net user ehtrace /add', accept_returncodes=[0,2])
run(r'net localgroup Administrateurs ehtrace /add', accept_returncodes=[0,2])
if windows_version() > Version('10'):
print('Disabling P2P updates delivery')

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB