Skip to content

Commit 9aabeb4

Browse files
committed
outtune: add support for different variants of firefox (like esr)
1 parent 58c13cb commit 9aabeb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/outtune/outtune_linux.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ import (
1717

1818
const (
1919
defaultNSSPath = ".pki/nssdb"
20-
firefoxProfilesGlob = ".mozilla/firefox/*.default*"
21-
firefoxSnapProfilesGlob = "snap/firefox/common/.mozilla/firefox/*.default*"
20+
firefoxProfilesGlob = ".mozilla/firefox*/*.default*"
21+
firefoxSnapProfilesGlob = "snap/firefox/common/.mozilla/firefox*/*.default*"
2222
certutilBinary = "/usr/bin/certutil"
2323
pk12utilBinary = "/usr/bin/pk12util"
2424
naisdeviceCertName = "naisdevice"

0 commit comments

Comments
 (0)