Subversion Repositories configs

Rev

Rev 208 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
[fwupd]
2
 
197 - 3
# Allow blocking specific devices by their GUID
192 - 4
# Uses semicolons as delimiter
197 - 5
DisabledDevices=
192 - 6
 
197 - 7
# Allow blocking specific plugins
192 - 8
# Uses semicolons as delimiter
203 - 9
DisabledPlugins=test;test_ble;invalid
192 - 10
 
11
# Maximum archive size that can be loaded in Mb, with 0 for the default
12
ArchiveSizeMax=0
13
 
14
# Idle time in seconds to shut down the daemon -- note some plugins might
15
# inhibit the auto-shutdown, for instance thunderbolt.
16
#
17
# A value of 0 specifies 'never'
18
IdleTimeout=7200
19
 
20
# Comma separated list of domains to log in verbose mode
21
# If unset, no domains
22
# If set to FuValue, FuValue domain (same as --domain-verbose=FuValue)
23
# If set to *, all domains (same as --verbose)
24
VerboseDomains=
25
 
26
# Update the message of the day (MOTD) on device and metadata changes
27
UpdateMotd=true
28
 
29
# For some plugins, enumerate only devices supported by metadata
30
EnumerateAllDevices=false
197 - 31
 
32
# A list of firmware checksums that has been approved by the site admin
33
# If unset, all firmware is approved
34
ApprovedFirmware=
35
 
36
# Allow blocking specific devices by their checksum, either SHA1 or SHA256
37
# Uses semicolons as delimiter
38
BlockedFirmware=
203 - 39
 
40
# Allowed URI schemes in the preference order; failed downloads from the first
41
# scheme will be retried with the next in order until no choices remain.
42
#
43
# If unset or no schemes are listed, the default will be: file,https,http,ipfs
44
UriSchemes=
208 - 45
 
46
# Ignore power levels of devices when running updates
47
IgnorePower=false
48
 
49
# Only support installing firmware signed with a trusted key
50
OnlyTrusted=true
209 - 51
 
52
# A host best known configuration is used when using `fwupdmgr sync` which can
53
# downgrade firmware to factory versions or upgrade firmware to a supported
54
# config level. e.g. `vendor-factory-2021q1`
55
HostBkc=
56
 
57
# these are only required when the SMBIOS or Device Tree data is invalid or missing
58
#Manufacturer=
59
#ProductName=
60
#ProductSku=
61
#Family=
62
#EnclosureKind=
63
#BaseboardProduct=
64
#BaseboardManufacturer=