File tree 3 files changed +3
-0
lines changed
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -207,6 +207,7 @@ class Specs(SpecSet):
207
207
findmnt_lo_propagation = RegistryPoint ()
208
208
firewall_cmd_list_all_zones = RegistryPoint ()
209
209
firewalld_conf = RegistryPoint (filterable = True , no_obfuscate = ['hostname' , 'ip' ])
210
+ flatpak_list = RegistryPoint (no_obfuscate = ['hostname' , 'ip' ])
210
211
foreman_production_log = RegistryPoint (filterable = True )
211
212
foreman_proxy_conf = RegistryPoint ()
212
213
foreman_proxy_log = RegistryPoint (filterable = True )
Original file line number Diff line number Diff line change @@ -337,6 +337,7 @@ class DefaultSpecs(Specs):
337
337
findmnt_lo_propagation = simple_command ("/bin/findmnt -lo+PROPAGATION" )
338
338
firewall_cmd_list_all_zones = simple_command ("/usr/bin/firewall-cmd --list-all-zones" )
339
339
firewalld_conf = simple_file ("/etc/firewalld/firewalld.conf" )
340
+ flatpak_list = simple_command ("/usr/bin/flatpak list" )
340
341
foreman_production_log = simple_file ("/var/log/foreman/production.log" )
341
342
fstab = simple_file ("/etc/fstab" )
342
343
fw_security = first_of (
Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ class InsightsArchiveSpecs(Specs):
109
109
"insights_commands/fwupdmgr_security_--force_--json" ,
110
110
"insights_commands/fwupdagent_security_--force" ,
111
111
])
112
+ flatpak_list = simple_file ("insights_commands/flatpak_list" )
112
113
gcp_instance_type = simple_file ("insights_commands/python_-m_insights.tools.cat_--no-header_gcp_instance_type" )
113
114
gcp_license_codes = simple_file ("insights_commands/python_-m_insights.tools.cat_--no-header_gcp_license_codes" )
114
115
getcert_list = simple_file ("insights_commands/getcert_list" )
You can’t perform that action at this time.
0 commit comments